Skip to content

Commit

Permalink
fix: examples/basic/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-NEXT-6032387
  • Loading branch information
snyk-bot committed Oct 25, 2023
1 parent 0d1fc8c commit 48c0115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"connected-next-router": "link:../../",
"next": "link:../../node_modules/next",
"next": "13.5.0",
"next-redux-wrapper": "^6.0.0",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom",
Expand Down

0 comments on commit 48c0115

Please sign in to comment.