From 1d5728cdccd8bd66cda2c556d075ff7a784024cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 00:32:37 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index b9b508c..e35b12e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "graphql": "^14.6.0", "js-cookie": "^2.2.1", "jsonwebtoken": "^8.5.1", - "next": "^9.2.1", + "next": "^12.0.8", "node-fetch": "^2.6.0", "prop-types": "^15.7.2", "react": "^16.12.0",