From ea59a8611aa66213dd08b92af51b3b7f9461f37c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 22:40:01 +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-WS-7266574 --- 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" } }