From a71ab544d8532851d8a10158fb63cdc566fafd0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:07:24 +0000 Subject: [PATCH] chore(deps): bump next-auth from 4.23.2 to 4.24.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.2 to 4.24.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.23.2...next-auth@4.24.3) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index de355fc80..2315acc3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint-config-next": "13.4.19", "google-map-react": "^2.2.1", "next": "^13.5.4", - "next-auth": "^4.23.2", + "next-auth": "^4.24.3", "react": "18.2.0", "react-dom": "18.2.0", "react-fontawesome": "^1.7.1", @@ -2597,9 +2597,9 @@ } }, "node_modules/next-auth": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.2.tgz", - "integrity": "sha512-VRmInu0r/yZNFQheDFeOKtiugu3bt90Po3owAQDnFQ3YLQFmUKgFjcE2+3L0ny5jsJpBXaKbm7j7W2QTc6Ye2A==", + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.3.tgz", + "integrity": "sha512-n1EvmY7MwQMSOkCh6jhI6uBneB6VVtkYELVMEwVaCLD1mBD3IAAucwk+90kgxramW09nSp5drvynwfNCi1JjaQ==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index b66c9b7b6..aae34a78d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-config-next": "13.4.19", "google-map-react": "^2.2.1", "next": "^13.5.4", - "next-auth": "^4.23.2", + "next-auth": "^4.24.3", "react": "18.2.0", "react-dom": "18.2.0", "react-fontawesome": "^1.7.1",