From 8165f4545823d81e009e69c713b3a0de1a8cbeaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:19:01 -0500 Subject: [PATCH] fix(deps): update dependency workerpool to v9.0.4 (#12244) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index a98053b33f..5fd2368070 100644 --- a/install/package.json +++ b/install/package.json @@ -146,7 +146,7 @@ "webpack": "5.89.0", "webpack-merge": "5.10.0", "winston": "3.11.0", - "workerpool": "9.0.3", + "workerpool": "9.0.4", "xml": "1.0.1", "xregexp": "5.1.1", "yargs": "17.7.2",