From b4c508c7f323c77f8d4eeab9f1812186d136e5d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 02:48:05 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ad4b4c93b5..d6dc922abe 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "@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-connection-encrypter-compliance-tests": "^5.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.0", "cborg": "^1.8.1", "delay": "^5.0.0", "execa": "^6.1.0", @@ -203,7 +203,7 @@ "p-times": "^4.0.0", "p-wait-for": "^5.0.0", "protons": "^5.0.0", - "rimraf": "^3.0.2", + "rimraf": "^4.0.0", "sinon": "^14.0.0", "ts-sinon": "^2.0.2" },