From 7eb34e68a8629051639821f1293d43e8c2339da4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Aug 2025 15:34:47 +0000 Subject: [PATCH] fix: examples/with-chat2query-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- examples/with-chat2query-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-chat2query-api/package.json b/examples/with-chat2query-api/package.json index 83fa669..43f4381 100644 --- a/examples/with-chat2query-api/package.json +++ b/examples/with-chat2query-api/package.json @@ -18,7 +18,7 @@ "@vercel/analytics": "1.5.0", "clsx": "2.1.1", "framer-motion": "11.15.0", - "next": "15.2.3", + "next": "15.4.2", "prism-react-renderer": "2.4.0", "react": "18.3.1", "react-dom": "18.3.1",