From e0961c0fc97ffa876686a8d6d1fb116b02b3df29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 08:31:42 +0000 Subject: [PATCH] fix: examples/blog-with-comment/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- examples/blog-with-comment/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blog-with-comment/package.json b/examples/blog-with-comment/package.json index e1d61871a8ae..48b50ef7bcf2 100644 --- a/examples/blog-with-comment/package.json +++ b/examples/blog-with-comment/package.json @@ -12,7 +12,7 @@ "gray-matter": "4.0.3", "ioredis": "^4.27.1", "nanoid": "^3.1.22", - "next": "^10.2.3", + "next": "^11.1.4", "react": "^17.0.2", "react-dom": "^17.0.2", "remark": "13.0.0",