Skip to content

Commit a034a8d

Browse files
committed
fix: react-native-cli/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UTILE-8706797
1 parent f199a93 commit a034a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"chalk": "^1.1.1",
2222
"minimist": "^1.2.0",
23-
"prompt": "^0.2.14",
23+
"prompt": "^1.2.0",
2424
"semver": "^5.0.3"
2525
}
2626
}

0 commit comments

Comments
 (0)