From f138b16088cc987cabe5f0499a72f03032d7a3ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Apr 2025 15:12:17 +0000 Subject: [PATCH] fix: examples/with-nextjs-todo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9634163 --- examples/with-nextjs-todo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-nextjs-todo/package.json b/examples/with-nextjs-todo/package.json index 780e889..d6a760e 100644 --- a/examples/with-nextjs-todo/package.json +++ b/examples/with-nextjs-todo/package.json @@ -19,7 +19,7 @@ "@vercel/analytics": "1.5.0", "clsx": "2.1.1", "drizzle-orm": "0.38.2", - "next": "15.2.3", + "next": "15.2.4", "nuqs": "2.2.3", "react": "18.3.1", "react-dom": "18.3.1",