From 95f0891e29de531430770d1a6309cf9b9140c604 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 03:47:03 +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-SEMVER-3247795 --- 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..b48bdfa144 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.64.0", "ipfs-pubsub-room": "^2.0.1", "libp2p-websockets": "^0.15.0", "uint8arrays": "^1.1.0"