From 486000c86732c40a308282a6ae38498e825c93f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:55:35 +0000 Subject: [PATCH] Bump @auth/core and next-auth in /src/learning-bank-web Bumps [@auth/core](https://github.com/nextauthjs/next-auth) to 0.41.3 and updates ancestor dependency [next-auth](https://github.com/nextauthjs/next-auth). These dependencies need to be updated together. Updates `@auth/core` from 0.41.2 to 0.41.3 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.41.2...@auth/core@0.41.3) Updates `next-auth` from 5.0.0-beta.31 to 5.0.0-beta.32 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.31...next-auth@5.0.0-beta.32) --- updated-dependencies: - dependency-name: "@auth/core" dependency-version: 0.41.3 dependency-type: indirect - dependency-name: next-auth dependency-version: 5.0.0-beta.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/learning-bank-web/package-lock.json | 26 ++++++++++++------------- src/learning-bank-web/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/learning-bank-web/package-lock.json b/src/learning-bank-web/package-lock.json index 66fcc28..05cba4f 100644 --- a/src/learning-bank-web/package-lock.json +++ b/src/learning-bank-web/package-lock.json @@ -13,7 +13,7 @@ "dompurify": "^3.4.7", "lucide-react": "^1.16.0", "next": "15.5.18", - "next-auth": "^5.0.0-beta.31", + "next-auth": "^5.0.0-beta.32", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.76.1", @@ -113,9 +113,9 @@ "license": "MIT" }, "node_modules/@auth/core": { - "version": "0.41.2", - "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.41.2.tgz", - "integrity": "sha512-Hx5MNBxN2fJTbJKGUKAA0wca43D0Akl3TvufY54Gn8lop7F+34vU1zA1pn0vQfIoVuLIrpfc2nkyjwIaPJMW7w==", + "version": "0.41.3", + "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.41.3.tgz", + "integrity": "sha512-sJ3JMHHkXMD3aOjopv7mOBTO1Ocw4b0fAEXJBz6k7YHLpYQI6C40jCUPc5fNvUKxXRXNE1/sRISA15UrwWJBTw==", "license": "ISC", "dependencies": { "@panva/hkdf": "^1.2.1", @@ -127,7 +127,7 @@ "peerDependencies": { "@simplewebauthn/browser": "^9.0.1", "@simplewebauthn/server": "^9.0.2", - "nodemailer": "^7.0.7" + "nodemailer": "^7.0.7 || ^8.0.5" }, "peerDependenciesMeta": { "@simplewebauthn/browser": { @@ -5430,9 +5430,9 @@ } }, "node_modules/jose": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz", - "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.4.tgz", + "integrity": "sha512-N8acGzVsQy6M/fjFcxtysNc4Q379TcM5dM/qKkNtsHFji88yANnXTr7BLeP75iPnFwBfQzM/jg2BZ9+HZrHCZA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -6146,18 +6146,18 @@ } }, "node_modules/next-auth": { - "version": "5.0.0-beta.31", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.31.tgz", - "integrity": "sha512-1OBgCKPzo+S7UWWMp3xgvGvIJ0OpV7B3vR4ZDRqD9a4Ch+OT6dakLXG9ivhtmIWVa71nTSXattOHyCg8sNi8/Q==", + "version": "5.0.0-beta.32", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.32.tgz", + "integrity": "sha512-CGlChIEWZ6LltNVxrE5yiySMID+Idpmry47JYA5lLwgD8Sx02a8M65VL0TWVz9nbnOioS/tCW/rP/0+mE7Qp4Q==", "license": "ISC", "dependencies": { - "@auth/core": "0.41.2" + "@auth/core": "0.41.3" }, "peerDependencies": { "@simplewebauthn/browser": "^9.0.1", "@simplewebauthn/server": "^9.0.2", "next": "^14.0.0-0 || ^15.0.0 || ^16.0.0", - "nodemailer": "^7.0.7", + "nodemailer": "^7.0.7 || ^8.0.5", "react": "^18.2.0 || ^19.0.0" }, "peerDependenciesMeta": { diff --git a/src/learning-bank-web/package.json b/src/learning-bank-web/package.json index 57bbfd5..e26459c 100644 --- a/src/learning-bank-web/package.json +++ b/src/learning-bank-web/package.json @@ -20,7 +20,7 @@ "dompurify": "^3.4.7", "lucide-react": "^1.16.0", "next": "15.5.18", - "next-auth": "^5.0.0-beta.31", + "next-auth": "^5.0.0-beta.32", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.76.1",