From 5c4a304b2b179bdd893eab6bec8353f9c31f7c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:24:26 +0000 Subject: [PATCH] chore(deps-dev): bump bun-types from 0.7.3 to 1.0.14 Bumps [bun-types](https://github.com/oven-sh/bun) from 0.7.3 to 1.0.14. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v0.7.3...bun-v1.0.14) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 737eb2d..84b4f36 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@types/node": "^20.1.4", - "bun-types": "^0.7.0", + "bun-types": "^1.0.14", "elysia": "0.7.10", "eslint": "^8.40.0", "rimraf": "4.3",