From 30815285a8934b81f0d6cd4527bef98ac4eba547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:21:56 +0000 Subject: [PATCH] chore(deps-dev): bump bun-types from 0.7.3 to 1.0.17 Bumps [bun-types](https://github.com/oven-sh/bun) from 0.7.3 to 1.0.17. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v0.7.3...bun-v1.0.17) --- 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..269a171 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.17", "elysia": "0.7.10", "eslint": "^8.40.0", "rimraf": "4.3",