From 6782d54e8f66252a93ad3edbece3002abfe6e69a Mon Sep 17 00:00:00 2001 From: "mogyugyu-renovate[bot]" <195143239+mogyugyu-renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:08:00 +0000 Subject: [PATCH] deps: update dependency valibot to v1.2.0 [security] | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | valibot | 1.1.0 | 1.2.0 | --- bun.lock | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index a71fcff..a585d6b 100755 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "dependencies": { @@ -26,7 +27,7 @@ "smol-toml": "1.4.1", "unified": "11.0.5", "unist-util-visit": "5.0.0", - "valibot": "1.1.0", + "valibot": "1.2.0", }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -408,7 +409,7 @@ "unist-util-visit-parents": ["unist-util-visit-parents@6.0.1", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" } }, "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw=="], - "valibot": ["valibot@1.1.0", "", { "peerDependencies": { "typescript": ">=5" }, "optionalPeers": ["typescript"] }, "sha512-Nk8lX30Qhu+9txPYTwM0cFlWLdPFsFr6LblzqIySfbZph9+BFsAHsNvHOymEviUepeIW6KFHzpX8TKhbptBXXw=="], + "valibot": ["valibot@1.2.0", "", { "peerDependencies": { "typescript": ">=5" }, "optionalPeers": ["typescript"] }, "sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg=="], "validator": ["validator@13.12.0", "", {}, "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg=="], diff --git a/package.json b/package.json index dd717df..c64bd1a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "smol-toml": "1.4.1", "unified": "11.0.5", "unist-util-visit": "5.0.0", - "valibot": "1.1.0" + "valibot": "1.2.0" }, "devDependencies": { "@biomejs/biome": "1.9.4",