Skip to content

Commit b333836

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 b333836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"babylon": "^6.14.1",
139139
"base64-js": "^1.1.2",
140140
"bser": "^1.0.2",
141-
"chalk": "^1.1.1",
141+
"chalk": "^2.0.0",
142142
"commander": "^2.9.0",
143143
"connect": "^2.8.3",
144144
"core-js": "^2.2.2",
@@ -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": "^6.5.1",
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": "^13.2.4"
196196
},
197197
"devDependencies": {
198198
"babel-eslint": "^7.1.1",

0 commit comments

Comments
 (0)