From 5d30df44517acac39942d85119491c167ef56107 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Feb 2025 06:35:23 +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-PARSEDURATION-8715711 --- 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 c25744cf49..cf362fb715 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.4" + "ipfs": "^0.66.1" } }