File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,13 @@ builtins@^5.0.0:
824
824
dependencies :
825
825
semver "^7.0.0"
826
826
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
+
827
834
c8@^7.12.0 :
828
835
version "7.12.0"
829
836
resolved "https://registry.npmjs.org/c8/-/c8-7.12.0.tgz#402db1c1af4af5249153535d1c84ad70c5c96b14"
@@ -3781,6 +3788,11 @@ stream-combiner2@~1.1.1:
3781
3788
duplexer2 "~0.1.0"
3782
3789
readable-stream "^2.0.2"
3783
3790
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
+
3784
3796
" string-width@^1.0.2 || 2 || 3 || 4" , string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3785
3797
version "4.2.3"
3786
3798
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -4047,9 +4059,11 @@ uglify-js@^3.1.4:
4047
4059
integrity sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==
4048
4060
4049
4061
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"
4053
4067
4054
4068
unique-filename@^1.1.1 :
4055
4069
version "1.1.1"
You can’t perform that action at this time.
0 commit comments