From 7eebf0c80768cb67ada35a122d7b2b285c9b8177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:48:49 +0000 Subject: [PATCH] Update shelljs requirement from 0.3.x to 0.8.x Updates the requirements on [shelljs](https://github.com/shelljs/shelljs) to permit the latest version. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/commits/v0.8.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f711181..b73c12e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "mocha": "2.x", "object-assign": "4.x", "phantomjs-prebuilt": "^2.1.4", - "shelljs": "0.3.x" + "shelljs": "0.8.x" }, "devDependencies": { "eslint": "^1.10.3",