diff --git a/bun.lockb b/bun.lockb index 8ee27b9..03a0224 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 73df29b..34603f5 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.12", "@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..b2ddd96 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.12": + version "1.1.12" + resolved "https://registry.yarnpkg.com/@types/bun/-/bun-1.1.12.tgz#729f9234ef500060e3f61a12154859150236f689" + integrity sha512-UkewJesRDP3+AW30Gc8hvxuIt+vHgYZXmVOKaXV8xnwAnMXTAs3XZDsa/jW+LSdAYhHslokSm72lq63FYYjZqA== dependencies: - bun-types "1.1.29" + bun-types "1.1.32" "@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.32: + version "1.1.32" + resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.32.tgz#f652284250ea1ccdbbec9064494e3732d3f1aec9" + integrity sha512-Lxgux4InO/WRjSAEy3iyDscsnDXR8+3rgNDeZYjPAizFYjUraoNuMl9PuRd9XMgFZgdyQwaUX7/QHmOw5KGFQw== dependencies: "@types/node" "~20.12.8" "@types/ws" "~8.5.10"