From bd6bb7324c861e15b044847b45a974b93750f271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:01:48 +0000 Subject: [PATCH] build(deps-dev): bump @fastify/type-provider-typebox from 5.2.0 to 6.0.0 Bumps [@fastify/type-provider-typebox](https://github.com/fastify/fastify-type-provider-typebox) from 5.2.0 to 6.0.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.0.0) --- updated-dependencies: - dependency-name: "@fastify/type-provider-typebox" dependency-version: 6.0.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 6a7736b..faf69fa 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@fastify/jwt": "^10.0.0", "@fastify/leveldb": "^6.0.0", "@fastify/type-provider-json-schema-to-ts": "^5.0.0", - "@fastify/type-provider-typebox": "^5.0.0", + "@fastify/type-provider-typebox": "^6.0.0", "@types/node": "^24.0.8", "c8": "^10.1.2", "eslint": "^9.17.0",