From a96e256a9d61521739c815ec98a09fac45fc7247 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 05:23:22 +0000 Subject: [PATCH] fix: examples/http-client-browser-pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- examples/http-client-browser-pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-client-browser-pubsub/package.json b/examples/http-client-browser-pubsub/package.json index 749f4d0314..e035980e11 100644 --- a/examples/http-client-browser-pubsub/package.json +++ b/examples/http-client-browser-pubsub/package.json @@ -12,7 +12,7 @@ "author": "Alan Shaw", "license": "MIT", "dependencies": { - "ipfs-http-client": "^48.2.2" + "ipfs-http-client": "^50.0.0" }, "browserslist": [ "last 2 versions and not dead and > 2%"