fix: downgrade next-auth to v19

This commit is contained in:
Linus Flood
2025-01-09 10:17:48 +01:00
parent ca50079a4a
commit b973882c5c
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View File

@@ -48,7 +48,7 @@
"libphonenumber-js": "^1.10.60", "libphonenumber-js": "^1.10.60",
"nanoid": "^5.0.9", "nanoid": "^5.0.9",
"next": "^14.2.18", "next": "^14.2.18",
"next-auth": "^5.0.0-beta.19", "next-auth": "5.0.0-beta.19",
"react": "^18", "react": "^18",
"react-day-picker": "^9.0.8", "react-day-picker": "^9.0.8",
"react-dom": "^18", "react-dom": "^18",
@@ -129,15 +129,15 @@
} }
}, },
"node_modules/@auth/core": { "node_modules/@auth/core": {
"version": "0.37.2", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@auth/core/-/core-0.37.2.tgz", "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.32.0.tgz",
"integrity": "sha512-kUvzyvkcd6h1vpeMAojK2y7+PAV5H+0Cc9+ZlKYDFhDY31AlvsB+GW5vNO4qE3Y07KeQgvNO9U0QUx/fN62kBw==", "integrity": "sha512-3+ssTScBd+1fd0/fscAyQN1tSygXzuhysuVVzB942ggU4mdfiTbv36P0ccVnExKWYJKvu3E2r3/zxXCCAmTOrg==",
"dependencies": { "dependencies": {
"@panva/hkdf": "^1.2.1", "@panva/hkdf": "^1.1.1",
"@types/cookie": "0.6.0", "@types/cookie": "0.6.0",
"cookie": "0.7.1", "cookie": "0.6.0",
"jose": "^5.9.3", "jose": "^5.1.3",
"oauth4webapi": "^3.0.0", "oauth4webapi": "^2.9.0",
"preact": "10.11.3", "preact": "10.11.3",
"preact-render-to-string": "5.2.3" "preact-render-to-string": "5.2.3"
}, },
@@ -10911,9 +10911,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/cookie": { "node_modules/cookie": {
"version": "0.7.1", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
"engines": { "engines": {
"node": ">= 0.6" "node": ">= 0.6"
} }
@@ -17904,16 +17904,16 @@
} }
}, },
"node_modules/next-auth": { "node_modules/next-auth": {
"version": "5.0.0-beta.25", "version": "5.0.0-beta.19",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.25.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.19.tgz",
"integrity": "sha512-2dJJw1sHQl2qxCrRk+KTQbeH+izFbGFPuJj5eGgBZFYyiYYtvlrBeUw1E/OJJxTRjuxbSYGnCTkUIRsIIW0bog==", "integrity": "sha512-YHu1igcAxZPh8ZB7GIM93dqgY6gcAzq66FOhQFheAdOx1raxNcApt05nNyNCSB6NegSiyJ4XOPsaNow4pfDmsg==",
"dependencies": { "dependencies": {
"@auth/core": "0.37.2" "@auth/core": "0.32.0"
}, },
"peerDependencies": { "peerDependencies": {
"@simplewebauthn/browser": "^9.0.1", "@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.2", "@simplewebauthn/server": "^9.0.2",
"next": "^14.0.0-0 || ^15.0.0-0", "next": "^14 || ^15.0.0-0",
"nodemailer": "^6.6.5", "nodemailer": "^6.6.5",
"react": "^18.2.0 || ^19.0.0-0" "react": "^18.2.0 || ^19.0.0-0"
}, },
@@ -18043,9 +18043,9 @@
"dev": true "dev": true
}, },
"node_modules/oauth4webapi": { "node_modules/oauth4webapi": {
"version": "3.1.2", "version": "2.17.0",
"resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.1.2.tgz", "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-2.17.0.tgz",
"integrity": "sha512-KQZkNU+xn02lWrFu5Vjqg9E81yPtDSxUZorRHlLWVoojD+H/0GFbH59kcnz5Thdjj7c4/mYMBPj/mhvGe/kKXA==", "integrity": "sha512-lbC0Z7uzAFNFyzEYRIC+pkSVvDHJTbEW+dYlSBAlCYDe6RxUkJ26bClhk8ocBZip1wfI9uKTe0fm4Ib4RHn6uQ==",
"funding": { "funding": {
"url": "https://github.com/sponsors/panva" "url": "https://github.com/sponsors/panva"
} }

View File

@@ -63,7 +63,7 @@
"libphonenumber-js": "^1.10.60", "libphonenumber-js": "^1.10.60",
"nanoid": "^5.0.9", "nanoid": "^5.0.9",
"next": "^14.2.18", "next": "^14.2.18",
"next-auth": "^5.0.0-beta.19", "next-auth": "5.0.0-beta.19",
"react": "^18", "react": "^18",
"react-day-picker": "^9.0.8", "react-day-picker": "^9.0.8",
"react-dom": "^18", "react-dom": "^18",