From 4976e67bb271f63e67af210e1bf9d63c1f572347 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 06:22:07 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .circleci/config.yml | 2 +- .github/workflows/version.yml | 2 +- .nvmrc | 2 +- package.json | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f1b6d3b..2418fc3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - coveralls: coveralls/coveralls@1.0.6 + coveralls: coveralls/coveralls@1.0.7 defaults: &defaults working_directory: ~/repo diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 2b5d11a..a0c3437 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -57,7 +57,7 @@ jobs: npm version ${{ github.event.inputs.version }} - name: Push changes - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} tags: true diff --git a/.nvmrc b/.nvmrc index 62df50f..f46d5e3 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14.17.0 +14.21.3 diff --git a/package.json b/package.json index b18a9c1..da315e8 100644 --- a/package.json +++ b/package.json @@ -73,16 +73,16 @@ ] }, "devDependencies": { - "@hapi/boom": "9.1.2", - "@hapi/hapi": "20.1.3", - "eslint": "7.27.0", - "eslint-config-goodway": "3.2.1", - "eslint-plugin-import": "2.23.4", + "@hapi/boom": "9.1.4", + "@hapi/hapi": "20.3.0", + "eslint": "7.32.0", + "eslint-config-goodway": "3.3.0", + "eslint-plugin-import": "2.29.0", "husky": "6.0.0", - "jest": "27.0.3", - "nock": "13.1.0" + "jest": "27.5.1", + "nock": "13.3.8" }, "dependencies": { - "rollbar": "2.22.0" + "rollbar": "2.26.2" } }