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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-25 01:05:16 +00:00 committed by GitHub
parent 5d27218044
commit 1bd00049e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 6 deletions

View File

@ -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",

View File

@ -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",