Skip to content

Commit

Permalink
build(deps-dev): bump @types/bun from 1.1.10 to 1.1.12
Browse files Browse the repository at this point in the history
Bumps [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) from 1.1.10 to 1.1.12.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 7af3f46 commit d59d2c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -565,10 +565,10 @@ branch-name-lint@^2.1.1:
find-up "^5.0.0"
meow "^9.0.0"

[email protected].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==
[email protected].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"
Expand Down

0 comments on commit d59d2c9

Please sign in to comment.