From d80c41e7fd47738a865377d88b6f534d8409e6c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2023 04:38:05 +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 18a7f1be85..3396d3c9ba 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,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.flatten": "^4.4.0",