From b353167349ea63d351446e707742bed176a75723 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jan 2022 00:18:22 +0000 Subject: [PATCH] fix: examples/browser-sharing-node-across-tabs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- examples/browser-sharing-node-across-tabs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-sharing-node-across-tabs/package.json b/examples/browser-sharing-node-across-tabs/package.json index 2a08966ab2..1a179811ce 100644 --- a/examples/browser-sharing-node-across-tabs/package.json +++ b/examples/browser-sharing-node-across-tabs/package.json @@ -25,7 +25,7 @@ "worker-loader": "^3.0.8" }, "dependencies": { - "ipfs": "^0.55.1", + "ipfs": "^0.61.0", "ipfs-message-port-client": "^0.6.1", "ipfs-message-port-server": "^0.7.0" },