Skip to content

Commit d41dac1

Browse files
Update dependency undici to v7
1 parent 7a6e4d1 commit d41dac1

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

actions/package-release/package.json

+1-1
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": "7.9.0"
2828
}
2929
}

actions/package-release/yarn.lock

+4-18
Original file line numberDiff line numberDiff line change
@@ -446,13 +446,6 @@ builtins@^5.0.1:
446446
dependencies:
447447
semver "^7.0.0"
448448

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-
456449
call-bind@^1.0.0, call-bind@^1.0.2:
457450
version "1.0.2"
458451
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -2049,11 +2042,6 @@ sprintf-js@^1.1.1:
20492042
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"
20502043
integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==
20512044

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-
20572045
string.prototype.matchall@^4.0.6:
20582046
version "4.0.8"
20592047
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
@@ -2231,12 +2219,10 @@ underscore.string@~3.3.4:
22312219
sprintf-js "^1.1.1"
22322220
util-deprecate "^1.0.2"
22332221

2234-
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==
2238-
dependencies:
2239-
busboy "^1.6.0"
2222+
2223+
version "7.9.0"
2224+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.9.0.tgz#09266190e9281cb049ba79ca6a5ec9372175dfd9"
2225+
integrity sha512-e696y354tf5cFZPXsF26Yg+5M63+5H3oE6Vtkh2oqbvsE2Oe7s2nIbcQh5lmG7Lp/eS29vJtTpw9+p6PX0qNSg==
22402226

22412227
universalify@^0.1.0:
22422228
version "0.1.2"

0 commit comments

Comments
 (0)