From 051709d5cf2a56000fc3ea52d8a3933e9fe7da67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 04:25:56 +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-ASYNC-7414156 --- 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 25b1b60661..16b4442364 100644 --- a/examples/circuit-relaying/package.json +++ b/examples/circuit-relaying/package.json @@ -15,7 +15,7 @@ "license": "MIT", "dependencies": { "delay": "^5.0.0", - "ipfs": "^0.55.4", + "ipfs": "^0.66.1", "ipfs-pubsub-room": "^2.0.1", "libp2p-websockets": "^0.15.6", "uint8arrays": "^2.1.3"