From af93aeebefc4c437b06669ae42a7fdf9c3ba217c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jan 2024 20:25:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad4b4c93b5..cc7c7cda96 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "@types/p-fifo": "^1.0.0", "@types/varint": "^6.0.0", "@types/xsalsa20": "^1.1.0", - "aegir": "^37.3.0", + "aegir": "^42.2.0", "cborg": "^1.8.1", "delay": "^5.0.0", "execa": "^6.1.0",