From 9932528acbd643ebb1516e036e3c3db75cb60887 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 17:38:41 +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 fcab091..7fee452 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "classnames": "^2.3.1", "lodash": "^4.17.21", - "next": "13.5.4", + "next": "13.5.0", "nextjs-google-analytics": "^1.0.9", "normalize.css": "^8.0.1", "react": "18.0.0",