From fb4b4a172fe7c1880ac420e48efabcce133eaacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 May 2019 12:00:39 +0000 Subject: [PATCH] Update npm-run-all requirement from ^1.7.0 to ^4.1.5 Updates the requirements on [npm-run-all](https://github.com/mysticatea/npm-run-all) to permit the latest version. - [Release notes](https://github.com/mysticatea/npm-run-all/releases) - [Commits](https://github.com/mysticatea/npm-run-all/compare/v1.7.0...v4.1.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c003a4..7a2efb7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "node": ">= 0.10.0" }, "devDependencies": { - "npm-run-all": "^1.7.0", + "npm-run-all": "^4.1.5", "onchange": "^2.2.0", "uglify-js": "^2.6.1" },