From acc4881fac86933524626a72ec0cca20d31f05f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Feb 2025 06:22:02 +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 54d76cd77c..38bd14a999 100644 --- a/examples/browser-mfs/package.json +++ b/examples/browser-mfs/package.json @@ -22,7 +22,7 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "ipfs": "^0.53.2", + "ipfs": "^0.66.1", "mime-sniffer": "~0.0.3" } }