From 0940dfad7e08d1316cf10078a9b05e46f32643ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Feb 2025 07:51:10 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 82ee76ccbd..c8a0029a7f 100644 --- a/packages/ipfs-http-server/package.json +++ b/packages/ipfs-http-server/package.json @@ -41,7 +41,7 @@ "hapi-pino": "^8.3.0", "ipfs-core-types": "^0.5.2", "ipfs-core-utils": "^0.8.3", - "ipfs-http-gateway": "^0.4.3", + "ipfs-http-gateway": "^0.13.1", "ipfs-unixfs": "^4.0.3", "ipld-block": "^0.11.1", "ipld-dag-pb": "^0.22.1", @@ -64,7 +64,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", "uint8arrays": "^2.1.3", "uri-to-multiaddr": "^5.0.0"