Skip to content

Commit

Permalink
fix: react-native-cli/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
  • Loading branch information
snyk-bot committed Sep 13, 2021
1 parent f199a93 commit f7b12cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-native": "index.js"
},
"dependencies": {
"chalk": "^1.1.1",
"chalk": "^2.0.0",
"minimist": "^1.2.0",
"prompt": "^0.2.14",
"semver": "^5.0.3"
Expand Down

0 comments on commit f7b12cf

Please sign in to comment.