From 4c731daaf275454b6bcc30cdd3283a1c2cc9f281 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 10:26:46 +0000 Subject: [PATCH] fix: packages/web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- packages/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/package.json b/packages/web/package.json index 334067e66..2ce860c18 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -20,7 +20,7 @@ "framer-motion": "3.1.1", "graphql": "15.4.0", "isomorphic-unfetch": "3.1.0", - "next": "10.0.3", + "next": "10.0.8", "next-images": "1.6.0", "next-urql": "2.0.0", "node-fetch": "2.6.1",