From fa16c80384dcab7e83b2d9183ef807cb6f8eb50d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:00:57 +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 c0bbc62fa..df56b3fc8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mochawesome": "^7.1.3", "moment": "^2.29.3", "nodemon": "^2.0.21", - "npm-run-all": "^4.1.2", + "npm-run-all2": "^5.0.0", "otplib": "^12.0.1", "playwright": "^1.22.2", "puppeteer": "^23.3.0",