From d40d00f459a7a549d2f9a1fb14ecd3e6527dcedc Mon Sep 17 00:00:00 2001 From: JohanHjelsethStorstad <82723971+JohanHjelsethStorstad@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:27:27 +0100 Subject: [PATCH] chore: update next-auth to 4.24.11 --- package-lock.json | 24 +++++------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d1077433..3591fc66a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "jsqr": "^1.4.0", "luxon": "^3.5.0", "next": "^15.0.3", - "next-auth": "^4.24.7", + "next-auth": "^4.24.11", "next-qrcode": "^2.5.1", "nodemailer": "^6.9.16", "react": "^18.3.1", @@ -2608,6 +2608,7 @@ "version": "7.0.6", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, "license": "MIT", "dependencies": { "path-key": "^3.1.0", @@ -5945,9 +5946,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.10", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.10.tgz", - "integrity": "sha512-8NGqiRO1GXBcVfV8tbbGcUgQkAGsX4GRzzXXea4lDikAsJtD5KiEY34bfhUOjHLvr6rT6afpcxw2H8EZqOV6aQ==", + "version": "4.24.11", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.11.tgz", + "integrity": "sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw==", "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", @@ -8286,21 +8287,6 @@ "type": "github", "url": "https://github.com/sponsors/wooorm" } - }, - "node_modules/@next/swc-win32-ia32-msvc": { - "version": "14.2.14", - "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.14.tgz", - "integrity": "sha512-2u2XcSaDEOj+96eXpyjHjtVPLhkAFw2nlaz83EPeuK4obF+HmtDJHqgR1dZB7Gb6V/d55FL26/lYVd0TwMgcOQ==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } } } } diff --git a/package.json b/package.json index dd6371806..6e7d07b23 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "jsqr": "^1.4.0", "luxon": "^3.5.0", "next": "^15.0.3", - "next-auth": "^4.24.7", + "next-auth": "^4.24.11", "next-qrcode": "^2.5.1", "nodemailer": "^6.9.16", "react": "^18.3.1",