From 9ff1afc04048ffcf810b0e4fe27396895336774b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 14:00:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4dbce29..47228b5 100644 --- a/package.json +++ b/package.json @@ -45,11 +45,11 @@ "chalk": "^1.1.3", "cli-truncate": "^0.2.1", "core-js": "^3.9.1", - "fs-extra-promise": "^0.4.1", + "fs-extra-promise": "^1.0.0", "minimist": "^1.2.5", "numeral": "^1.5.3", "ramda": "^0.27.0", - "readdirp": "^2.1.0", + "readdirp": "^3.0.0", "rxjs": "^5.0.0-rc.1", "single-line-log": "^1.1.2", "strip-ansi": "^3.0.1"