From 3283f4ed4620f44161c43d27f12138ec9b233225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:51:08 +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 03633532..cef2ef83 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/node": "12.20.37", "@types/read-pkg-up": "6.0.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",