From d17b76399d95017ca582b0496861d6f38a26f18e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 07:35:35 +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-NEXT-1577139 --- 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 4aa7085fe0ee..82f0ec584936 100644 --- a/examples/blog-with-comment/package.json +++ b/examples/blog-with-comment/package.json @@ -15,7 +15,7 @@ "gray-matter": "4.0.3", "ioredis": "^4.27.1", "nanoid": "^3.1.22", - "next": "^10.2.3", + "next": "^11.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", "remark": "13.0.0",