From 3c9b4e66a2520186e5a2217f2983b20dff7c1b32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Apr 2022 22:02:18 +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-LODASH-567746 --- 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..748f613d 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": "^15.0.0", "ipfs-css": "~0.2.0", "parcel-bundler": "^1.6.2", "tachyons": "^4.9.1"