From bcfdd6787c53dfa9472eddc16ce8acc31edc5600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 21:53:46 +0000 Subject: [PATCH] build(deps): bump bunvim from 1.1.7 to 1.1.12 Bumps [bunvim](https://github.com/wallpants/bunvim) from 1.1.7 to 1.1.12. - [Release notes](https://github.com/wallpants/bunvim/releases) - [Commits](https://github.com/wallpants/bunvim/compare/v1.1.7...v1.1.12) --- updated-dependencies: - dependency-name: bunvim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aebcfb8..a5c8c54 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "start": "bun run app/index.ts" }, "dependencies": { - "bunvim": "1.1.7", + "bunvim": "1.1.12", "minimatch": "^9.0.4", "valibot": "^0.30.0" },