From 46a07c9c7c880916062c2d10d952d4fa275657cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:42:50 +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 93add1f..d9d3c13 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "husky": "^4.2.1", "installed-check": "^3.0.0", "mocha": "^7.0.1", - "npm-run-all": "^4.1.5", + "npm-run-all2": "^5.0.0", "nyc": "^15.0.0", "typescript": "^3.5.3" },