From cc3c090524f7474c8d1fa1aaebcd2418e856486d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 02:04:41 +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-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917 - https://snyk.io/vuln/SNYK-JS-LIBP2P-3164757 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- 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..972a5ae5e1 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.66.1", "ipfs-message-port-client": "^0.6.1", "ipfs-message-port-server": "^0.7.0" },