From 30252590e6d32957c95b73824a8e9d3a22dcc982 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Oct 2022 19:08:51 +0000 Subject: [PATCH] fix: examples/circuit-relaying/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 --- examples/circuit-relaying/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/circuit-relaying/package.json b/examples/circuit-relaying/package.json index a75c8f5950..68793155c9 100644 --- a/examples/circuit-relaying/package.json +++ b/examples/circuit-relaying/package.json @@ -15,7 +15,7 @@ "license": "MIT", "dependencies": { "delay": "^4.4.0", - "ipfs": "^0.53.2", + "ipfs": "^0.59.0", "ipfs-pubsub-room": "^2.0.1", "libp2p-websockets": "^0.15.0", "uint8arrays": "^1.1.0"