From 5656c6c32525570c31e237944d828911a404cbc1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 04:01:17 +0000 Subject: [PATCH 1/2] chore(package): update shelljs to version 0.8.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84fa70e..7be3314 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "rollup-plugin-sourcemaps": "0.4.2", "rollup-plugin-terser": "3.0.0", "rollup-plugin-uglify": "6.0.0", - "shelljs": "0.8.3", + "shelljs": "0.8.4", "shx": "0.3.2", "sort-object-keys": "1.1.2", "standard-version": "4.4.0", From d695f6c80e52d071c6a0f92762d9cae545562e7f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 04:01:21 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index c2c002a..ffdb7a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5779,7 +5779,16 @@ shelljs@0.7.6: interpret "^1.0.0" rechoir "^0.6.2" -shelljs@0.8.3, shelljs@^0.8.1, shelljs@^0.8.2: +shelljs@0.8.4: + version "0.8.4" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" + integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" + +shelljs@^0.8.1, shelljs@^0.8.2: version "0.8.3" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==