From 42a4da61e6236e8c4f617de86a71b78d6ff39a5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:51:44 +0000 Subject: [PATCH] chore(deps): 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 0b9b03b..f58b22d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "hugo-bin": "^0.98.0", "imports-loader": "^3.1.1", "mini-css-extract-plugin": "^2.4.4", - "npm-run-all": "^4.1.5", + "npm-run-all2": "^5.0.0", "postcss": "^8.3.11", "postcss-custom-media": "^8.0.2", "postcss-import": "^14.0.2",