From 8e3869e63beaff6386167e0eaf9afdc78804be8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 07:52:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f4f041f..adf6aa4 100644 --- a/package.json +++ b/package.json @@ -62,10 +62,10 @@ "js-file-download": "^0.4.12", "json-bigint": "^1.0.0", "mime": "^3.0.0", - "next": "13.0.3", + "next": "15.5.10", "next-auth": "^4.16.4", "notistack": "^3.0.1", - "npm": "^8.19.3", + "npm": "^11.6.1", "postcss-cli": "^10.0.0", "prop-types": "^15.7.2", "react": "^18.2.0",