From b7b6926aed01995b68705c321a6351a5a6e6314f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jan 2025 14:21:12 +0000 Subject: [PATCH] fix: testapps/next/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8602067 --- testapps/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapps/next/package.json b/testapps/next/package.json index 3159c8d80d..a2dfc83f3f 100644 --- a/testapps/next/package.json +++ b/testapps/next/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tolgee/format-icu": "6.0.0", "@tolgee/react": "6.0.0", - "next": "15.1.0", + "next": "15.1.2", "react": "18.3.1", "react-dom": "18.3.1" },