From 6a1567804d881b5b8e413be562a334674a60eba0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Aug 2025 20:52:49 +0000 Subject: [PATCH] fix: examples/with-vector-search/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-vector-search/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-vector-search/package.json b/examples/with-vector-search/package.json index d848140..59d9acc 100644 --- a/examples/with-vector-search/package.json +++ b/examples/with-vector-search/package.json @@ -18,7 +18,7 @@ "@vercel/analytics": "1.5.0", "ai": "4.0.18", "clsx": "2.1.1", - "next": "15.2.3", + "next": "15.4.2", "ollama-ai-provider": "0.16.0", "prism-react-renderer": "2.4.0", "react": "18.3.1",