Skip to content

Commit b1af28c

Browse files
fix(deps): update dependency bun-types to v1.0.19 (#978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bc3700 commit b1af28c

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3745,6 +3745,13 @@
37453745
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
37463746
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
37473747

3748+
"@types/ws@*":
3749+
version "8.5.10"
3750+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
3751+
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
3752+
dependencies:
3753+
"@types/node" "*"
3754+
37483755
"@types/yargs-parser@*":
37493756
version "21.0.3"
37503757
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
@@ -4564,9 +4571,13 @@ builtins@^5.0.1:
45644571
semver "^7.0.0"
45654572

45664573
bun-types@^1.0.17:
4567-
version "1.0.18"
4568-
resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.0.18.tgz#51730a15b094d1822f3cb64cc239f9447fb40da0"
4569-
integrity sha512-1XZ7AxOF8oO8FZtw1xj006JAKxEjulK3dUhsktZVN95vXBlsf4NIjQxfistVdpt24v3H2I9BwHp+UU+gXSSpAw==
4574+
version "1.0.19"
4575+
resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.0.19.tgz#d01398500a18f90b3fdc1a879290081efbf4899e"
4576+
integrity sha512-7P5/r+twssrkDQ6HMit2GARMBbAxz1tLLEcMgQOCZeCX9BzNtabktjPCu+DmcvDYDnL/Ke75pmKg9CNBTlCzlQ==
4577+
dependencies:
4578+
"@types/node" "*"
4579+
"@types/ws" "*"
4580+
undici-types "^5.26.4"
45704581

45714582
[email protected], busboy@^1.6.0:
45724583
version "1.6.0"
@@ -13352,7 +13363,7 @@ uncrypto@^0.1.3:
1335213363
resolved "https://registry.yarnpkg.com/uncrypto/-/uncrypto-0.1.3.tgz#e1288d609226f2d02d8d69ee861fa20d8348ef2b"
1335313364
integrity sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==
1335413365

13355-
undici-types@~5.26.4:
13366+
undici-types@^5.26.4, undici-types@~5.26.4:
1335613367
version "5.26.5"
1335713368
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1335813369
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

0 commit comments

Comments
 (0)