From 6e72f73f6b69a71b86a06a781a1f6edaf0c72226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:44:11 +0000 Subject: [PATCH] Bump bun-types from 0.6.14 to 0.8.0 Bumps [bun-types](https://github.com/oven-sh/bun) from 0.6.14 to 0.8.0. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v0.6.14...bun-v0.8.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 34b1271..45091bc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/pg": "^8.10.2", "@types/uuid": "^9.0.2", "@types/ws": "^8.5.5", - "bun-types": "^0.6.14", + "bun-types": "^0.8.0", "drizzle-kit": "^0.19.5", "typescript": "^5.1.6" }