diff --git a/package.json b/package.json index 3c232a4..c752a37 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@commitlint/config-conventional": "^19.6.0", "@inquirer/testing": "^2.1.38", "@inquirer/type": "^3.0.1", - "@types/bun": "^1.1.13", + "@types/bun": "^1.1.14", "@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 8a47267..5847118 100644 --- a/yarn.lock +++ b/yarn.lock @@ -376,12 +376,12 @@ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.1.tgz#619ce9f65c3e114d8e39c41822bed3440d20b478" integrity sha512-+ksJMIy92sOAiAccGpcKZUc3bYO07cADnscIxHBknEm3uNts3movSmBofc1908BNy5edKscxYeAdaX1NXkHS6A== -"@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== +"@types/bun@^1.1.14": + version "1.1.14" + resolved "https://registry.yarnpkg.com/@types/bun/-/bun-1.1.14.tgz#587dead368410b281b1bcbfb61d3ce1a07a63234" + integrity sha512-opVYiFGtO2af0dnWBdZWlioLBoxSdDO5qokaazLhq8XQtGZbY4pY3/JxY8Zdf/hEwGubbp7ErZXoN1+h2yesxA== dependencies: - bun-types "1.1.34" + bun-types "1.1.37" "@types/conventional-commits-parser@^5.0.0": version "5.0.0" @@ -544,10 +544,10 @@ branch-name-lint@^2.1.1: find-up "^5.0.0" meow "^9.0.0" -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== +bun-types@1.1.37: + version "1.1.37" + resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.37.tgz#8caab7fa0dd1490a368c5e4dd0614d500e15e7e9" + integrity sha512-C65lv6eBr3LPJWFZ2gswyrGZ82ljnH8flVE03xeXxKhi2ZGtFiO4isRKTKnitbSqtRAcaqYSR6djt1whI66AbA== dependencies: "@types/node" "~20.12.8" "@types/ws" "~8.5.10"