From c2793bd6949034a91bcad01067c48ebbf7223757 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 09:16:57 +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-SHARP-2848109 --- 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",