From c4eb68a160572c16b97527a9076d43dfcef53eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:43:52 +0000 Subject: [PATCH] build(deps): bump next-auth from 4.24.5 to 4.24.6 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.5 to 4.24.6. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.5...next-auth@4.24.6) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-patch ... 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 66bde26..f261779 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bcryptjs": "^2.4.3", "chart.js": "^4.4.1", "next": "^14.1.0", - "next-auth": "^4.24.5", + "next-auth": "^4.24.6", "nodemailer": "^6.9.9", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", @@ -3237,9 +3237,9 @@ } }, "node_modules/next-auth": { - "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==", + "version": "4.24.6", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.6.tgz", + "integrity": "sha512-djQt3ZEaWEIxcsuh3HTW2uuzLfXMRjHH+ugAsichlQSbH4iA5MRcgMA2HvTNvsDTDLh44tyU72+/gWsxgTbAKg==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index 3af115b..c622a94 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bcryptjs": "^2.4.3", "chart.js": "^4.4.1", "next": "^14.1.0", - "next-auth": "^4.24.5", + "next-auth": "^4.24.6", "nodemailer": "^6.9.9", "react": "^18.2.0", "react-chartjs-2": "^5.2.0",