From 6eaa3e6a3d174dc82ef814fb71faea3979797600 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 18:06:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b3aa922..9e15c56c 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.3.0", "cids": "~0.5.3", "debug": "^3.1.0", "err-code": "^1.1.2", @@ -175,7 +175,7 @@ "temp": "~0.8.3", "through2": "^2.0.3", "update-notifier": "^2.5.0", - "yargs": "^12.0.1", + "yargs": "^13.2.4", "yargs-parser": "^10.1.0", "yargs-promise": "^1.1.0" },