From d4a8e2e7a7acb1b2314a5c7dd67e8ca51f372437 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 23:33:43 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..44cbffde0e 100644 --- a/examples/browser-sharing-node-across-tabs/package.json +++ b/examples/browser-sharing-node-across-tabs/package.json @@ -21,7 +21,7 @@ "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": {