From 3027293d8378706145e85b66ed0b0e9a722fa55b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Sep 2025 08:35:14 +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-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- 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 46943c8ef0..12bb3f75f1 100644 --- a/testapps/next/package.json +++ b/testapps/next/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tolgee/format-icu": "6.2.7", "@tolgee/react": "6.2.7", - "next": "15.3.3", + "next": "15.4.2", "react": "18.3.1", "react-dom": "18.3.1" },