mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
fix(deps): update dependency typebox to v1.1.33 (#67186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
"pino-pretty": "10.3.1",
|
||||
"query-string": "7.1.3",
|
||||
"stripe": "16.12.0",
|
||||
"typebox": "1.1.31",
|
||||
"typebox": "1.1.33",
|
||||
"validator": "13.15.35"
|
||||
},
|
||||
"description": "The freeCodeCamp.org open-source codebase and curriculum",
|
||||
|
||||
Generated
+11
-8
@@ -109,7 +109,7 @@ importers:
|
||||
version: 5.2.6
|
||||
'@fastify/type-provider-typebox':
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0(typebox@1.1.31)
|
||||
version: 6.1.0(typebox@1.1.33)
|
||||
'@freecodecamp/shared':
|
||||
specifier: workspace:*
|
||||
version: link:../packages/shared
|
||||
@@ -183,8 +183,8 @@ importers:
|
||||
specifier: 16.12.0
|
||||
version: 16.12.0
|
||||
typebox:
|
||||
specifier: 1.1.31
|
||||
version: 1.1.31
|
||||
specifier: 1.1.33
|
||||
version: 1.1.33
|
||||
validator:
|
||||
specifier: 13.15.35
|
||||
version: 13.15.35
|
||||
@@ -12192,8 +12192,8 @@ packages:
|
||||
type@2.7.2:
|
||||
resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==}
|
||||
|
||||
typebox@1.1.31:
|
||||
resolution: {integrity: sha512-bFTa/YRd11e9a+C+hBlUSmD3DnDRnkcHqaUWX4zoq3q4u5WLnuLPc7yLpO5dRO7Z9VPXcm/GzFkvrH5FkDobeg==}
|
||||
typebox@1.1.33:
|
||||
resolution: {integrity: sha512-+/MWwlQ1q2GSVwoxi/+u5JsHkgLQKcCN2Nsjree9c+K7GJu40qbaHrFETmfV1i9Fs1TcOVfynW+jJvIWcXtvjw==}
|
||||
|
||||
typed-array-buffer@1.0.3:
|
||||
resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
|
||||
@@ -12474,14 +12474,17 @@ packages:
|
||||
|
||||
uuid@7.0.3:
|
||||
resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==}
|
||||
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
||||
hasBin: true
|
||||
|
||||
uuid@8.3.2:
|
||||
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
||||
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
||||
hasBin: true
|
||||
|
||||
uuid@9.0.1:
|
||||
resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==}
|
||||
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
||||
hasBin: true
|
||||
|
||||
v8-compile-cache@2.4.0:
|
||||
@@ -15777,9 +15780,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@fastify/type-provider-typebox@6.1.0(typebox@1.1.31)':
|
||||
'@fastify/type-provider-typebox@6.1.0(typebox@1.1.33)':
|
||||
dependencies:
|
||||
typebox: 1.1.31
|
||||
typebox: 1.1.33
|
||||
|
||||
'@fortawesome/fontawesome-common-types@7.2.0': {}
|
||||
|
||||
@@ -27564,7 +27567,7 @@ snapshots:
|
||||
|
||||
type@2.7.2: {}
|
||||
|
||||
typebox@1.1.31: {}
|
||||
typebox@1.1.33: {}
|
||||
|
||||
typed-array-buffer@1.0.3:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user