From 66d2dc742ba83c4cfa83adc42791ebbb914b3e6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Apr 2022 23:05:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAPISTATEHOOD-2769251 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18a7f1be85..236d41de14 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "dependencies": { "@hapi/ammo": "^4.0.0", "@hapi/boom": "^7.4.3", - "@hapi/hapi": "^18.3.2", + "@hapi/hapi": "^19.0.0", "@hapi/joi": "^15.0.0", "abort-controller": "^3.0.0", "array-shuffle": "^1.0.1", @@ -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.0", "libp2p-websocket-star-multi": "~0.4.3", "libp2p-websockets": "~0.12.3", "lodash.flatten": "^4.4.0",