From 5c70f9569b1fec5592a2e68e7a89b398ff4c9aa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:57:24 +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 45ae0f7..d3807b6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "isomorphic-fetch": "3.0.0", "jest": "27.5.1", - "npm-run-all": "4.1.5", + "npm-run-all2": "5.0.0", "start-server-and-test": "1.14.0", "wait-on": "6.0.1" }