Skip to content

Commit 281611a

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
1 parent f199a93 commit 281611a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"image-size": "^0.3.5",
154154
"immutable": "~3.7.6",
155155
"imurmurhash": "^0.1.4",
156-
"inquirer": "^0.12.0",
156+
"inquirer": "^7.0.5",
157157
"jest-haste-map": "18.0.0",
158158
"joi": "^6.6.1",
159159
"json-stable-stringify": "^1.0.1",
@@ -192,7 +192,7 @@
192192
"ws": "^1.1.0",
193193
"xcode": "^0.8.9",
194194
"xmldoc": "^0.4.0",
195-
"yargs": "^6.4.0"
195+
"yargs": "^15.0.1"
196196
},
197197
"devDependencies": {
198198
"babel-eslint": "^7.1.1",

0 commit comments

Comments
 (0)