From 053f1e562688465350677b75d68ccbb88a896c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:04:09 +0000 Subject: [PATCH] chore(deps): bump @fastify/type-provider-typebox from 3.6.0 to 6.1.0 Bumps [@fastify/type-provider-typebox](https://github.com/fastify/fastify-type-provider-typebox) from 3.6.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/v3.6.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-lock.json | 27 ++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2787f0d6..1eac763a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/swagger": "^8.2.1", - "@fastify/type-provider-typebox": "^3.5.0", + "@fastify/type-provider-typebox": "^6.1.0", "@sentry/node": "^9.12.0", "@sentry/profiling-node": "^9.12.0", "@sinclair/typebox": "^0.31.25", @@ -631,12 +631,22 @@ } }, "node_modules/@fastify/type-provider-typebox": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@fastify/type-provider-typebox/-/type-provider-typebox-3.6.0.tgz", - "integrity": "sha512-HTeOLvirfGg0u1KGao3iXn5rZpYNqlrOmyDnXSXAbWVPa+mDQTTBNs/x5uZzOB6vFAqr0Xcf7x1lxOamNSYKjw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@fastify/type-provider-typebox/-/type-provider-typebox-6.1.0.tgz", + "integrity": "sha512-k29cOitDRcZhMXVjtRq0+caKxdWoArz7su+dQWGzGWnFG+fSKhevgiZ7nexHWuXOEEQzgJlh6cptIMu69beaTA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "MIT", "peerDependencies": { - "@sinclair/typebox": ">=0.26 <=0.32" + "typebox": "^1.0.13" } }, "node_modules/@gar/promisify": { @@ -7888,6 +7898,13 @@ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD" }, + "node_modules/typebox": { + "version": "1.0.41", + "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.0.41.tgz", + "integrity": "sha512-ArVs9pvOH3AKItL/DARnb7rG6fuv6dk7y7A42F5J+RmbZ1AE0b4gZ6o0HgLQXj5xidT761UfbJmhrSxR/+7gmA==", + "license": "MIT", + "peer": true + }, "node_modules/typed-array-buffer": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", diff --git a/package.json b/package.json index e903e455..9ad68de7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/swagger": "^8.2.1", - "@fastify/type-provider-typebox": "^3.5.0", + "@fastify/type-provider-typebox": "^6.1.0", "@sentry/node": "^9.12.0", "@sentry/profiling-node": "^9.12.0", "@sinclair/typebox": "^0.31.25",