From 0e25694675709ad56295d72aedb01fb219edd804 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Oct 2021 00:40:17 +0000 Subject: [PATCH] fix: upgrade shelljs from 0.5.3 to 0.8.4 Snyk has created this PR to upgrade shelljs from 0.5.3 to 0.8.4. See this package in npm: https://www.npmjs.com/package/shelljs See this project in Snyk: https://app.snyk.io/org/outsystems-pilot-org/project/67f39e09-69ae-429d-a566-44f62bd70464?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 30676f7d8..da6c39512 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "nopt": "^3.0.6", "plist": "^1.2.0", "q": "^1.4.1", - "shelljs": "^0.5.3", + "shelljs": "^0.8.4", "unorm": "^1.4.1", "xcode": "^0.9.0", "xml-escape": "^1.1.0"