Skip to content

Commit 2c4e8de

Browse files
authored
chore: update typebox (#313)
1 parent d0c43b0 commit 2c4e8de

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"prettier": "@cobraz/prettier",
3737
"dependencies": {
38-
"@fastify/type-provider-typebox": "^3.3.0",
39-
"@sinclair/typebox": "^0.29.4",
38+
"@fastify/type-provider-typebox": "^3.4.0",
39+
"@sinclair/typebox": "^0.30.0",
4040
"@types/express": "^4.17.13",
4141
"fastify": "^4.0.1",
4242
"fastify-plugin": "^4.2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,10 @@
369369
dependencies:
370370
fast-json-stringify "^5.7.0"
371371

372-
"@fastify/type-provider-typebox@^3.3.0":
373-
version "3.3.0"
374-
resolved "https://registry.yarnpkg.com/@fastify/type-provider-typebox/-/type-provider-typebox-3.3.0.tgz#898c1a5fafef0f52550ff6c8d77c4e0b2fb97c6d"
375-
integrity sha512-CJ4bhrx2FurljP7zIR1pIGlSzf3ChSm65p5MyKUR74CT4Ft5gcqrZg6FNq4mOCtMegmgUL7Z0Ly762aIHp5ZWw==
372+
"@fastify/type-provider-typebox@^3.4.0":
373+
version "3.4.0"
374+
resolved "https://registry.yarnpkg.com/@fastify/type-provider-typebox/-/type-provider-typebox-3.4.0.tgz#9a5ce55fed9a5d4bb89b9860c215c3fc881f6496"
375+
integrity sha512-wy1ihi8WtH00sW4YlaA0lZ0nIz/mVVh4stQQ68AtNYTgXI9LPKWylNYDTP2lcXO9az9w902CvqRc8BBwOUTo7w==
376376

377377
"@humanwhocodes/config-array@^0.11.10":
378378
version "0.11.10"
@@ -664,10 +664,10 @@
664664
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
665665
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
666666

667-
"@sinclair/typebox@^0.29.4":
668-
version "0.29.6"
669-
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.29.6.tgz#4cd8372f9247372edd5fc5af44f67e2032c46e2f"
670-
integrity sha512-aX5IFYWlMa7tQ8xZr3b2gtVReCvg7f3LEhjir/JAjX2bJCMVJA5tIPv30wTD4KDfcwMd7DDYY3hFDeGmOgtrZQ==
667+
"@sinclair/typebox@^0.30.0":
668+
version "0.30.1"
669+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.30.1.tgz#e34963817dad11a39f18f704c533d3a641639fdf"
670+
integrity sha512-gEhL8rDxir3+Q0uYMeT9rQgp1g9YazEphp4tBdc10e0zMm/0pT3G1FlLHyN1DMZUI4Vk6nebZvtt1evB0nXdiw==
671671

672672
"@sinonjs/commons@^3.0.0":
673673
version "3.0.0"

0 commit comments

Comments
 (0)