From 2a0c3ddf61af98086ce72f9c94e7aaf12ebafb43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 02:16:20 +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-PROTOBUFJS-5756498 --- 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..62686e8c22 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.64.0" } }