From ce838adc3b673e52a151f36da0eedf5876977514 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:14:40 +0800 Subject: [PATCH] chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#18045) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 9b254092490..24d84f499f8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -48,7 +48,7 @@ "markdown-it-anchor": "^8.1.2", "markdown-it-container": "^3.0.0", "netlify-cli": "^10.3.1", - "npm-run-all": "^4.1.5", + "npm-run-all2": "^5.0.0", "postcss-cli": "^10.0.0", "postcss-html": "^1.5.0", "prismjs": "^1.29.0",