From d7d6bf9fc1415b7f056b98a3ebb984b96592fd24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 07:18:08 +0000 Subject: [PATCH] fix: 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-MICROMATCH-6838728 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ad4b4c93b5..95a2b87022 100644 --- a/package.json +++ b/package.json @@ -174,8 +174,8 @@ "@libp2p/daemon-client": "^3.0.1", "@libp2p/daemon-server": "^3.0.1", "@libp2p/floodsub": "^3.0.0", - "@libp2p/interface-compliance-tests": "^3.0.2", - "@libp2p/interface-connection-encrypter-compliance-tests": "^2.0.2", + "@libp2p/interface-compliance-tests": "^4.0.0", + "@libp2p/interface-connection-encrypter-compliance-tests": "^4.0.1", "@libp2p/interface-mocks": "^4.0.3", "@libp2p/interop": "^3.0.1", "@libp2p/kad-dht": "^3.0.5", @@ -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": "^40.0.4", "cborg": "^1.8.1", "delay": "^5.0.0", "execa": "^6.1.0",