From c567bf62c636a0decadc71afdd8c586ed4a13b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:01:24 +0000 Subject: [PATCH] build(deps-dev): Bump @fastify/type-provider-typebox from 5.2.0 to 6.1.0 Bumps [@fastify/type-provider-typebox](https://github.com/fastify/fastify-type-provider-typebox) from 5.2.0 to 6.1.0. - [Release notes](https://github.com/fastify/fastify-type-provider-typebox/releases) - [Commits](https://github.com/fastify/fastify-type-provider-typebox/compare/v5.2.0...v6.1.0) --- updated-dependencies: - dependency-name: "@fastify/type-provider-typebox" dependency-version: 6.1.0 dependency-type: direct:development 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 f4381b0..377c61e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ } ], "devDependencies": { - "@fastify/type-provider-typebox": "^5.0.0", + "@fastify/type-provider-typebox": "^6.1.0", "@types/node": "^24.0.9", "@types/ws": "^8.5.10", "c8": "^10.1.3",