Skip to content

Commit cc0cf4c

Browse files
chore: bump undici from 5.8.1 to 5.19.1 (#50)
Bumps [undici](https://github.com/nodejs/undici) from 5.8.1 to 5.19.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.8.1...v5.19.1) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdac387 commit cc0cf4c

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

yarn.lock

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,13 @@ builtins@^5.0.0:
824824
dependencies:
825825
semver "^7.0.0"
826826

827+
busboy@^1.6.0:
828+
version "1.6.0"
829+
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
830+
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
831+
dependencies:
832+
streamsearch "^1.1.0"
833+
827834
c8@^7.12.0:
828835
version "7.12.0"
829836
resolved "https://registry.npmjs.org/c8/-/c8-7.12.0.tgz#402db1c1af4af5249153535d1c84ad70c5c96b14"
@@ -3781,6 +3788,11 @@ stream-combiner2@~1.1.1:
37813788
duplexer2 "~0.1.0"
37823789
readable-stream "^2.0.2"
37833790

3791+
streamsearch@^1.1.0:
3792+
version "1.1.0"
3793+
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
3794+
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
3795+
37843796
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
37853797
version "4.2.3"
37863798
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -4047,9 +4059,11 @@ uglify-js@^3.1.4:
40474059
integrity sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==
40484060

40494061
undici@^5.4.0:
4050-
version "5.8.1"
4051-
resolved "https://registry.npmjs.org/undici/-/undici-5.8.1.tgz#511d43ff6be02f84ec2513ae7f4b07c589319272"
4052-
integrity sha512-iDRmWX4Zar/4A/t+1LrKQRm102zw2l9Wgat3LtTlTn8ykvMZmAmpq9tjyHEigx18FsY7IfATvyN3xSw9BDz0eA==
4062+
version "5.19.1"
4063+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.19.1.tgz#92b1fd3ab2c089b5a6bd3e579dcda8f1934ebf6d"
4064+
integrity sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==
4065+
dependencies:
4066+
busboy "^1.6.0"
40534067

40544068
unique-filename@^1.1.1:
40554069
version "1.1.1"

0 commit comments

Comments
 (0)