From 7e7750afaf1cf0811b329c8361b621189ea0a429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 00:04:04 +0000 Subject: [PATCH] Bump next-auth from 4.24.4 to 4.24.5 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] --- 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 b7d2633d..71ddee79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "microsoft-cognitiveservices-speech-sdk": "^1.27.0", "mysql2": "^3.6.0", "next": "^14.0.0", - "next-auth": "^4.24.4", + "next-auth": "^4.24.5", "next-pwa": "^5.6.0", "nodemailer": "^6", "prettier": "^3.0.3", @@ -9749,9 +9749,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", diff --git a/package.json b/package.json index f7a36b51..b9526666 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "microsoft-cognitiveservices-speech-sdk": "^1.27.0", "mysql2": "^3.6.0", "next": "^14.0.0", - "next-auth": "^4.24.4", + "next-auth": "^4.24.5", "next-pwa": "^5.6.0", "nodemailer": "^6", "prettier": "^3.0.3",