From 330eace090a335a026c6f50fb556827d87b06b15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 04:32:46 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- 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..8fd7fbdb 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": "^20.0.0", "ipfs-css": "~0.2.0", "parcel-bundler": "^1.6.2", "tachyons": "^4.9.1"