From 44684a8c72dfb76ee0de1a44f85d6589f1d8bc2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 04:39:41 +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-15104645 --- 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 e1d61871a8ae8e..4bcd839d501b83 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": "^15.5.10", "react": "^17.0.2", "react-dom": "^17.0.2", "remark": "13.0.0",