From e87f5156f4aa782c75b6b0fbbb10b8164d2d6dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 03:03:05 +0000 Subject: [PATCH] chore: bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [fastify-plugin](https://github.com/fastify/fastify-plugin) and [piscina](https://github.com/piscinajs/piscina). Updates `fastify-plugin` from 5.1.0 to 6.0.0 - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v5.1.0...v6.0.0) Updates `piscina` from 4.9.3 to 5.2.0 - [Release notes](https://github.com/piscinajs/piscina/releases) - [Changelog](https://github.com/piscinajs/piscina/blob/v5.2.0/CHANGELOG.md) - [Commits](https://github.com/piscinajs/piscina/compare/v4.9.3...v5.2.0) --- updated-dependencies: - dependency-name: fastify-plugin dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: piscina dependency-version: 5.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48fd295..c409f91 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,8 @@ } ], "dependencies": { - "fastify-plugin": "^5.0.0", - "piscina": "^4.0.0" + "fastify-plugin": "^6.0.0", + "piscina": "^5.2.0" }, "devDependencies": { "@fastify/cookie": "^11.0.1",