From ae305547f7b8fe07ee8d12364aff42b6fc538e86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 21:46:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7b3aa922..8dd1c1a9 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "boom": "^7.2.0", "bs58": "^4.0.1", "byteman": "^1.3.5", - "cid-tool": "~0.1.0", + "cid-tool": "~0.4.0", "cids": "~0.5.3", "debug": "^3.1.0", "err-code": "^1.1.2", @@ -174,8 +174,8 @@ "tar-stream": "^1.6.1", "temp": "~0.8.3", "through2": "^2.0.3", - "update-notifier": "^2.5.0", - "yargs": "^12.0.1", + "update-notifier": "^4.0.0", + "yargs": "^13.3.0", "yargs-parser": "^10.1.0", "yargs-promise": "^1.1.0" },