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 Nov 3, 2023
1 parent 8382c01 commit 4976e67
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.17.0
14.21.3
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 4976e67

Please sign in to comment.