From 4b6e9a881456a4b1962b73be1547b22844aeea91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Feb 2024 09:40:48 +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 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-ZOD-5925617 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73dda83..3e3dbfa 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@vercel/speed-insights": "^1.0.2", "axios": "^1.4.0", "immer": "^10.0.3", - "next": "13.4.19", + "next": "13.5.4", "next-pwa": "^5.6.0", "react": "^18.2.0", "react-dom": "^18.2.0",