From 521aa43c11f2c00e3f5aaf1744454fe527cc8bb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Aug 2023 16:01:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SHARP-2848109 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2407c10a..6ef085e2 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.8", "next-plausible": "^2.1.4", "next-redux-wrapper": "^5.0.0", "postcss-focus-visible": "^4.0.0",