Skip to content

Commit 08bd510

Browse files
authoredMar 21, 2025··
fix(deps): update dependency jet-validators to v1.4.0 (#1749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ef3898 commit 08bd510

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
 

‎bun.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lockfileVersion": 0,
2+
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
55
"name": "typescript-runtime-type-benchmarks",
@@ -38,7 +38,7 @@
3838
"fp-ts": "2.16.9",
3939
"io-ts": "2.2.22",
4040
"jet-schema": "1.4.3",
41-
"jet-validators": "1.3.9",
41+
"jet-validators": "1.4.0",
4242
"joi": "17.13.3",
4343
"jointz": "7.0.4",
4444
"json-decoder": "1.4.1",
@@ -1045,7 +1045,7 @@
10451045

10461046
"jet-schema": ["jet-schema@1.4.3", "", {}, "sha512-BDA5Z8Kkk1SppmV9KOuTwY3OExHGt37tTZumsoKwNfp+0XXsEXPfk9oZfVqM7na0EUsMB/zcvsjQBU7Qu6YQ0A=="],
10471047

1048-
"jet-validators": ["jet-validators@1.3.9", "", {}, "sha512-mfiXZ06G8mC4q7hWv7PF0NoGe4yC/Vni0R7AF9mpvXYAc2r8SgpsryVCqF07S+ZQuqe7JmoYjPBetCJi36W5cg=="],
1048+
"jet-validators": ["jet-validators@1.4.0", "", {}, "sha512-+c3yziw9OFbPDIoZ54eRVvO2VucRIKzlTqsjT7S/jyglvh013vyIT85ivVdnBHr8WOmSQb7SxEkmeRbZsRRonA=="],
10491049

10501050
"joi": ["joi@17.13.3", "", { "dependencies": { "@hapi/hoek": "^9.3.0", "@hapi/topo": "^5.1.0", "@sideway/address": "^4.1.5", "@sideway/formula": "^3.0.1", "@sideway/pinpoint": "^2.0.0" } }, "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA=="],
10511051

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"fp-ts": "2.16.9",
6666
"io-ts": "2.2.22",
6767
"jet-schema": "1.4.3",
68-
"jet-validators": "1.3.9",
68+
"jet-validators": "1.4.0",
6969
"joi": "17.13.3",
7070
"jointz": "7.0.4",
7171
"json-decoder": "1.4.1",

0 commit comments

Comments
 (0)
Please sign in to comment.