From 10b1c3a07ec19d4775f54ca79ad2cf475ad59cbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:26:21 +0000 Subject: [PATCH] chore(deps): 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 59be7ee38..1a8b4d80c 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "jest": "30.3.0", "jest-environment-jsdom": "30.3.0", "jest-junit": "16.0.0", - "npm-run-all": "4.1.5" + "npm-run-all2": "5.0.0" } }