From 054a2ade07096065b679340488ca45fdc52e6210 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:54:53 +0000 Subject: [PATCH] Update dependency next-auth to v4.24.10 --- package-lock.json | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf54f21..e2a4f1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,10 +28,10 @@ "version": "1.0.0", "dependencies": { "@nixysoftware/auth-adapter-prisma-providers": "*", - "@prisma/client": "^5.21.1", + "@prisma/client": "^5.15.0", "@t3-oss/env-nextjs": "^0.11.0", "next": "^14.0.4", - "next-auth": "^4.24.5", + "next-auth": "^4.24.10", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": "^3.22.4" @@ -41,11 +41,11 @@ "@repo/eslint-config": "*", "@repo/typescript-config": "*", "@types/eslint": "^8.56.1", - "@types/node": "^20.16.13", + "@types/node": "^20.10.6", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "eslint": "^8.56.0", - "prisma": "^5.21.1", + "prisma": "^5.15.0", "prisma-import": "^1.0.4", "typescript": "^5.3.3" } @@ -4300,9 +4300,10 @@ "license": "MIT" }, "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" } @@ -7836,13 +7837,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.10", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.10.tgz", + "integrity": "sha512-8NGqiRO1GXBcVfV8tbbGcUgQkAGsX4GRzzXXea4lDikAsJtD5KiEY34bfhUOjHLvr6rT6afpcxw2H8EZqOV6aQ==", + "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", @@ -7851,12 +7853,16 @@ "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 } @@ -7866,6 +7872,7 @@ "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -12092,9 +12099,9 @@ "devDependencies": { "@repo/eslint-config": "*", "@repo/typescript-config": "*", - "@types/lodash": "^4.17.12", + "@types/lodash": "^4.14.202", "@types/luxon": "^3.4.2", - "@types/node": "^20.16.13", + "@types/node": "^20.10.6", "@types/uuid": "^10.0.0", "@vitest/coverage-v8": "^1.2.1", "eslint": "^8.56.0", @@ -12120,7 +12127,7 @@ "devDependencies": { "@repo/eslint-config": "*", "@repo/typescript-config": "*", - "@types/node": "^20.16.13", + "@types/node": "^20.10.6", "eslint": "^8.56.0", "tsx": "^4.7.0", "typescript": "^5.3.3"