From a4b36a8589df247db0c34733397f8742216862a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 00:21:57 +0000 Subject: [PATCH] fix: examples/next/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/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next/package.json b/examples/next/package.json index 6db601ac..c7e79a3d 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@fingerprintjs/fingerprintjs-pro-react": "workspace:*", - "next": "14.1.3" + "next": "14.2.32" }, "peerDependencies": { "@types/node": "*",