From 110532c046492d03495c663e32c2b1be958ec1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:20:59 +0000 Subject: [PATCH] build(deps): bump valibot from 0.30.0 to 0.35.0 Bumps [valibot](https://github.com/fabian-hiller/valibot) from 0.30.0 to 0.35.0. - [Release notes](https://github.com/fabian-hiller/valibot/releases) - [Commits](https://github.com/fabian-hiller/valibot/compare/v0.30.0...v0.35.0) --- updated-dependencies: - dependency-name: valibot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49fb2ef..46b1cbd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "bunvim": "1.1.12", "minimatch": "^9.0.4", - "valibot": "^0.30.0" + "valibot": "^0.35.0" }, "devDependencies": { "@commitlint/config-conventional": "^19.2.2",