From da5595400afda81e2e1d7ba8c3c1578577899592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:49:49 +0000 Subject: [PATCH] Bump piscina from 4.2.0 to 4.2.1 Bumps [piscina](https://github.com/piscinajs/piscina) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/piscinajs/piscina/releases) - [Changelog](https://github.com/piscinajs/piscina/blob/current/CHANGELOG.md) - [Commits](https://github.com/piscinajs/piscina/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: piscina dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e872c23..f3e31ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3186,9 +3186,9 @@ } }, "node_modules/piscina": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.2.0.tgz", - "integrity": "sha512-/Yq6CLchvi5UQ6YGeiYHIJQV09VcZ5eYuNVS/YPkpxlxKrB4tEbIyc6j8F5b0jCP6tHdiji1Gos4fapc7q1csg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.2.1.tgz", + "integrity": "sha512-LShp0+lrO+WIzB9LXO+ZmO4zGHxtTJNZhEO56H9SSu+JPaUQb6oLcTCzWi5IL2DS8/vIkCE88ElahuSSw4TAkA==", "dependencies": { "hdr-histogram-js": "^2.0.1", "hdr-histogram-percentiles-obj": "^3.0.0"