diff --git a/package-lock.json b/package-lock.json index 40cf748..929f7b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "restorePhotos-1c5c8ac4f52a08f68a3091d3b21be8a65aef71f2", + "name": "relock-npm-lock-v2-bZbWUd", "lockfileVersion": 3, "requires": true, "packages": { @@ -29,7 +29,7 @@ "jsonwebtoken": "^9.0.2", "llama-tokenizer-js": "^1.2.1", "next": "14.1.4", - "next-auth": "^4.24.7", + "next-auth": "^4.24.9", "nsfwjs": "^3.0.0", "react": "18.2.0", "react-compare-slider": "^2.2.0", @@ -11610,13 +11610,14 @@ } }, "node_modules/next-auth": { - "version": "4.24.7", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.7.tgz", - "integrity": "sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==", + "version": "4.24.9", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.9.tgz", + "integrity": "sha512-1eSvaJb5I3EIzSkU+HMBnLPQTD+q23CuBhWRW6PvT7x5wVHTAkOTpnLobczPjqra38ai8E6uSlVy/HSV3gecXw==", + "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", - "cookie": "^0.5.0", + "cookie": "^0.7.0", "jose": "^4.15.5", "oauth": "^0.9.15", "openid-client": "^5.4.0", @@ -11625,21 +11626,26 @@ "uuid": "^8.3.2" }, "peerDependencies": { - "next": "^12.2.5 || ^13 || ^14", + "@auth/core": "0.34.2", + "next": "^12.2.5 || ^13 || ^14 || ^15", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { + "@auth/core": { + "optional": true + }, "nodemailer": { "optional": true } } }, "node_modules/next-auth/node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", "engines": { "node": ">= 0.6" } diff --git a/package.json b/package.json index 3f549c4..60fae3f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "jsonwebtoken": "^9.0.2", "llama-tokenizer-js": "^1.2.1", "next": "14.1.4", - "next-auth": "^4.24.7", + "next-auth": "^4.24.9", "nsfwjs": "^3.0.0", "react": "18.2.0", "react-compare-slider": "^2.2.0",