From 9c73701bbc60bbb014f215df21e54a5a1f5b5b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:31:09 +0000 Subject: [PATCH] Bump valibot from 0.41.0 to 0.42.1 (#580) Bumps [valibot](https://github.com/fabian-hiller/valibot) from 0.41.0 to 0.42.1. - [Release notes](https://github.com/fabian-hiller/valibot/releases) - [Commits](https://github.com/fabian-hiller/valibot/compare/v0.41.0...v0.42.1) --- updated-dependencies: - dependency-name: valibot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 80183e1b..cb66ed68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "pino": "9.3.2", "pino-pretty": "11.2.2", "tsx": "4.19.1", - "valibot": "0.41.0" + "valibot": "0.42.1" }, "devDependencies": { "@antfu/eslint-config": "2.26.0", @@ -6079,9 +6079,9 @@ "license": "MIT" }, "node_modules/valibot": { - "version": "0.41.0", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.41.0.tgz", - "integrity": "sha512-igDBb8CTYr8YTQlOKgaN9nSS0Be7z+WRuaeYqGf3Cjz3aKmSnqEmYnkfVjzIuumGqfHpa3fLIvMEAfhrpqN8ng==", + "version": "0.42.1", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.42.1.tgz", + "integrity": "sha512-3keXV29Ar5b//Hqi4MbSdV7lfVp6zuYLZuA9V1PvQUsXqogr+u5lvLPLk3A4f74VUXDnf/JfWMN6sB+koJ/FFw==", "peerDependencies": { "typescript": ">=5" }, diff --git a/package.json b/package.json index f75d86ea..68bc458f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "pino": "9.3.2", "pino-pretty": "11.2.2", "tsx": "4.19.1", - "valibot": "0.41.0" + "valibot": "0.42.1" }, "devDependencies": { "@antfu/eslint-config": "2.26.0",