From 1f8a27016765091550ae12b0a7b2991797cb09ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 04:39:21 +0000 Subject: [PATCH] Bump valibot from 0.42.1 to 1.1.0 Bumps [valibot](https://github.com/fabian-hiller/valibot) from 0.42.1 to 1.1.0. - [Release notes](https://github.com/fabian-hiller/valibot/releases) - [Commits](https://github.com/fabian-hiller/valibot/compare/v0.42.1...v1.1.0) --- updated-dependencies: - dependency-name: valibot dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 f08130d1..0d85ce82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "pino": "9.6.0", "pino-pretty": "13.0.0", "tsx": "4.19.4", - "valibot": "0.42.1" + "valibot": "1.1.0" }, "devDependencies": { "@antfu/eslint-config": "4.12.0", @@ -8339,9 +8339,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.1.0", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.1.0.tgz", + "integrity": "sha512-Nk8lX30Qhu+9txPYTwM0cFlWLdPFsFr6LblzqIySfbZph9+BFsAHsNvHOymEviUepeIW6KFHzpX8TKhbptBXXw==", "license": "MIT", "peerDependencies": { "typescript": ">=5" diff --git a/package.json b/package.json index 8ad14224..f873150e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "pino": "9.6.0", "pino-pretty": "13.0.0", "tsx": "4.19.4", - "valibot": "0.42.1" + "valibot": "1.1.0" }, "devDependencies": { "@antfu/eslint-config": "4.12.0",