From b321cf45473cb01216ca8416c109817350b924b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:48:51 +0000 Subject: [PATCH] chore(deps-dev): bump bun-types from 0.7.3 to 1.0.18 Bumps [bun-types](https://github.com/oven-sh/bun) from 0.7.3 to 1.0.18. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v0.7.3...bun-v1.0.18) --- 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 a6ee577..78e335c 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.18", "elysia": "0.8.0-rc.0", "eslint": "^8.40.0", "rimraf": "4.3",