Skip to content

Commit d56fcc0

Browse files
chore(deps): update all non-major dependencies
1 parent 2e3de9e commit d56fcc0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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/[email protected].6
3+
coveralls: coveralls/[email protected].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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@
9494
]
9595
},
9696
"devDependencies": {
97-
"@hapi/hapi": "20.1.3",
97+
"@hapi/hapi": "20.3.0",
9898
"cross-env": "7.0.3",
99-
"eslint": "7.27.0",
100-
"eslint-config-goodway": "3.2.1",
101-
"eslint-plugin-import": "2.23.4",
99+
"eslint": "7.32.0",
100+
"eslint-config-goodway": "3.3.0",
101+
"eslint-plugin-import": "2.29.0",
102102
"husky": "6.0.0",
103-
"jest": "27.0.3"
103+
"jest": "27.5.1"
104104
},
105105
"dependencies": {
106-
"@hapi/hoek": "9.2.0",
107-
"debug": "4.3.1",
106+
"@hapi/hoek": "9.3.0",
107+
"debug": "4.3.4",
108108
"dog-statsy": "1.3.1",
109109
"lodash": "4.17.21"
110110
}

0 commit comments

Comments
 (0)