From f76f39f0613aab7cab163fe26937e95b50b50c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:26:29 +0000 Subject: [PATCH] build(deps): bump piscina from 4.9.2 to 5.0.0 Bumps [piscina](https://github.com/piscinajs/piscina) from 4.9.2 to 5.0.0. - [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.9.2...v5.0.0) --- updated-dependencies: - dependency-name: piscina dependency-version: 5.0.0 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..34317d7 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ ], "dependencies": { "fastify-plugin": "^5.0.0", - "piscina": "^4.0.0" + "piscina": "^5.0.0" }, "devDependencies": { "@fastify/cookie": "^11.0.1",