From 996c37256270df4aa48d7dc3b4335b216e124725 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 03:24:53 +0000 Subject: [PATCH] fix: examples/browser-video-streaming/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14114940 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- examples/browser-video-streaming/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-video-streaming/package.json b/examples/browser-video-streaming/package.json index 07103ff788..0577cf5dc9 100644 --- a/examples/browser-video-streaming/package.json +++ b/examples/browser-video-streaming/package.json @@ -16,6 +16,6 @@ "test-ipfs-example": "^3.0.0" }, "dependencies": { - "ipfs": "^0.57.0" + "ipfs": "^0.66.1" } }