From a6b9d22fa44f51f2bff28b14db825c16377dda33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:35:51 +0000 Subject: [PATCH] chore(deps)(deps): bump valibot from 1.4.1 to 1.4.2 Bumps [valibot](https://github.com/open-circle/valibot) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: valibot dependency-version: 1.4.2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d714e1..71c7195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18324,9 +18324,9 @@ } }, "node_modules/valibot": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.4.1.tgz", - "integrity": "sha512-klCmFTz2jeDluy9RwX+F884TCiogtdBJ/YaxSx1EOBYXa3NXNWj8kR1jjN8rzluwojJVWWaHJ4r1U5LfICnM3g==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.4.2.tgz", + "integrity": "sha512-gjdCvJ6d3RyHAneqxMYMW9QMCwYMb3jpOO0IyHZV1bnRHFBHrX3VkIILt5XYR0WhwHiH7Mty8ovuPZ/O3gamrg==", "license": "MIT", "peerDependencies": { "typescript": ">=5" diff --git a/package.json b/package.json index 0390bdd..3ef438e 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "tiny-secp256k1": "npm:@bitcoinerlab/secp256k1@^1.1.1", "google-auth-library": "^10.2.0", "zod": "^3.25.76", - "valibot": "^1.4.1", + "valibot": "^1.4.2", "uuid": "^11.1.1", "postcss": "^8.5.10", "dompurify": "^3.4.11",