Skip to content

Commit ad13293

Browse files
authored
Merge pull request #96 from Linux123123/dependabot/npm_and_yarn/undici-5.26.3
build(deps): bump undici from 5.25.2 to 5.26.3
2 parents 90ddd49 + ebd184c commit ad13293

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

yarn.lock

+9-16
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
minimatch "^3.1.2"
1818
strip-json-comments "^3.1.1"
1919

20+
"@fastify/busboy@^2.0.0":
21+
version "2.0.0"
22+
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.0.0.tgz#f22824caff3ae506b18207bad4126dbc6ccdb6b8"
23+
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==
24+
2025
"@humanwhocodes/config-array@^0.11.8":
2126
version "0.11.8"
2227
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
@@ -252,13 +257,6 @@ braces@^3.0.2:
252257
dependencies:
253258
fill-range "^7.0.1"
254259

255-
busboy@^1.6.0:
256-
version "1.6.0"
257-
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
258-
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
259-
dependencies:
260-
streamsearch "^1.1.0"
261-
262260
callsites@^3.0.0:
263261
version "3.1.0"
264262
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -1019,11 +1017,6 @@ stream-combiner@~0.0.4:
10191017
dependencies:
10201018
duplexer "~0.1.1"
10211019

1022-
streamsearch@^1.1.0:
1023-
version "1.1.0"
1024-
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
1025-
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
1026-
10271020
string-argv@^0.3.1:
10281021
version "0.3.1"
10291022
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
@@ -1115,11 +1108,11 @@ typescript@^4.9.5:
11151108
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
11161109

11171110
undici@^5.18.0:
1118-
version "5.25.2"
1119-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.25.2.tgz#17ddc3e8ab3c77e473ae1547f3f2917a05da2820"
1120-
integrity sha512-tch8RbCfn1UUH1PeVCXva4V8gDpGAud/w0WubD6sHC46vYQ3KDxL+xv1A2UxK0N6jrVedutuPHxe1XIoqerwMw==
1111+
version "5.26.3"
1112+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.26.3.tgz#ab3527b3d5bb25b12f898dfd22165d472dd71b79"
1113+
integrity sha512-H7n2zmKEWgOllKkIUkLvFmsJQj062lSm3uA4EYApG8gLuiOM0/go9bIoC3HVaSnfg4xunowDE2i9p8drkXuvDw==
11211114
dependencies:
1122-
busboy "^1.6.0"
1115+
"@fastify/busboy" "^2.0.0"
11231116

11241117
uri-js@^4.2.2:
11251118
version "4.4.1"

0 commit comments

Comments
 (0)