From f8ad7e7543b6c99ae35b7fb2c95ff7ab104f4277 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2024 16:47:56 +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-COOKIE-8163060 --- 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 89b567496a..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.1" + "ipfs": "^0.66.1" } }