From 8eaf479ab9d74d7708389fe85ba624b7a9da13e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Oct 2022 03:01:37 +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-SOCKETIOPARSER-3091012 --- 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..bac3e9caec 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.59.0", "mime-sniffer": "~0.0.3" } }