From 6d9f580f57ffeedb4473c3c57be1d27269e8fab1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Sep 2022 04:38:09 +0000 Subject: [PATCH] fix: examples/browser-script-tag/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917 --- examples/browser-script-tag/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-script-tag/package.json b/examples/browser-script-tag/package.json index 08bd48b443..214f5dd677 100644 --- a/examples/browser-script-tag/package.json +++ b/examples/browser-script-tag/package.json @@ -16,6 +16,6 @@ "test-ipfs-example": "^3.0.0" }, "dependencies": { - "ipfs": "^0.55.3" + "ipfs": "^0.64.0" } }