From 9390673ef40d9ee0abc3f2d1b0a95be7ef4fdf4b Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Fri, 5 Jul 2019 09:17:33 -0400 Subject: [PATCH] chore: update shelljs to 0.8.3 for all packages --- packages/embark-blockchain-process/package.json | 2 +- packages/embark-ipfs/package.json | 2 +- packages/embark-solc/package.json | 2 +- packages/embark-storage/package.json | 2 +- packages/embark-utils/package.json | 2 +- packages/embark-vyper/package.json | 2 +- packages/embark/package.json | 2 +- yarn.lock | 7 +------ 8 files changed, 8 insertions(+), 13 deletions(-) diff --git a/packages/embark-blockchain-process/package.json b/packages/embark-blockchain-process/package.json index b89aa085e..2b1259b12 100644 --- a/packages/embark-blockchain-process/package.json +++ b/packages/embark-blockchain-process/package.json @@ -61,7 +61,7 @@ "pkg-up": "2.0.0", "pump": "3.0.0", "semver": "5.6.0", - "shelljs": "0.5.3", + "shelljs": "0.8.3", "simples": "0.8.8", "stream-json": "1.1.3", "ws": "6.1.2" diff --git a/packages/embark-ipfs/package.json b/packages/embark-ipfs/package.json index 91aadf7a7..8fe56d5e6 100644 --- a/packages/embark-ipfs/package.json +++ b/packages/embark-ipfs/package.json @@ -58,7 +58,7 @@ "embarkjs": "^4.1.0-beta.3", "embarkjs-ipfs": "^4.1.0-beta.3", "ipfs-api": "17.2.4", - "shelljs": "0.5.3" + "shelljs": "0.8.3" }, "devDependencies": { "@babel/cli": "7.2.3", diff --git a/packages/embark-solc/package.json b/packages/embark-solc/package.json index 79be83d0d..2bb4c8e10 100644 --- a/packages/embark-solc/package.json +++ b/packages/embark-solc/package.json @@ -48,7 +48,7 @@ "dependencies": { "async": "^2.6.0", "semver": "^5.6.0", - "shelljs": "^0.8.1" + "shelljs": "0.8.3" }, "devDependencies": { "@babel/cli": "7.2.3", diff --git a/packages/embark-storage/package.json b/packages/embark-storage/package.json index 60a847d80..98d26e09f 100644 --- a/packages/embark-storage/package.json +++ b/packages/embark-storage/package.json @@ -53,7 +53,7 @@ "embark-i18n": "^4.1.0-beta.3", "embark-utils": "^4.1.0-beta.4", "lodash.clonedeep": "4.5.0", - "shelljs": "0.5.3" + "shelljs": "0.8.3" }, "devDependencies": { "@babel/cli": "7.2.3", diff --git a/packages/embark-utils/package.json b/packages/embark-utils/package.json index 600993129..0734449c2 100644 --- a/packages/embark-utils/package.json +++ b/packages/embark-utils/package.json @@ -60,7 +60,7 @@ "multihashes": "0.4.14", "ora": "2.1.0", "pretty-ms": "4.0.0", - "shelljs": "0.5.3", + "shelljs": "0.8.3", "web3": "1.0.0-beta.37", "web3-eth": "1.0.0-beta.37", "web3-eth-abi": "1.0.0-beta.37" diff --git a/packages/embark-vyper/package.json b/packages/embark-vyper/package.json index edb017fbc..f00c238c5 100644 --- a/packages/embark-vyper/package.json +++ b/packages/embark-vyper/package.json @@ -49,7 +49,7 @@ "@babel/runtime-corejs2": "7.3.1", "embark-async-wrapper": "^4.1.0-beta.3", "embark-i18n": "^4.1.0-beta.3", - "shelljs": "0.5.3" + "shelljs": "0.8.3" }, "devDependencies": { "@babel/cli": "7.2.3", diff --git a/packages/embark/package.json b/packages/embark/package.json index 43dc3b51a..71bed346f 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -179,7 +179,7 @@ "request": "2.88.0", "sass-loader": "7.1.0", "semver": "5.6.0", - "shelljs": "0.5.3", + "shelljs": "0.8.3", "simples": "0.8.8", "solc": "0.5.0", "source-map-support": "0.5.9", diff --git a/yarn.lock b/yarn.lock index 08ea0dbff..3b52da8cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16693,12 +16693,7 @@ shell-quote@1.6.1, shell-quote@^1.6.1: array-reduce "~0.0.0" jsonify "~0.0.0" -shelljs@0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.5.3.tgz#c54982b996c76ef0c1e6b59fbdc5825f5b713113" - integrity sha1-xUmCuZbHbvDB5rWfvcWCX1txMRM= - -shelljs@^0.8.1, shelljs@^0.8.2: +shelljs@0.8.3, 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==