From 521ddf754eacdec33f66e9a171e3b69d1d128f81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Feb 2022 05:12:54 +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-2405694 --- 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..836e88e823eb 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": "^12.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "remark": "13.0.0",