From d42d39e3621d5a50009e84d1f6acbe6b7a91404e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:08:27 +0000 Subject: [PATCH] Bump valibot from 1.4.0 to 1.4.2 Bumps [valibot](https://github.com/open-circle/valibot) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: valibot dependency-version: 1.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- shared/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a71de53..377eaeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9574,9 +9574,9 @@ "link": true }, "node_modules/valibot": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.4.0.tgz", - "integrity": "sha512-iC/x7fVcSyOwlm/VSt7RlHnzNGLGvR9GnxdifUeWoCJo0q4ZZvrVkIHC6faTlkxG47I2Y4UrFquPuVHCrOnrLg==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.4.2.tgz", + "integrity": "sha512-gjdCvJ6d3RyHAneqxMYMW9QMCwYMb3jpOO0IyHZV1bnRHFBHrX3VkIILt5XYR0WhwHiH7Mty8ovuPZ/O3gamrg==", "license": "MIT", "peerDependencies": { "typescript": ">=5" @@ -9759,7 +9759,7 @@ "license": "MIT", "dependencies": { "@openauthjs/openauth": "^0.4.3", - "valibot": "^1.3.1" + "valibot": "^1.4.2" }, "devDependencies": { "@types/node": "^24.5.2", diff --git a/shared/package.json b/shared/package.json index 70828a4..020f156 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@openauthjs/openauth": "^0.4.3", - "valibot": "^1.3.1" + "valibot": "^1.4.2" }, "description": "Shared library across services", "devDependencies": {