From 1bd00049e1c41c36bd5c748fb547f4412c29d9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:05:16 +0000 Subject: [PATCH] build(deps): bump @fastify/type-provider-typebox in /backend 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] --- backend/package-lock.json | 17 ++++++++++++----- backend/package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index d7f6c5b..ab3cbc7 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@fastify/type-provider-typebox": "^5.2.0", + "@fastify/type-provider-typebox": "^6.1.0", "@types/jest": "^30.0.0", "@types/nodemailer": "^7.0.1", "fastify": "^5.6.1", @@ -1905,9 +1905,9 @@ } }, "node_modules/@fastify/type-provider-typebox": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@fastify/type-provider-typebox/-/type-provider-typebox-5.2.0.tgz", - "integrity": "sha512-RoUFTQNYlaVM/gXosFqlrUAD/JHC+OXLcj4DxNoMOag2GI7OydfCt+3vdT+6D2daJwhGAdkpxB0wLNqS7gf4CQ==", + "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", @@ -1920,7 +1920,7 @@ ], "license": "MIT", "peerDependencies": { - "@sinclair/typebox": ">=0.26 <=0.34" + "typebox": "^1.0.13" } }, "node_modules/@humanwhocodes/config-array": { @@ -10049,6 +10049,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/typebox": { + "version": "1.0.43", + "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.0.43.tgz", + "integrity": "sha512-NALtTG+DfndC+48JURdOQ6y6CrCEZl9xLM+BMNwFduUIUJv6AqqVT3ZcCf+jQ9uEJlLAhLyds/gkfufkpBh+2g==", + "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/backend/package.json b/backend/package.json index 317d9ec..3d5ba50 100644 --- a/backend/package.json +++ b/backend/package.json @@ -40,7 +40,7 @@ "typescript": "^5.9.3" }, "dependencies": { - "@fastify/type-provider-typebox": "^5.2.0", + "@fastify/type-provider-typebox": "^6.1.0", "@types/jest": "^30.0.0", "@types/nodemailer": "^7.0.1", "fastify": "^5.6.1",