Skip to content

Commit

Permalink
build(deps-dev): bump @types/bun from 1.1.1 to 1.1.2 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed May 14, 2024
2 parents 24c5d3a + 78d9467 commit 60ee9f2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 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 @@
"@biomejs/biome": "^1.7.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/bun": "^1.1.1",
"@types/bun": "^1.1.2",
"@types/yargs": "^17.0.32",
"branch-name-lint": "^2.1.1",
"czg": "^1.9.1",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@
dependencies:
call-bind "^1.0.7"

"@types/bun@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@types/bun/-/bun-1.1.1.tgz#f3ec72c7645a267cae5684b14a0d107c9dc96e89"
integrity sha512-lUe9rLMhgDCViciZtgDj5CMl2u7uTq/IP149kSZH/Si6FWkCioximABFf+baRQgbm8QlH4bzT0qJRteQFNqeGA==
"@types/bun@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@types/bun/-/bun-1.1.2.tgz#586d342eb57693b602609f4e806eb3b80f6dae6a"
integrity sha512-pRBDD3EDqPf83qe95i3EpYu5G2J8bbb78a3736vnCm2K8YWtEE5cvJUq2jkKvJhW07YTfQtbImywIwRhWL8z3Q==
dependencies:
bun-types "1.1.6"
bun-types "1.1.8"

"@types/conventional-commits-parser@^5.0.0":
version "5.0.0"
Expand All @@ -265,13 +265,20 @@
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz"
integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==

"@types/node@*", "@types/node@~20.11.3":
"@types/node@*":
version "20.11.25"
resolved "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz"
integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==
dependencies:
undici-types "~5.26.4"

"@types/node@~20.12.8":
version "20.12.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be"
integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz"
Expand Down Expand Up @@ -412,12 +419,12 @@ buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

bun-types@1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.6.tgz#6d053b5d580ae3c4dcfc3a4870ceb19fcdc84333"
integrity sha512-LK2aaJdBBTUkDyN+kRiJHLF3VGrAcdkEHrbBvbmTkccShPw6ZalxxKjWSBJwn4UkikhZdrdA87bZWmfUgkRUYg==
bun-types@1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.8.tgz#33690cd1b5632ba4d0d9a1a75cb59e9b05fb5ff7"
integrity sha512-dwhfuUKSGK8hm5Llcvb5+ejRh+4mIt8ibObJVKhZBsi0ScpXmt+AlaS1eDW6uRXCHj084Qt0kIqAJ08/7ZGC9Q==
dependencies:
"@types/node" "~20.11.3"
"@types/node" "~20.12.8"
"@types/ws" "~8.5.10"

call-bind@^1.0.7:
Expand Down

0 comments on commit 60ee9f2

Please sign in to comment.