From bff0f0e8aad60b3da03c11012d03776675cdae37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:54:36 -0400 Subject: [PATCH] fix(deps): update dependency workerpool to v9.1.2 (#12612) 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 da1fc02c32..f9cb473d5c 100644 --- a/install/package.json +++ b/install/package.json @@ -146,7 +146,7 @@ "webpack": "5.91.0", "webpack-merge": "5.10.0", "winston": "3.13.0", - "workerpool": "9.1.1", + "workerpool": "9.1.2", "xml": "1.0.1", "xregexp": "5.1.1", "yargs": "17.7.2",