From 53bcf4e4308b05d0a75b28492378e35ffde272d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:51:08 +0000 Subject: [PATCH] Bump valibot from 0.37.0 to 0.41.0 Bumps [valibot](https://github.com/fabian-hiller/valibot) from 0.37.0 to 0.41.0. - [Release notes](https://github.com/fabian-hiller/valibot/releases) - [Commits](https://github.com/fabian-hiller/valibot/compare/v0.37.0...v0.41.0) --- updated-dependencies: - dependency-name: valibot dependency-type: direct:production update-type: version-update:semver-minor ... 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 02e68674..dd649447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "pino": "9.3.2", "pino-pretty": "11.2.2", "tsx": "4.18.0", - "valibot": "0.37.0" + "valibot": "0.41.0" }, "devDependencies": { "@antfu/eslint-config": "2.26.0", @@ -6065,9 +6065,9 @@ "license": "MIT" }, "node_modules/valibot": { - "version": "0.37.0", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.37.0.tgz", - "integrity": "sha512-FQz52I8RXgFgOHym3XHYSREbNtkgSjF9prvMFH1nBsRyfL6SfCzoT1GuSDTlbsuPubM7/6Kbw0ZMQb8A+V+VsQ==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.41.0.tgz", + "integrity": "sha512-igDBb8CTYr8YTQlOKgaN9nSS0Be7z+WRuaeYqGf3Cjz3aKmSnqEmYnkfVjzIuumGqfHpa3fLIvMEAfhrpqN8ng==", "peerDependencies": { "typescript": ">=5" }, diff --git a/package.json b/package.json index 54096fd1..96d18a4c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "pino": "9.3.2", "pino-pretty": "11.2.2", "tsx": "4.18.0", - "valibot": "0.37.0" + "valibot": "0.41.0" }, "devDependencies": { "@antfu/eslint-config": "2.26.0",