From 09ece1f7dfa830d46a4f849a0a5616f527ee7092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:42:39 +0000 Subject: [PATCH] build(deps): bump piscina from 4.9.2 to 5.1.2 Bumps [piscina](https://github.com/piscinajs/piscina) from 4.9.2 to 5.1.2. - [Release notes](https://github.com/piscinajs/piscina/releases) - [Changelog](https://github.com/piscinajs/piscina/blob/v5.1.2/CHANGELOG.md) - [Commits](https://github.com/piscinajs/piscina/compare/v4.9.2...v5.1.2) --- updated-dependencies: - dependency-name: piscina dependency-version: 5.1.2 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 023bc92..a2c7d46 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ ], "dependencies": { "fastify-plugin": "^5.0.0", - "piscina": "^4.0.0" + "piscina": "^5.1.2" }, "devDependencies": { "@fastify/cookie": "^11.0.1",