From 03388f4c5bba43b68a5fd0add187a98243283ab7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 01:03:35 +0000 Subject: [PATCH] fix: examples/custom-ipld-formats/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- examples/custom-ipld-formats/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-ipld-formats/package.json b/examples/custom-ipld-formats/package.json index d446691fc2..f4a4864d27 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -13,7 +13,7 @@ "dependencies": { "dag-jose": "^1.0.0", "ipfs-daemon": "^0.9.0", - "ipfs-core": "^0.10.0", + "ipfs-core": "^0.18.1", "ipfs-http-client": "^52.0.0", "multiformats": "^9.4.1", "uint8arrays": "^2.1.6"