From 267d7489093b7249ef6320dd68669227ea07d506 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Dec 2025 08:47:50 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f53251..8ae70bb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@vercel/analytics": "^1.5.0", - "next": "15.5.7", + "next": "15.5.9", "react": "19.1.0", "react-dom": "19.1.0" },