From 804398c531a8eb5215b748c9a8ebc2a474297254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:58:08 +0000 Subject: [PATCH] Bump piscina from 5.1.0 to 5.1.1 Bumps [piscina](https://github.com/piscinajs/piscina) from 5.1.0 to 5.1.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/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: piscina dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0936e30..67efbb5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "serial-no-await": "ts-node Source/lib/serial-no-await.ts" }, "dependencies": { - "piscina": "5.1.0" + "piscina": "5.1.1" }, "devDependencies": { "@playform/build": "0.2.4",