Skip to content

Commit

Permalink
fix: examples/with-next-auth/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-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 22, 2023
1 parent a5fea53 commit 22fb6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"next": "latest",
"next-auth": "^3.1.0",
"next-auth": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sqlite3": "^5.0.0"
Expand Down

0 comments on commit 22fb6ac

Please sign in to comment.