From a2dbae3021aa61cc40e04604342aa34585732754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 07:41:44 +0000 Subject: [PATCH] Bump workerpool from 9.1.1 to 9.1.2 in /benchmark Bumps [workerpool](https://github.com/josdejong/workerpool) from 9.1.1 to 9.1.2. - [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md) - [Commits](https://github.com/josdejong/workerpool/compare/v9.1.1...v9.1.2) --- updated-dependencies: - dependency-name: workerpool dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- benchmark/package-lock.json | 6 +++--- benchmark/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmark/package-lock.json b/benchmark/package-lock.json index 74ba510..ba0ae99 100644 --- a/benchmark/package-lock.json +++ b/benchmark/package-lock.json @@ -170,9 +170,9 @@ } }, "workerpool": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.1.1.tgz", - "integrity": "sha512-EFoFTSEo9m4V4wNrwzVRjxnf/E/oBpOzcI/R5CIugJhl9RsCiq525rszo4AtqcjQQoqFdu2E3H82AnbtpaQHvg==" + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.1.2.tgz", + "integrity": "sha512-5wZwyy5lcqrakQQcjaYQgVCbMR3djwIFWXuD2EGk/o/9bL3bd2kRGNwF74Bhcf1CIkAIwoOMG82EVnA5JmVVNw==" } } } diff --git a/benchmark/package.json b/benchmark/package.json index 39e40bd..275ddc5 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -4,7 +4,7 @@ "process-pool": "^0.3.5", "worker-farm": "^1.7.0", "worker-nodes": "^1.6.1", - "workerpool": "^9.1.1" + "workerpool": "^9.1.2" }, "devDependencies": { "bluebird": "^3.7.2",