From 566f2c2d65bd56423badaba602fe81e919e08b33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 18:28:43 +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-3011410 --- 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 79042ef355..272ef9841f 100644 --- a/testapps/next/package.json +++ b/testapps/next/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tolgee/react": "^4.9.2", - "next": "12.2.3", + "next": "12.2.4", "react": "17.0.2", "react-dom": "17.0.2" },