From 7eb1704d604cfe2e45d831bb24712a52d90bdbf2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 21:56:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e65d38e81a..42fe2d891c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "docker:rc:push-rc": "docker push ipfs/js-ipfs:v`npm show ipfs@next version -q`" }, "devDependencies": { - "aegir": "^37.11.0", + "aegir": "^40.0.4", "npm-run-all": "^4.1.5" }, "eslintConfig": {