From e451cf61bff5300db366771d899ce01b9a275b43 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 19:40:03 +0000 Subject: [PATCH] fix: benchmark/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709 --- benchmark/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/frontend/package.json b/benchmark/frontend/package.json index ac3ff5bc012c..9bf47f09bde3 100644 --- a/benchmark/frontend/package.json +++ b/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.25", "react": "18.2.0", "react-dom": "18.2.0", "tailwind-styled-components": "^2.2.0",