Skip to content

Commit bd0030f

Browse files
chore(deps): update all non-major dependencies
1 parent 8382c01 commit bd0030f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
coveralls: coveralls/coveralls@1.0.6
3+
coveralls: coveralls/coveralls@1.0.7
44

55
defaults: &defaults
66
working_directory: ~/repo

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
npm version ${{ github.event.inputs.version }}
5858
5959
- name: Push changes
60-
uses: ad-m/github-push-action@v0.6.0
60+
uses: ad-m/github-push-action@v0.8.0
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}
6363
tags: true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.17.0
1+
14.21.3

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@
7373
]
7474
},
7575
"devDependencies": {
76-
"@hapi/boom": "9.1.2",
77-
"@hapi/hapi": "20.1.3",
78-
"eslint": "7.27.0",
79-
"eslint-config-goodway": "3.2.1",
80-
"eslint-plugin-import": "2.23.4",
76+
"@hapi/boom": "9.1.4",
77+
"@hapi/hapi": "20.3.0",
78+
"eslint": "7.32.0",
79+
"eslint-config-goodway": "3.3.0",
80+
"eslint-plugin-import": "2.28.1",
8181
"husky": "6.0.0",
82-
"jest": "27.0.3",
83-
"nock": "13.1.0"
82+
"jest": "27.5.1",
83+
"nock": "13.3.6"
8484
},
8585
"dependencies": {
86-
"rollbar": "2.22.0"
86+
"rollbar": "2.26.2"
8787
}
8888
}

0 commit comments

Comments
 (0)