From f64b8f563db76756954d657a2638e76bdc487605 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Oct 2025 06:45:40 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXTAUTH-3358339 --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcb591e..717e9e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "lighthouse": "^10.4.0", "lottie-react": "^2.3.1", "next": "13.5.2", - "next-auth": "^4.18.8", + "next-auth": "^4.20.1", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.7.1", @@ -8943,9 +8943,10 @@ } }, "node_modules/next-auth": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", - "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", + "version": "4.20.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", + "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", + "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -18263,9 +18264,9 @@ } }, "next-auth": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", - "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", + "version": "4.20.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", + "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index 6915608..80d3f05 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lighthouse": "^10.4.0", "lottie-react": "^2.3.1", "next": "13.5.2", - "next-auth": "^4.18.8", + "next-auth": "^4.20.1", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.7.1",