From d1b5d64105c2a304045423a5ba342b9e7eab76ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:44:52 +0000 Subject: [PATCH] build(deps): bump valibot from 1.1.0 to 1.2.0 Bumps [valibot](https://github.com/open-circle/valibot) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: valibot dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bb43738b..662ab0dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "typia": "9.7.2", "undici": "7.16.0", "unknownutil": "3.18.1", - "valibot": "1.1.0", + "valibot": "1.2.0", "vality": "6.3.4", "vega": "5.33.0", "vega-lite": "5.11.0", @@ -9522,9 +9522,9 @@ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" }, "node_modules/valibot": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.1.0.tgz", - "integrity": "sha512-Nk8lX30Qhu+9txPYTwM0cFlWLdPFsFr6LblzqIySfbZph9+BFsAHsNvHOymEviUepeIW6KFHzpX8TKhbptBXXw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.2.0.tgz", + "integrity": "sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==", "peerDependencies": { "typescript": ">=5" }, @@ -17267,9 +17267,9 @@ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" }, "valibot": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.1.0.tgz", - "integrity": "sha512-Nk8lX30Qhu+9txPYTwM0cFlWLdPFsFr6LblzqIySfbZph9+BFsAHsNvHOymEviUepeIW6KFHzpX8TKhbptBXXw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.2.0.tgz", + "integrity": "sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==", "requires": {} }, "validate-npm-package-license": { diff --git a/package.json b/package.json index cca85c064..c87cf3b6c 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "typia": "9.7.2", "undici": "7.16.0", "unknownutil": "3.18.1", - "valibot": "1.1.0", + "valibot": "1.2.0", "vality": "6.3.4", "vega": "5.33.0", "vega-lite": "5.11.0",