From cc38f9146e1e03bc2fd3e4fd1b92f57389fead8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 17:06:54 +0000 Subject: [PATCH] fix: system-tests/projects/next-12/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 --- system-tests/projects/next-12/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-tests/projects/next-12/package.json b/system-tests/projects/next-12/package.json index 2dc434df998e..ee8ff92e6c3f 100644 --- a/system-tests/projects/next-12/package.json +++ b/system-tests/projects/next-12/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "12.1.4", + "next": "13.5.0", "react": "17.0.2", "react-dom": "17.0.2" },