From cba80283edc1d8ac8679afb3effd5e9d70251f67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:20:19 -0400 Subject: [PATCH] fix(deps): update dependency workerpool to v9.1.3 (#12665) 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 484e23b7c1..70d5180f85 100644 --- a/install/package.json +++ b/install/package.json @@ -146,7 +146,7 @@ "webpack": "5.92.1", "webpack-merge": "5.10.0", "winston": "3.13.0", - "workerpool": "9.1.2", + "workerpool": "9.1.3", "xml": "1.0.1", "xregexp": "5.1.1", "yargs": "17.7.2",