diff --git a/.circleci/config.yml b/.circleci/config.yml index a4ba1a7..cd162a4 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 5ab50cd..f46d5e3 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14.18.3 +14.21.3 diff --git a/package.json b/package.json index 915d7b7..3b1cd32 100644 --- a/package.json +++ b/package.json @@ -72,20 +72,20 @@ "devDependencies": { "@hapi/good": "9.0.1", "@hapi/good-squeeze": "6.0.0", - "@hapi/hapi": "20.2.1", + "@hapi/hapi": "20.3.0", "cross-env": "7.0.3", "eslint": "7.32.0", - "eslint-config-goodway": "3.2.1", - "eslint-plugin-import": "2.25.4", + "eslint-config-goodway": "3.3.0", + "eslint-plugin-import": "2.29.0", "husky": "7.0.4", - "jest": "27.4.7", - "nock": "13.2.2" + "jest": "27.5.1", + "nock": "13.3.6" }, "dependencies": { "@hapi/boom": "9.1.4", - "@hapi/hoek": "9.2.1", - "axios": "0.25.0", - "debug": "4.3.3", + "@hapi/hoek": "9.3.0", + "axios": "0.27.2", + "debug": "4.3.4", "lodash": "4.17.21", "node-cache": "5.1.2", "uuid": "8.3.2"