Skip to content

Commit

Permalink
fix: examples/with-unsplash/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-ELLIPTIC-8187303
  • Loading branch information
snyk-bot committed Oct 18, 2024
1 parent a5fea53 commit 2af3e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-unsplash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"next": "^9.5.1",
"next": "^12.0.8",
"react": "16.13.1",
"react-dom": "16.13.1",
"swr": "^0.3.0",
Expand Down

0 comments on commit 2af3e48

Please sign in to comment.