From ce3e0a7a2d2ee2ab51d3b3e9e2d64eee3e444fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:01:14 +0000 Subject: [PATCH] Replace dependency npm-run-all with npm-run-all2 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e967a66..ef25e8f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/node": "12.20.55", "@types/tmp": "0.1.0", "jest": "24.9.0", - "npm-run-all": "4.1.5", + "npm-run-all2": "5.0.0", "rimraf": "3.0.2", "ts-jest": "24.3.0", "tslint": "5.20.1",