Skip to content

Commit 1bcf576

Browse files
fix(deps): update dependency @aeriajs/validation to v0.0.153 (#1769)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b43a1d commit 1bcf576

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

bun.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"lockfileVersion": 0,
2+
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
55
"name": "typescript-runtime-type-benchmarks",
66
"dependencies": {
7-
"@aeriajs/validation": "0.0.152",
7+
"@aeriajs/validation": "0.0.153",
88
"@ailabs/ts-utils": "1.4.0",
99
"@badrap/valita": "0.4.3",
1010
"@deepkit/core": "1.0.3",
@@ -109,7 +109,7 @@
109109

110110
"@aeriajs/types": ["@aeriajs/[email protected]", "", { "peerDependencies": { "@phosphor-icons/core": "^2.1.1" } }, "sha512-60+/ZB0cn1Ssk94pmO4XVbSqJBkTjT1CEfNoUsc3qj19XmnQsnUmbWv+DsDlWWWBawDz9x1/M5S6fkKmqMIH0A=="],
111111

112-
"@aeriajs/validation": ["@aeriajs/[email protected].152", "", { "peerDependencies": { "@aeriajs/common": "^0.0.136", "@aeriajs/entrypoint": "^0.0.140", "@aeriajs/types": "^0.0.118", "mongodb": "^6.5.0" } }, "sha512-4ImYR1XsPevcB7YktLqKpxAgnHzHnYB7iFWk4FevkwZ4fcDghHL00BkALWkLiG7azcYrO4GWK+7wjYcy3mxfbw=="],
112+
"@aeriajs/validation": ["@aeriajs/[email protected].153", "", { "peerDependencies": { "@aeriajs/common": "^0.0.137", "@aeriajs/entrypoint": "^0.0.141", "@aeriajs/types": "^0.0.119", "mongodb": "^6.5.0" } }, "sha512-vT6HY2fO0JP23mVoRFOHeLGj9DtBfAlptlsS13iMB4Af7j6leeUcxNhlDFWHiIzL4sQiA7JTEYX6g4UXwIQvQQ=="],
113113

114114
"@ailabs/ts-utils": ["@ailabs/[email protected]", "", { "dependencies": { "ramda": "^0.26.1", "seedrandom": "3.0.5", "ts-toolbelt": "^4.8.19" } }, "sha512-jO8FFfFVTBokpT5OqpUXbsnVb+C22UbfRa/z7D8NBedgc7wJ6bFFHLog90LEGoRJKh1qI/zcwjiZ2pgCXPwpLw=="],
115115

package-lock.json

+31-31
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
@@ -31,7 +31,7 @@
3131
"download-packages-popularity": "ts-node download-packages-popularity.ts"
3232
},
3333
"dependencies": {
34-
"@aeriajs/validation": "0.0.152",
34+
"@aeriajs/validation": "0.0.153",
3535
"@ailabs/ts-utils": "1.4.0",
3636
"@badrap/valita": "0.4.3",
3737
"@deepkit/core": "1.0.3",

0 commit comments

Comments
 (0)