From 7be034ceae83b3cf63d781341f5371fe9b95cb39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:32:51 +0000 Subject: [PATCH] build(deps): bump piscina from 4.9.2 to 5.1.3 Bumps [piscina](https://github.com/piscinajs/piscina) from 4.9.2 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/v4.9.2...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 337f6d5..abcabe8 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ ], "dependencies": { "fastify-plugin": "^5.0.0", - "piscina": "^4.0.0" + "piscina": "^5.1.3" }, "devDependencies": { "@fastify/cookie": "^11.0.1",