From 8dc09661da3f353bda404641a1dbd9ccb4cbd964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:07:40 +0000 Subject: [PATCH] Bump next-auth from 4.24.7 to 4.24.8 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.7 to 4.24.8. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62576fec..afb0e8e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "axios": "^1.7.7", "js-yaml": "^4.1.0", "next": "^14.2.13", - "next-auth": "^4.24.7", + "next-auth": "^4.24.8", "node-fetch": "^3.3.2", "react": "18.3.1", "react-dom": "18.3.1", @@ -4837,10 +4837,9 @@ } }, "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==", - "license": "ISC", + "version": "4.24.8", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.8.tgz", + "integrity": "sha512-SLt3+8UCtklsotnz2p+nB4aN3IHNmpsQFAZ24VLxGotWGzSxkBh192zxNhm/J5wgkcrDWVp0bwqvW0HksK/Lcw==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -4853,12 +4852,16 @@ "uuid": "^8.3.2" }, "peerDependencies": { + "@auth/core": "0.34.2", "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { + "@auth/core": { + "optional": true + }, "nodemailer": { "optional": true } diff --git a/package.json b/package.json index e1b4d06c..83764f4d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "axios": "^1.7.7", "js-yaml": "^4.1.0", "next": "^14.2.13", - "next-auth": "^4.24.7", + "next-auth": "^4.24.8", "node-fetch": "^3.3.2", "react": "18.3.1", "react-dom": "18.3.1",