Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 5d46d16 commit 09ff65f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
coveralls: coveralls/[email protected].6
coveralls: coveralls/[email protected].7

defaults: &defaults
working_directory: ~/repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.3
14.21.3
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
},
"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"
Expand Down

0 comments on commit 09ff65f

Please sign in to comment.