Skip to content

Commit

Permalink
fix: 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-SOCKJS-575261
- https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381
  • Loading branch information
snyk-bot committed Aug 12, 2020
1 parent f9935d2 commit 9956aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "3.0.0",
"react-scripts": "3.4.2",
"snyk": "^1.192.3"
},
"scripts": {
Expand Down

0 comments on commit 9956aad

Please sign in to comment.