From 503f75c1beed0555177aafb5b95cc939690c1e2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 23:56:21 +0000 Subject: [PATCH] fix: examples/types-use-ipfs-from-ts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 - 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/types-use-ipfs-from-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/types-use-ipfs-from-ts/package.json b/examples/types-use-ipfs-from-ts/package.json index cb77e3cccb..0542730d7c 100644 --- a/examples/types-use-ipfs-from-ts/package.json +++ b/examples/types-use-ipfs-from-ts/package.json @@ -2,7 +2,7 @@ "name": "example-types-use-ipfs-from-ts", "private": true, "dependencies": { - "ipfs": "^0.55.1" + "ipfs": "^0.57.0" }, "devDependencies": { "typescript": "4.2.x"