From 14eede15e1011e3c8376960d298737f6d41e3b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:27:34 -0400 Subject: [PATCH] fix(deps): update dependency workerpool to v6.5.1 (#12077) 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 9280974920..62f6b402a2 100644 --- a/install/package.json +++ b/install/package.json @@ -146,7 +146,7 @@ "webpack": "5.88.2", "webpack-merge": "5.9.0", "winston": "3.11.0", - "workerpool": "6.5.0", + "workerpool": "6.5.1", "xml": "1.0.1", "xregexp": "5.1.1", "yargs": "17.7.2",