From 1b1c14d0f3a646ef68733151b682c9a6b500f53c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:08:31 +0000 Subject: [PATCH] build(deps): 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: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 839c363..8aa4bc0 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@fastify/static": "^8.2.0", "@fastify/swagger": "^9.5.1", "@fastify/swagger-ui": "^5.2.3", - "@fastify/type-provider-typebox": "^5.2.0", + "@fastify/type-provider-typebox": "^6.1.0", "@fastify/under-pressure": "^9.0.3", "@sinclair/typebox": "^0.34.41", "close-with-grace": "^2.2.0",