Skip to content

Commit

Permalink
fix: fixtures/nesting/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/SNYK-JS-UNSETVALUE-2400660
  • Loading branch information
snyk-bot committed Jan 1, 2024
1 parent afe6521 commit ce9c7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react-scripts": "3.4.1",
"react-scripts": "5.0.0",
"redux": "^4.0.5"
},
"scripts": {
Expand Down

0 comments on commit ce9c7bd

Please sign in to comment.