From c39207235ba574334527edd17c0715e918fde536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:35:45 +0000 Subject: [PATCH] chore: bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [fastify-plugin](https://github.com/fastify/fastify-plugin), [is-docker](https://github.com/sindresorhus/is-docker) and [pkg-up](https://github.com/sindresorhus/pkg-up). 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 `is-docker` from 2.2.1 to 4.0.0 - [Release notes](https://github.com/sindresorhus/is-docker/releases) - [Commits](https://github.com/sindresorhus/is-docker/compare/v2.2.1...v4.0.0) Updates `pkg-up` from 3.1.0 to 5.0.0 - [Release notes](https://github.com/sindresorhus/pkg-up/releases) - [Commits](https://github.com/sindresorhus/pkg-up/compare/v3.1.0...v5.0.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: is-docker dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pkg-up dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d9388d09..473d559e 100644 --- a/package.json +++ b/package.json @@ -52,12 +52,12 @@ "close-with-grace": "^2.1.0", "commist": "^3.0.0", "fastify": "^5.0.0", - "fastify-plugin": "^5.0.0", + "fastify-plugin": "^6.0.0", "generify": "^4.0.0", "help-me": "^5.0.0", - "is-docker": "^2.0.0", + "is-docker": "^4.0.0", "pino-pretty": "^13.0.0", - "pkg-up": "^3.1.0", + "pkg-up": "^5.0.0", "resolve-from": "^5.0.0", "semver": "^7.3.5" },