From ed8c15a66d7076e477010386e979ff39f9ca75f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Apr 2025 14:23:33 +0000 Subject: [PATCH] fix: examples/with-data-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9634163 --- examples/with-data-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-data-api/package.json b/examples/with-data-api/package.json index 5e92303..6c1e3d6 100644 --- a/examples/with-data-api/package.json +++ b/examples/with-data-api/package.json @@ -17,7 +17,7 @@ "dependencies": { "@vercel/analytics": "1.5.0", "chart.js": "^4.4.7", - "next": "15.2.3", + "next": "15.2.4", "react": "18.3.1", "react-chartjs-2": "^5.2.0", "react-dom": "18.3.1",