From bdb01c58bb5162dbb0a5586eaf15fbf9e507a528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 00:04:12 +0000 Subject: [PATCH] Bump next-auth from 4.24.4 to 4.24.5 in /frontend Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.4 to 4.24.5. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.4...next-auth@4.24.5) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 15 ++++++++------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f554c1..75afd0a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "statefarm-smare", "version": "1.0.0", + "hasInstallScript": true, "license": "MIT", "dependencies": { "@auth/mongodb-adapter": "^2.0.3", @@ -32,7 +33,7 @@ "lucide-react": "^0.292.0", "mongodb": "^6.2.0", "next": "^14.0.2", - "next-auth": "^4.24.4", + "next-auth": "^4.24.5", "next-mdx-remote": "^4.4.1", "react": "18.2.0", "react-dom": "18.2.0", @@ -8068,9 +8069,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.4", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.4.tgz", - "integrity": "sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==", + "version": "4.24.5", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz", + "integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -20639,9 +20640,9 @@ } }, "next-auth": { - "version": "4.24.4", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.4.tgz", - "integrity": "sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==", + "version": "4.24.5", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz", + "integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/frontend/package.json b/frontend/package.json index 682a234..f928f88 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "lucide-react": "^0.292.0", "mongodb": "^6.2.0", "next": "^14.0.2", - "next-auth": "^4.24.4", + "next-auth": "^4.24.5", "next-mdx-remote": "^4.4.1", "react": "18.2.0", "react-dom": "18.2.0",