From 620e5cd265b37b4c2369e7900f02fbff6ec9e813 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 14:30:53 +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-1540422 - 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 e1d61871a8ae..4bbdbf7bbf58 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.1", "react": "^17.0.2", "react-dom": "^17.0.2", "remark": "13.0.0",