From abcefbb206aef31d1605e22f4f082f72f1c02339 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Feb 2025 07:06:53 +0000 Subject: [PATCH] fix: examples/browser-mfs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEDURATION-8715711 --- examples/browser-mfs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-mfs/package.json b/examples/browser-mfs/package.json index 5db4f158b5..35d4b07a9d 100644 --- a/examples/browser-mfs/package.json +++ b/examples/browser-mfs/package.json @@ -22,7 +22,7 @@ "webpack-cli": "^4.5.0" }, "dependencies": { - "ipfs": "^0.55.4", + "ipfs": "^0.66.1", "mime-sniffer": "~0.0.3" } }