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-INFLIGHT-6095116
- https://snyk.io/vuln/npm:utile:20180614
  • Loading branch information
snyk-bot committed Sep 17, 2024
1 parent f199a93 commit 86e52d0
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 @@ -20,7 +20,7 @@
"dependencies": {
"chalk": "^1.1.1",
"minimist": "^1.2.0",
"prompt": "^0.2.14",
"prompt": "^1.2.0",
"semver": "^5.0.3"
}
}

0 comments on commit 86e52d0

Please sign in to comment.