From a8da791019a23a0835ef459d0443a68121fa1924 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Dec 2025 05:41:42 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-14400636 - https://snyk.io/vuln/SNYK-JS-NEXT-14400644 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 59a4d0e..6a28f8c 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ "@radix-ui/react-navigation-menu": "^1.2.3", "@radix-ui/react-select": "^2.1.4", "@radix-ui/themes": "^3.1.6", - "next": "15.2.4", + "next": "15.2.8", "next-themes": "^0.4.4", "react": "^19.0.0", "react-dom": "^19.0.0"