From f8be7d43693cb9777430614715bd28f4fb328384 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 00:40:34 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 884b74d..e178e1d 100644 --- a/app/package.json +++ b/app/package.json @@ -14,7 +14,7 @@ "firebase-admin": "^9.6.0", "formik": "^2.1.4", "grommet": "^2.17.1", - "next": "^10.0.1", + "next": "^12.0.8", "next-firebase-auth": "^0.13.0-alpha.0", "polished": "^3.6.3", "react": "^16.13.0",