From 68d698a19068346e2a85e14db66c0b5c251a230e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:56:32 +0000 Subject: [PATCH] chore: bump bun-types from 1.1.24 to 1.1.26 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.24 to 1.1.26. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.26/packages/bun-types) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5196a583..0ef3eac3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "homepage": "https://github.com/opendevtools/telefonnummer#readme", "devDependencies": { "@biomejs/biome": "1.8.3", - "bun-types": "1.1.24", + "bun-types": "1.1.26", "rimraf": "6.0.1", "typescript": "5.5.4" },