From d666f65227bfba1935349d5489fe6662681e24a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 22:49: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-POSTCSS-5926692 --- 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 c4a3e3730c..65f256eaca 100644 --- a/testapps/next/package.json +++ b/testapps/next/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tolgee/format-icu": "5.12.0", "@tolgee/react": "5.12.0", - "next": "13.2.3", + "next": "13.5.4", "react": "18.2.0", "react-dom": "18.2.0" },