From 857f9931fa8551394b1a23ad3f18e02584093781 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Sep 2025 20:12:58 +0000 Subject: [PATCH] fix: classic/benchmark/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 --- classic/benchmark/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classic/benchmark/frontend/package.json b/classic/benchmark/frontend/package.json index ac3ff5bc012c..1926cb9e02c3 100644 --- a/classic/benchmark/frontend/package.json +++ b/classic/benchmark/frontend/package.json @@ -15,7 +15,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@prisma/client": "^5.1.1", "@t3-oss/env-nextjs": "^0.3.1", - "next": "^13.4.2", + "next": "^14.2.32", "react": "18.2.0", "react-dom": "18.2.0", "tailwind-styled-components": "^2.2.0",