From 7c0a4ef3da116d410f0245c93eb8f70e5a1f2ef8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 04:40:59 +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-MOCHA-2863123 --- 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 f516cfd6..fbc2fb46 100644 --- a/examples/circuit-relaying/package.json +++ b/examples/circuit-relaying/package.json @@ -18,7 +18,7 @@ "ipfs-pubsub-room": "^1.4.0" }, "devDependencies": { - "aegir": "^14.0.0", + "aegir": "^37.2.0", "ipfs-css": "~0.2.0", "parcel-bundler": "^1.6.2", "tachyons": "^4.9.1"