From a0a1f7c89f9ac44acefac31a1322647234d27336 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Sep 2025 16:17:28 +0000 Subject: [PATCH] fix: packages/ipfs-http-server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEDURATION-8715711 --- packages/ipfs-http-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 45ac1af21f..b70ef4d878 100644 --- a/packages/ipfs-http-server/package.json +++ b/packages/ipfs-http-server/package.json @@ -62,7 +62,7 @@ "multicodec": "^3.0.1", "multihashing-async": "^2.1.2", "native-abort-controller": "^1.0.3", - "parse-duration": "^1.0.0", + "parse-duration": "^2.1.3", "stream-to-it": "^0.2.2", "streaming-iterables": "^5.0.2", "uint8arrays": "^2.1.3",