From 99fae455dffe0c047d8b15263b53e0123bd5b351 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:06:11 +0000 Subject: [PATCH] fix(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 716191cd2..98d9a726f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "markdown-it": "^13.0.0", "moment": "^2.29.1", "node-sass": "^9.0.0", - "npm-run-all": "^4.1.5" + "npm-run-all2": "^5.0.0" }, "devDependencies": { "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",