From e42714538c04518d08ea66e106245a3f5ef04f41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 05:23:41 +0000 Subject: [PATCH] fix: examples/http-client-name-api/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-name-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-client-name-api/package.json b/examples/http-client-name-api/package.json index 11bb7ff478..8b95ac6129 100644 --- a/examples/http-client-name-api/package.json +++ b/examples/http-client-name-api/package.json @@ -13,7 +13,7 @@ "author": "Tara Vancil ", "license": "MIT", "dependencies": { - "ipfs-http-client": "^48.2.2" + "ipfs-http-client": "^50.0.0" }, "devDependencies": { "execa": "^4.0.3",