From b3afe937b701647001b1a949cd8ddc1b91b10806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:22:14 +0000 Subject: [PATCH] build(deps-dev): bump @types/bun from 1.1.10 to 1.1.13 Bumps [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) from 1.1.10 to 1.1.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun) --- updated-dependencies: - dependency-name: "@types/bun" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 73df29b..56c186f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.4.1", "@inquirer/type": "^1.5.5", - "@types/bun": "^1.1.10", + "@types/bun": "^1.1.13", "@types/inquirer": "^9.0.7", "@types/yargs": "^17.0.33", "branch-name-lint": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index 112c4d0..e09c786 100644 --- a/yarn.lock +++ b/yarn.lock @@ -378,12 +378,12 @@ dependencies: mute-stream "^1.0.0" -"@types/bun@^1.1.10": - version "1.1.10" - resolved "https://registry.yarnpkg.com/@types/bun/-/bun-1.1.10.tgz#beba9dd5e5890928589889ad7166b94bb4673a31" - integrity sha512-76KYVSwrHwr9zsnk6oLXOGs9KvyBg3U066GLO4rk6JZk1ypEPGCUDZ5yOiESyIHWs9cx9iC8r01utYN32XdmgA== +"@types/bun@^1.1.13": + version "1.1.13" + resolved "https://registry.yarnpkg.com/@types/bun/-/bun-1.1.13.tgz#a53b3a64c8f539bbe33ceb0a9f3b98c6a79a3407" + integrity sha512-KmQxSBgVWCl6RSuerlLGZlIWfdxkKqat0nxN61+qu4y1KDn0Ll3j7v1Pl8GnaL3a/U6GGWVTJh75ap62kR1E8Q== dependencies: - bun-types "1.1.29" + bun-types "1.1.34" "@types/conventional-commits-parser@^5.0.0": version "5.0.0" @@ -565,10 +565,10 @@ branch-name-lint@^2.1.1: find-up "^5.0.0" meow "^9.0.0" -bun-types@1.1.29: - version "1.1.29" - resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.29.tgz#52ab2f4905adafc6a625b715c45be1e25b150609" - integrity sha512-En3/TzSPMPyl5UlUB1MHzHpcrZDakTm7mS203eLoX1fBoEa3PW+aSS8GAqVJ7Is/m34Z5ogL+ECniLY0uDaCPw== +bun-types@1.1.34: + version "1.1.34" + resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.34.tgz#cf0e1dc5aa8875573a3acb09bead0f23bab5aca2" + integrity sha512-br5QygTEL/TwB4uQOb96Ky22j4Gq2WxWH/8Oqv20fk5HagwKXo/akB+LiYgSfzexCt6kkcUaVm+bKiPl71xPvw== dependencies: "@types/node" "~20.12.8" "@types/ws" "~8.5.10"