From 443f5a16b4a9a13a4b1ed264f914c8ed5bb0953c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2023 04:51:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d908183deb..f04b740a1b 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "libp2p-record": "~0.7.0", "libp2p-secio": "~0.11.0", "libp2p-tcp": "^0.13.0", - "libp2p-webrtc-star": "~0.16.0", + "libp2p-webrtc-star": "~0.20.4", "libp2p-websocket-star-multi": "~0.4.3", "libp2p-websockets": "~0.12.3", "lodash": "^4.17.15",