Upgrading @auth0/nextjs-auth0 from 4.6.0 to 4.6.1

This commit is contained in:
pensarapp[bot] 2025-06-30 14:22:47 +00:00 committed by GitHub
parent cb905bba45
commit ce69be073b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,6 @@
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^4.6.0",
"classnames": "^2.5.1",
"culori": "^4.0.1",
"d3-force-3d": "^3.0.6",
@ -17,7 +16,8 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-force-graph-2d": "^1.27.1",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"@auth0/nextjs-auth0": "^4.6.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",