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-NEXT-8520073
  • Loading branch information
snyk-bot committed Dec 18, 2024
1 parent 175331e commit 81e5c57
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 @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"next": "^9.5.1",
"next": "^14.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.0.0",
Expand Down

0 comments on commit 81e5c57

Please sign in to comment.