From 4f2914f2fa95e90e878cb6306eacffa29287f4a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 21:14:05 +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-SERIALIZEJAVASCRIPT-6147607 --- 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..1ef3b75e2e 100644 --- a/examples/browser-sharing-node-across-tabs/package.json +++ b/examples/browser-sharing-node-across-tabs/package.json @@ -15,7 +15,7 @@ "@babel/core": "^7.13.10", "@babel/preset-env": "^7.13.12", "babel-loader": "^8.2.2", - "copy-webpack-plugin": "^8.1.0", + "copy-webpack-plugin": "^9.0.1", "node-polyfill-webpack-plugin": "^1.0.3", "rimraf": "^3.0.2", "test-ipfs-example": "^3.0.0",