Skip to content

Commit c7ad5d6

Browse files
Update dependency undici to v5.26.5
1 parent 5096aa7 commit c7ad5d6

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

actions/package-release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"gitmojis": "3.13.5",
2525
"semver": "7.5.1",
2626
"simple-git": "3.19.1",
27-
"undici": "5.23.0"
27+
"undici": "5.26.5"
2828
}
2929
}

actions/package-release/yarn.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
6161
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
6262

63+
"@fastify/busboy@^2.0.0":
64+
version "2.0.0"
65+
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.0.0.tgz#f22824caff3ae506b18207bad4126dbc6ccdb6b8"
66+
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==
67+
6368
"@glimmer/[email protected]":
6469
version "0.1.7"
6570
resolved "https://registry.yarnpkg.com/@glimmer/env/-/env-0.1.7.tgz#fd2d2b55a9029c6b37a6c935e8c8871ae70dfa07"
@@ -446,13 +451,6 @@ builtins@^5.0.1:
446451
dependencies:
447452
semver "^7.0.0"
448453

449-
busboy@^1.6.0:
450-
version "1.6.0"
451-
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
452-
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
453-
dependencies:
454-
streamsearch "^1.1.0"
455-
456454
call-bind@^1.0.0, call-bind@^1.0.2:
457455
version "1.0.2"
458456
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -2049,11 +2047,6 @@ sprintf-js@^1.1.1:
20492047
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"
20502048
integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==
20512049

2052-
streamsearch@^1.1.0:
2053-
version "1.1.0"
2054-
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
2055-
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
2056-
20572050
string.prototype.matchall@^4.0.6:
20582051
version "4.0.8"
20592052
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
@@ -2231,12 +2224,12 @@ underscore.string@~3.3.4:
22312224
sprintf-js "^1.1.1"
22322225
util-deprecate "^1.0.2"
22332226

2234-
undici@5.23.0:
2235-
version "5.23.0"
2236-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.23.0.tgz#e7bdb0ed42cebe7b7aca87ced53e6eaafb8f8ca0"
2237-
integrity sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==
2227+
undici@5.26.5:
2228+
version "5.26.5"
2229+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.26.5.tgz#f6dc8c565e3cad8c4475b187f51a13e505092838"
2230+
integrity sha512-cSb4bPFd5qgR7qr2jYAi0hlX9n5YKK2ONKkLFkxl+v/9BvC0sOpZjBHDBSXc5lWAf5ty9oZdRXytBIHzgUcerw==
22382231
dependencies:
2239-
busboy "^1.6.0"
2232+
"@fastify/busboy" "^2.0.0"
22402233

22412234
universalify@^0.1.0:
22422235
version "0.1.2"

0 commit comments

Comments
 (0)