From 6cd65387ecdad9fdff04fa90092bb02851532faf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Apr 2025 06:02:16 +0000 Subject: [PATCH] fix: upgrade shelljs from 0.3.0 to 0.9.2 Snyk has created this PR to upgrade shelljs from 0.3.0 to 0.9.2. See this package in npm: shelljs See this project in Snyk: https://app.snyk.io/org/ali8668/project/8882c544-42a6-443d-a231-fe0249b96ae4?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b668359b2..bae0ce0d5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lodash": "^4.6.1", "moment": "^2.18.1", "preconditions": "^1.0.8", - "shelljs": "^0.3.0", + "shelljs": "^0.9.2", "sjcl": "^1.0.2", "unzip": "git+https://github.com/byteball/unzip.git", "zip": "git+https://github.com/xJeneKx/zip.git"