From c7713e35eb257f732cfb5ec101785ce77896db2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:01:59 +0000 Subject: [PATCH] chore(deps): bump piscina from 3.2.0 to 5.1.3 Bumps [piscina](https://github.com/piscinajs/piscina) from 3.2.0 to 5.1.3. - [Release notes](https://github.com/piscinajs/piscina/releases) - [Changelog](https://github.com/piscinajs/piscina/blob/v5.1.3/CHANGELOG.md) - [Commits](https://github.com/piscinajs/piscina/compare/v3.2.0...v5.1.3) --- updated-dependencies: - dependency-name: piscina dependency-version: 5.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92d2a25..8faee3c 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,6 @@ "xml2js": "^0.6.0" }, "dependencies": { - "piscina": "^3.2.0" + "piscina": "^5.1.3" } }