From 1b895849e9a55b678c1e008ab69c00732772c486 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 01:48:10 +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-PROTOBUFJS-5756498 --- 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 d2e1f89e2a..e914e21eb2 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.57.0", + "ipfs": "^0.64.0", "ipfs-pubsub-room": "^2.0.1", "libp2p-websockets": "^0.16.1", "uint8arrays": "^2.1.6"