From 66911e82926583dcea7589327d04a0aa2e27275d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:10:06 +0000 Subject: [PATCH] chore(deps): bump valibot from 1.2.0 to 1.3.1 Bumps [valibot](https://github.com/open-circle/valibot) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: valibot dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/with-schema-validation/package.json | 2 +- package-lock.json | 8 +++++--- packages/openworkflow/package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/with-schema-validation/package.json b/examples/with-schema-validation/package.json index dee0bb58..a9b90f0a 100644 --- a/examples/with-schema-validation/package.json +++ b/examples/with-schema-validation/package.json @@ -12,7 +12,7 @@ "@openworkflow/backend-postgres": "*", "arktype": "^2.2.0", "openworkflow": "*", - "valibot": "^1.2.0", + "valibot": "^1.3.1", "yup": "^1.7.1", "zod": "^4.3.6" }, diff --git a/package-lock.json b/package-lock.json index 121cc40a..18e50f67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "@openworkflow/backend-postgres": "*", "arktype": "^2.2.0", "openworkflow": "*", - "valibot": "^1.2.0", + "valibot": "^1.3.1", "yup": "^1.7.1", "zod": "^4.3.6" }, @@ -16895,7 +16895,9 @@ "license": "MIT" }, "node_modules/valibot": { - "version": "1.2.0", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.3.1.tgz", + "integrity": "sha512-sfdRir/QFM0JaF22hqTroPc5xy4DimuGQVKFrzF1YfGwaS1nJot3Y8VqMdLO2Lg27fMzat2yD3pY5PbAYO39Gg==", "license": "MIT", "peerDependencies": { "typescript": ">=5" @@ -17840,7 +17842,7 @@ "license": "Apache-2.0", "devDependencies": { "arktype": "^2.2.0", - "valibot": "^1.2.0", + "valibot": "^1.3.1", "vitest": "^4.0.18", "yup": "^1.7.1", "zod": "^4.3.6" diff --git a/packages/openworkflow/package.json b/packages/openworkflow/package.json index 8010527c..dea80816 100644 --- a/packages/openworkflow/package.json +++ b/packages/openworkflow/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "arktype": "^2.2.0", - "valibot": "^1.2.0", + "valibot": "^1.3.1", "vitest": "^4.0.18", "yup": "^1.7.1", "zod": "^4.3.6"