From b0c1c0a4d026bd409d14dc7d2ef77ebc275805a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:33:51 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .circleci/config.yml | 4 ++-- .nvmrc | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb59dcf..5fd145c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: cli: circleci/circleci-cli@0.1.9 - orb-tools: circleci/orb-tools@10.0.3 + orb-tools: circleci/orb-tools@10.1.0 jobs: pack: @@ -22,7 +22,7 @@ jobs: - '*' publish: docker: - - image: cimg/node:20.5 + - image: cimg/node:20.17 steps: - attach_workspace: at: . diff --git a/.nvmrc b/.nvmrc index 603606b..17719ce 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.17.0 +18.20.4 diff --git a/package.json b/package.json index 69d9239..25e4789 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,14 @@ "author": "", "license": "ISC", "devDependencies": { - "@commitlint/cli": "17.7.0", - "@commitlint/config-conventional": "17.7.0", + "@commitlint/cli": "17.8.1", + "@commitlint/config-conventional": "17.8.1", "@outreach/semantic-release-circleci-orb": "^1.1.9", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "9.0.2", "@semantic-release/git": "10.0.1", "git-cz": "4.9.0", "husky": "8.0.3", - "semantic-release": "21.0.7" + "semantic-release": "21.1.2" } }