From 1f9839f41342e680c8953b03fe1777727ccc52a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 08:39:39 +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-PARSEDURATION-8715711 --- 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 bfe98ca9f2..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.55.4" + "ipfs": "^0.66.1" } }