From 3213c4838defec26d5be2462663d728a9b5ddb30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 08:43:57 +0000 Subject: [PATCH] Bump shelljs from 0.7.8 to 0.8.4 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.4. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.7.8...v0.8.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 523ed9ecd4..227b7190e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6814,9 +6814,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.4", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", + "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", "dev": true, "requires": { "glob": "^7.0.0", diff --git a/package.json b/package.json index ddb25e9ceb..1ddb90bbea 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "request": "^2.88.0", "request-promise": "^4.2.2", "rimraf": "^2.5.2", - "shelljs": "^0.7.7", + "shelljs": "^0.8.4", "sinon": "^5.0.7", "ts-node": "^7.0.1", "tslint": "^5.11.0",