From b58e3d1c1740be8fd9c46809a2437ccb1774a6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Jan 2018 07:48:07 +0000 Subject: [PATCH] Bump shelljs from 0.7.8 to 0.8.0 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.0. - [Release notes](https://github.com/shelljs/shelljs/releases/tag/v0.8.0) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.7.8...v0.8.0) --- package-lock.json | 29 +++-------------------------- package.json | 2 +- yarn.lock | 10 +++++++++- 3 files changed, 13 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82037ca..f0be605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4706,29 +4706,6 @@ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", "dev": true }, - "inject-loader": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inject-loader/-/inject-loader-2.0.1.tgz", - "integrity": "sha1-GntF1gqBYQRZrHYHnDziplTQ38c=", - "dev": true, - "requires": { - "loader-utils": "0.2.17" - }, - "dependencies": { - "loader-utils": { - "version": "0.2.17", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz", - "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=", - "dev": true, - "requires": { - "big.js": "3.2.0", - "emojis-list": "2.1.0", - "json5": "0.5.1", - "object-assign": "4.1.1" - } - } - } - }, "inquirer": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz", @@ -9563,9 +9540,9 @@ "dev": true }, "shelljs": { - "version": "0.7.8", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz", - "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.0.tgz", + "integrity": "sha512-wb72o5SM27oFRq2mMeNSl70DVkkvwf3ZSgk9rvieRVz7xFMIQp02HYw0oxlZgeAWS+wzGB+jcJWQTF7hH9WIPg==", "dev": true, "requires": { "glob": "7.1.2", diff --git a/package.json b/package.json index b60c088..81a1caf 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "sass-loader": "^6.0.3", "selenium-server": "^3.8.1", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.0", "sinon": "^4.1.3", "sinon-chai": "^2.14.0", "stats-webpack-plugin": "^0.6.0", diff --git a/yarn.lock b/yarn.lock index 79bbcc7..7248f9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5965,7 +5965,7 @@ shebang-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" -shelljs@^0.7.5, shelljs@^0.7.6: +shelljs@^0.7.5: version "0.7.8" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3" dependencies: @@ -5973,6 +5973,14 @@ shelljs@^0.7.5, shelljs@^0.7.6: interpret "^1.0.0" rechoir "^0.6.2" +shelljs@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.0.tgz#12f561c52ec5d0d3315af15616c011a18ff80d59" + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" + signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"