Skip to content

Commit

Permalink
fix: examples/auth0/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-JOSE-6419224
  • Loading branch information
snyk-bot committed Mar 9, 2024
1 parent a5fea53 commit 23260fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@auth0/nextjs-auth0": "^0.8.0",
"@auth0/nextjs-auth0": "^1.0.0",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down

0 comments on commit 23260fb

Please sign in to comment.