Skip to content

Commit ad0bcc3

Browse files
committed
fix: update deps
1 parent 1a1042e commit ad0bcc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"findup-sync": "^4.0.0",
7676
"fs-extra": "^8.1.0",
7777
"gh-pages": "^2.2.0",
78-
"git-authors-cli": "^1.0.20",
78+
"git-authors-cli": "^1.0.23",
7979
"git-validate": "^2.2.4",
8080
"globby": "^11.0.0",
8181
"ipfs-utils": "^0.7.1",
@@ -99,7 +99,7 @@
9999
"nyc": "^15.0.0",
100100
"p-map": "^3.0.0",
101101
"pascalcase": "^1.0.0",
102-
"pify": "^4.0.1",
102+
"pify": "^5.0.0",
103103
"prompt-promise": "^1.0.3",
104104
"read-pkg-up": "^7.0.1",
105105
"rimraf": "^3.0.1",
@@ -116,15 +116,15 @@
116116
"webpack-cli": "^3.3.10",
117117
"webpack-merge": "^4.2.2",
118118
"yargs": "^15.1.0",
119-
"yargs-parser": "^16.1.0"
119+
"yargs-parser": "^17.0.0"
120120
},
121121
"devDependencies": {
122122
"chai": "^4.2.0",
123123
"chai-as-promised": "^7.1.1",
124124
"cross-env": "^7.0.0",
125125
"dirty-chai": "^2.0.1",
126126
"mock-require": "^3.0.2",
127-
"sinon": "^8.1.1"
127+
"sinon": "^9.0.0"
128128
},
129129
"engines": {
130130
"node": ">=10.0.0",

0 commit comments

Comments
 (0)