From 062743d963c982fdc67a8f44b2229c9136402b2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:23:40 +0800 Subject: [PATCH] chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4968e7b6..e85b0db3 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "markdownlint-cli": "^0.38.0", "mocha": "^10.0.0", "npm-package-json-lint": "^7.0.0", - "npm-run-all": "^4.1.5", + "npm-run-all2": "^5.0.0", "nyc": "^15.1.0", "prettier": "^2.7.1", "release-it": "^14.14.3",