Skip to content

Commit 1dec04a

Browse files
fix(deps): update dependency @sinclair/typemap to v0.9.0 (#1747)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4c6c28 commit 1dec04a

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
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",
@@ -15,7 +15,7 @@
1515
"@mondrian-framework/model": "2.0.69",
1616
"@sapphire/shapeshift": "3.9.7",
1717
"@sinclair/typebox": "0.34.30",
18-
"@sinclair/typemap": "0.8.19",
18+
"@sinclair/typemap": "0.9.0",
1919
"@skarab/tson": "1.5.1",
2020
"@toi/toi": "1.3.0",
2121
"@typeofweb/schema": "0.7.3",
@@ -483,7 +483,7 @@
483483

484484
"@sinclair/typebox": ["@sinclair/[email protected]", "", {}, "sha512-gFB3BiqjDxEoadW0zn+xyMVb7cLxPCoblVn2C/BKpI41WPYi2d6fwHAlynPNZ5O/Q4WEiujdnJzVtvG/Jc2CBQ=="],
485485

486-
"@sinclair/typemap": ["@sinclair/typemap@0.8.19", "", { "peerDependencies": { "@sinclair/typebox": "^0.34.30", "valibot": "^1.0.0-rc.4", "zod": "^3.24.1" } }, "sha512-IbtO6nKUshXEqz5rAUqLuyBUzH7qUiUsegsKa15qLdb+tJ2jJJQUP6oUrGSUWEUaPXbwQmGtg/URfb6gvC3liA=="],
486+
"@sinclair/typemap": ["@sinclair/typemap@0.9.0", "", { "peerDependencies": { "@sinclair/typebox": "^0.34.30", "valibot": "^1.0.0", "zod": "^3.24.1" } }, "sha512-ZEhbpVqzx0Nsi+5YeNni4e7eMzCORZ6DZmEA4qIeQvJe23jPLEtqbzU4MhJXcWX6SPUNvi5yHmgipGAHb/k/9Q=="],
487487

488488
"@skarab/tson": ["@skarab/[email protected]", "", { "optionalDependencies": { "typescript": "^4.6.2" } }, "sha512-DZMeweKar8axpt9OtW+8OW7GmAQELM0IBiDHkz1/rkzkW0MR9VmIiKNMx7TP2BxonZnDIaUtEXB47eOU5oRRpw=="],
489489

package-lock.json

+8-9
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
@@ -42,7 +42,7 @@
4242
"@mondrian-framework/model": "2.0.69",
4343
"@sapphire/shapeshift": "3.9.7",
4444
"@sinclair/typebox": "0.34.30",
45-
"@sinclair/typemap": "0.8.19",
45+
"@sinclair/typemap": "0.9.0",
4646
"@skarab/tson": "1.5.1",
4747
"@toi/toi": "1.3.0",
4848
"@typeofweb/schema": "0.7.3",

0 commit comments

Comments
 (0)