From f6c0c744f7b5770d9b9135d78d124eeaff3064bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Aug 2022 18:43:36 +0000 Subject: [PATCH] fix: testapps/next-internal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-3011410 --- testapps/next-internal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapps/next-internal/package.json b/testapps/next-internal/package.json index 49f4087c7c..785cf6c758 100644 --- a/testapps/next-internal/package.json +++ b/testapps/next-internal/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@tolgee/react": "^4.8.5", - "next": "12.2.3", + "next": "12.2.4", "react": "17.0.2", "react-dom": "17.0.2" },