Skip to content

Commit a9f09c1

Browse files
authored
feat: upgrade @fastify/type-provider-typebox (#267)
1 parent 7bc4885 commit a9f09c1

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
},
4040
"prettier": "@cobraz/prettier",
4141
"dependencies": {
42-
"@fastify/type-provider-typebox": "^3.1.0",
42+
"@fastify/type-provider-typebox": "^3.2.0",
43+
"@sinclair/typebox": "^0.28.0",
4344
"@types/express": "^4.17.13",
4445
"fastify": "^4.0.1",
4546
"fastify-plugin": "^4.2.0",

yarn.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,10 @@
367367
dependencies:
368368
fast-json-stringify "^5.0.0"
369369

370-
"@fastify/type-provider-typebox@^3.1.0":
371-
version "3.1.0"
372-
resolved "https://registry.yarnpkg.com/@fastify/type-provider-typebox/-/type-provider-typebox-3.1.0.tgz#55e4e2d981c55c06d1d06638399aa37a2159162c"
373-
integrity sha512-gR1ZYaFbnPd5U24OblcvFJsqcwb2U9oXnmeSEL3FQakgoQ2J5lPluUMU/Rmq9LOy6DMUILuyj+uwXTYh7PNqpQ==
374-
dependencies:
375-
"@sinclair/typebox" "^0.27.8"
370+
"@fastify/type-provider-typebox@^3.2.0":
371+
version "3.2.0"
372+
resolved "https://registry.yarnpkg.com/@fastify/type-provider-typebox/-/type-provider-typebox-3.2.0.tgz#9fe7e7bfec98160d931acf315976e96e076eac99"
373+
integrity sha512-Ec+dHVfb9wovQ/jclkDbzTshHTtSsDmTGhls6S/TM3QIcx7682Jq8/W0kHXW3ylBUBEtcel87B+PuwH17TRDAw==
376374

377375
"@humanwhocodes/config-array@^0.11.8":
378376
version "0.11.8"
@@ -664,10 +662,10 @@
664662
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
665663
integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==
666664

667-
"@sinclair/typebox@^0.27.8":
668-
version "0.27.8"
669-
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
670-
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
665+
"@sinclair/typebox@^0.28.0":
666+
version "0.28.9"
667+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.28.9.tgz#594e4e752839868074be70a8cbb35f264de79d07"
668+
integrity sha512-m98m37J9CBZ8XinStjpss2ZOW50KG45XB4cAva2NGoQHiGPxhfNL2BzUXYCs6ahXdK7/F1NIjOGh+MPP5dK8Rw==
671669

672670
"@sinonjs/commons@^2.0.0":
673671
version "2.0.0"

0 commit comments

Comments
 (0)