From ab82e7a476bfefb7eacb3d219419873b7b1b95b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 09:06:46 +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 664f479..3143f3b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/jest": "24.9.1", "@types/node": "12.20.55", "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",