From b600f0ebfd8ba95addbbf9479f4dd093d036a82e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 20:05:01 +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 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- examples/browser-sharing-node-across-tabs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/browser-sharing-node-across-tabs/package.json b/examples/browser-sharing-node-across-tabs/package.json index 2a08966ab2..c08da429d3 100644 --- a/examples/browser-sharing-node-across-tabs/package.json +++ b/examples/browser-sharing-node-across-tabs/package.json @@ -21,11 +21,11 @@ "test-ipfs-example": "^3.0.0", "webpack": "^5.28.0", "webpack-cli": "^4.5.0", - "webpack-dev-server": "^3.11.2", + "webpack-dev-server": "^4.0.0", "worker-loader": "^3.0.8" }, "dependencies": { - "ipfs": "^0.55.1", + "ipfs": "^0.57.0", "ipfs-message-port-client": "^0.6.1", "ipfs-message-port-server": "^0.7.0" },