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-URLPARSE-2407770
  • Loading branch information
snyk-bot authored and X-oss-byte committed Aug 15, 2023
1 parent d916def commit b8e57b8
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 @@ -10,7 +10,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.0.0",
"unsplash-js": "^6.0.0"
"unsplash-js": "^7.0.0"
},
"devDependencies": {
"@types/node": "^14.0.27",
Expand Down

0 comments on commit b8e57b8

Please sign in to comment.