Skip to content

Commit

Permalink
build(deps-dev): bump @types/bun from 1.0.8 to 1.0.11 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro authored Mar 27, 2024
2 parents d876b73 + 1f7c5d7 commit 2514404
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@types/bun": "^1.0.6",
"@types/bun": "^1.0.11",
"@types/yargs": "^17.0.32",
"branch-name-lint": "^2.1.1",
"commitizen": "^4.3.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@
dependencies:
call-bind "^1.0.7"

"@types/bun@^1.0.6":
version "1.0.8"
resolved "https://registry.npmjs.org/@types/bun/-/bun-1.0.8.tgz"
integrity sha512-E6UWZuN4ymAxzUBWVIGDHJ3Zey7I8cMzDZ+cB1BqhZsmd1uPb9iAQzpWMruY1mKzsuD3R+dZPoBkZz8QL1KhSA==
"@types/bun@^1.0.11":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@types/bun/-/bun-1.0.11.tgz#f80527dc0205e0731ba7abfba92c0e184b8d86f4"
integrity sha512-kU4yU7vs/J/yIBoocc9j0sR/CxQ/WD4hSx3rl+WA2nLjcYuGR5aHJXVIBRcT5zvMmTt4CnSVkiONiWPob5trFg==
dependencies:
bun-types "1.0.29"
bun-types "1.0.35"

"@types/conventional-commits-parser@^5.0.0":
version "5.0.0"
Expand Down Expand Up @@ -305,10 +305,10 @@ buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

[email protected].29:
version "1.0.29"
resolved "https://registry.npmjs.org/bun-types/-/bun-types-1.0.29.tgz"
integrity sha512-Z+U1ORr/2UCwxelIZxE83pyPLclviYL9UewQCNEUmGeLObY8ao+3WF3D8N1+NMv2+S+hUWsdBJam+4GoPEz35g==
[email protected].35:
version "1.0.35"
resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.0.35.tgz#a34fc097ceaf9c49ef03e54c407154725574abe5"
integrity sha512-JlFllUCVMZbDyGfbv9dBWXd2tRdZSzyP1EWDKcTTVRViYNYX8AEsfpMN/vu6Hk8CBhKrhbbBkKZcNjJev8QQHQ==
dependencies:
"@types/node" "~20.11.3"
"@types/ws" "~8.5.10"
Expand Down

0 comments on commit 2514404

Please sign in to comment.