From 371479f3d5b28b6211daa29ecf828e5c79534bc9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 03:53:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1082936 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d908183deb..9ce62a08f5 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.7", "libp2p-websocket-star-multi": "~0.4.3", "libp2p-websockets": "~0.12.3", "lodash": "^4.17.15",