From 6b989a0de70a0d416b3a8a7973e4995c6b754e10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 16:57:08 +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-6032387 --- 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 e463078999..4dda7f796d 100644 --- a/testapps/next/package.json +++ b/testapps/next/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tolgee/format-icu": "5.13.3", "@tolgee/react": "5.13.3", - "next": "13.4.7", + "next": "13.5.0", "react": "18.2.0", "react-dom": "18.2.0" },