From 4ecc8a31d97ae67cffff40bdcc9621cf5e0524bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Dec 2025 10:52:24 +0000 Subject: [PATCH] fix: examples/react-nextjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-14400636 --- examples/react-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-nextjs/package.json b/examples/react-nextjs/package.json index b390ce4bd..a2fe3788e 100644 --- a/examples/react-nextjs/package.json +++ b/examples/react-nextjs/package.json @@ -15,7 +15,7 @@ "@evolu/react-web": "latest", "@tabler/icons-react": "^3.35.0", "clsx": "^2.1.1", - "next": "^16.0.0", + "next": "^16.0.10", "react": "19.1.0", "react-dom": "19.1.0" },