From 992750fb16b872f3b78d54b18fdf424c6893c10f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:42:13 +0000 Subject: [PATCH] Bump valibot from 0.42.1 to 1.2.0 Bumps [valibot](https://github.com/open-circle/valibot) from 0.42.1 to 1.2.0. - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v0.42.1...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a260cc6..c5a42c35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "pino": "9.9.0", "pino-pretty": "13.0.0", "tsx": "4.20.4", - "valibot": "0.42.1" + "valibot": "1.2.0" }, "devDependencies": { "@antfu/eslint-config": "4.12.0", @@ -6901,9 +6901,9 @@ "license": "MIT" }, "node_modules/valibot": { - "version": "0.42.1", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.42.1.tgz", - "integrity": "sha512-3keXV29Ar5b//Hqi4MbSdV7lfVp6zuYLZuA9V1PvQUsXqogr+u5lvLPLk3A4f74VUXDnf/JfWMN6sB+koJ/FFw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.2.0.tgz", + "integrity": "sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==", "license": "MIT", "peerDependencies": { "typescript": ">=5" diff --git a/package.json b/package.json index 332c638f..62500207 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "pino": "9.9.0", "pino-pretty": "13.0.0", "tsx": "4.20.4", - "valibot": "0.42.1" + "valibot": "1.2.0" }, "devDependencies": { "@antfu/eslint-config": "4.12.0",