From 69b3954a4ace98ef381672b698dbfdc06378c30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:32:07 +0000 Subject: [PATCH] build(deps): bump next-auth from 4.23.2 to 4.24.4 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.2 to 4.24.4. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/commits) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6443e0..e646a4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bcryptjs": "^2.4.3", "chart.js": "^4.3.0", "next": "^13.5.4", - "next-auth": "^4.23.2", + "next-auth": "^4.24.4", "nodemailer": "^6.9.7", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", @@ -3077,9 +3077,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.4", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.4.tgz", + "integrity": "sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -3092,7 +3092,7 @@ "uuid": "^8.3.2" }, "peerDependencies": { - "next": "^12.2.5 || ^13", + "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" diff --git a/package.json b/package.json index f82591a..b1844d5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bcryptjs": "^2.4.3", "chart.js": "^4.3.0", "next": "^13.5.4", - "next-auth": "^4.23.2", + "next-auth": "^4.24.4", "nodemailer": "^6.9.7", "react": "^18.2.0", "react-chartjs-2": "^5.2.0",