From 1fec02ef9f988f11c7f2226549c8f15b96a2b69f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 14:07:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2407c10a..91475145 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "focus-visible": "^4.1.5", "isomorphic-fetch": "^2.2.1", "markdown-to-jsx": "^6.11.1", - "next": "^10.0.0", + "next": "^10.0.6", "next-plausible": "^2.1.4", "next-redux-wrapper": "^5.0.0", "postcss-focus-visible": "^4.0.0",