From d70b4c4d7a545b3e646cde60fd5543edb53a5f63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 04:03:38 +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-8025427 --- 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 2adaccefa8ef..1c9fca962446 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": "^14.1.1", + "next": "^14.2.10", "react": "18.2.0", "react-dom": "18.2.0", "tailwind-styled-components": "^2.2.0",