From 973083e29a81bb145dab0fa5bcd8621e04618ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:27:36 +0000 Subject: [PATCH] Bump bun-types from 0.6.14 to 0.7.0 Bumps [bun-types](https://github.com/oven-sh/bun) from 0.6.14 to 0.7.0. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v0.6.14...bun-v0.7.0) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development 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 dd9ad5d..d31280d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/ws": "^8.5.5", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", - "bun-types": "^0.6.14", + "bun-types": "^0.7.0", "drizzle-kit": "^0.19.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unused-imports": "^3.0.0",