Skip to content

Commit 38927db

Browse files
Bump undici from 5.21.0 to 5.26.2
Bumps [undici](https://github.com/nodejs/undici) from 5.21.0 to 5.26.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.21.0...v5.26.2) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e1e04b commit 38927db

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,11 @@
559559
minimatch "^3.0.4"
560560
strip-json-comments "^3.1.1"
561561

562+
"@fastify/busboy@^2.0.0":
563+
version "2.0.0"
564+
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.0.0.tgz#f22824caff3ae506b18207bad4126dbc6ccdb6b8"
565+
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==
566+
562567
"@humanwhocodes/config-array@^0.9.2":
563568
version "0.9.5"
564569
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
@@ -1286,13 +1291,6 @@ buffer-from@^1.0.0:
12861291
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
12871292
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
12881293

1289-
busboy@^1.6.0:
1290-
version "1.6.0"
1291-
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
1292-
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
1293-
dependencies:
1294-
streamsearch "^1.1.0"
1295-
12961294
callsites@^3.0.0:
12971295
version "3.1.0"
12981296
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -2910,11 +2908,6 @@ stack-utils@^2.0.3:
29102908
dependencies:
29112909
escape-string-regexp "^2.0.0"
29122910

2913-
streamsearch@^1.1.0:
2914-
version "1.1.0"
2915-
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
2916-
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
2917-
29182911
string-length@^4.0.1:
29192912
version "4.0.2"
29202913
resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"
@@ -3094,11 +3087,11 @@ typescript@^5.0.4:
30943087
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
30953088

30963089
undici@^5.21.0:
3097-
version "5.21.0"
3098-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.21.0.tgz#b00dfc381f202565ab7f52023222ab862bb2494f"
3099-
integrity sha512-HOjK8l6a57b2ZGXOcUsI5NLfoTrfmbOl90ixJDl0AEFG4wgHNDQxtZy15/ZQp7HhjkpaGlp/eneMgtsu1dIlUA==
3090+
version "5.26.2"
3091+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.26.2.tgz#fa61bfe40f732540d15e58b0c1271872d8e3c995"
3092+
integrity sha512-a4PDLQgLTPHVzOK+x3F79/M4GtyYPl+aX9AAK7aQxpwxDwCqkeZCScy7Gk5kWT3JtdFq1uhO3uZJdLtHI4dK9A==
31003093
dependencies:
3101-
busboy "^1.6.0"
3094+
"@fastify/busboy" "^2.0.0"
31023095

31033096
update-browserslist-db@^1.0.13:
31043097
version "1.0.13"

0 commit comments

Comments
 (0)