From 64a2f751910d33464f378fcf30fa967781c765eb Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 06:22:04 +0000 Subject: [PATCH] Replace dependency npm-run-all with npm-run-all2 ^5.0.0 --- fixtures/nesting/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/nesting/package.json b/fixtures/nesting/package.json index 928722785b..eae60c942b 100644 --- a/fixtures/nesting/package.json +++ b/fixtures/nesting/package.json @@ -38,6 +38,6 @@ }, "devDependencies": { "cpx": "^1.5.0", - "npm-run-all": "^4.1.5" + "npm-run-all2": "^5.0.0" } }