Skip to content

Commit

Permalink
fix: examples/with-redux-wrapper/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-SSRI-1246392
  • Loading branch information
snyk-bot authored and Jacquelyn Vinson committed Aug 10, 2022
1 parent ca74703 commit cbfebee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-redux-wrapper/package.json
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"next": "9.4.1",
"next": "9.5.4",
"next-redux-wrapper": "^6.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down

0 comments on commit cbfebee

Please sign in to comment.