From d36dc092acc1918d7b299467a1f8589c35361a13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 02:17:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb7b9f5..9563527 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/react-router-dom": "^5.3.3", "dotenv": "^16.0.1", "firebase": "^9.9.1", - "next": "^12.1.0", + "next": "^13.5.0", "next-pwa": "^5.5.5", "next-seo": "^5.2.0", "react": "^17.0.2",