File tree 5 files changed +20
-23
lines changed
5 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 26
26
},
27
27
"dependencies" : {
28
28
"web-encoding" : " 1.1.5" ,
29
- "@web-std/stream" : " 1.0.0 "
29
+ "@web-std/stream" : " ^ 1.0.3 "
30
30
},
31
31
"author" :
" Irakli Gozalishvili <[email protected] > (https://gozala.io)" ,
32
32
"repository" : " https://github.com/web-std/io" ,
33
33
"license" : " MIT" ,
34
34
"devDependencies" : {
35
35
"@types/node" : " 15.0.2" ,
36
- "@web-std/fetch" : " ^3.0.0 " ,
36
+ "@web-std/fetch" : " ^4.2.1 " ,
37
37
"git-validate" : " 2.2.4" ,
38
38
"husky" : " ^6.0.0" ,
39
39
"lint-staged" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 78
78
"@types/chai-string" : " ^1.4.2" ,
79
79
"@types/mocha" : " ^9.1.0" ,
80
80
"abort-controller" : " ^3.0.0" ,
81
- "@web-std/file" : " ^3.0.2 " ,
81
+ "@web-std/file" : " ^3.0.3 " ,
82
82
"abortcontroller-polyfill" : " ^1.7.1" ,
83
83
"busboy" : " ^0.3.1" ,
84
84
"c8" : " ^7.3.0" ,
98
98
"xo" : " ^0.33.1"
99
99
},
100
100
"dependencies" : {
101
- "@web-std/blob" : " ^3.0.3 " ,
102
- "@web-std/file" : " ^3.0.2 " ,
103
- "@web-std/form-data" : " ^3.0.2 " ,
104
- "@web-std/stream" : " ^1.0.1 " ,
101
+ "@web-std/blob" : " ^3.0.5 " ,
102
+ "@web-std/file" : " ^3.0.3 " ,
103
+ "@web-std/form-data" : " ^3.1.0 " ,
104
+ "@web-std/stream" : " ^1.0.3 " ,
105
105
"@web3-storage/multipart-parser" : " ^1.0.0" ,
106
106
"abort-controller" : " ^3.0.0" ,
107
107
"data-uri-to-buffer" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 30
30
}
31
31
},
32
32
"dependencies" : {
33
- "@web-std/blob" : " ^3.0.3 "
33
+ "@web-std/blob" : " ^3.0.5 "
34
34
},
35
35
"author" :
" Irakli Gozalishvili <[email protected] > (https://gozala.io)" ,
36
36
"repository" : " https://github.com/web-std/io" ,
37
37
"license" : " MIT" ,
38
38
"devDependencies" : {
39
39
"@types/node" : " 15.0.2" ,
40
- "@web-std/fetch" : " ^3.0.0 " ,
40
+ "@web-std/fetch" : " ^4.2.1 " ,
41
41
"git-validate" : " 2.2.4" ,
42
42
"husky" : " ^6.0.0" ,
43
43
"lint-staged" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 35
35
"license" : " MIT" ,
36
36
"devDependencies" : {
37
37
"@types/node" : " 15.0.2" ,
38
- "@web-std/blob" : " ^3.0.0 " ,
39
- "@web-std/fetch" : " ^3.0.0 " ,
40
- "@web-std/file" : " ^3.0.0 " ,
38
+ "@web-std/blob" : " ^3.0.5 " ,
39
+ "@web-std/fetch" : " ^4.2.1 " ,
40
+ "@web-std/file" : " ^3.0.3 " ,
41
41
"git-validate" : " 2.2.4" ,
42
42
"husky" : " ^6.0.0" ,
43
43
"lint-staged" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 491
491
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
492
492
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
493
493
494
- " @web-std/fetch@^3.0.0 " :
495
- version "3.0.3 "
496
- resolved "https://registry.yarnpkg.com /@web-std/fetch/-/fetch-3.0.3 .tgz#507e1371825298aae61172b0da439570437d3982 "
497
- integrity sha512-PtaKr6qvw2AmKChugzhQWuTa12dpbogHRBxwcleAZ35UhWucnfD4N+g3f7qYK2OeioSWTK3yMf6n/kOOfqxHaQ ==
494
+ " @web-std/fetch@^4.2.1 " :
495
+ version "4.2.1 "
496
+ resolved "https://registry.npmjs.org /@web-std/fetch/-/fetch-4.2.1 .tgz#692c5545787081217fce3c024708fa8979c21f9c "
497
+ integrity sha512-M6sgHDgKegcjuVsq8J6jb/4XvhPGui8uwp3EIoADGXUnBl9vKzKLk9H9iFzrPJ6fSV6zZzFWXPyziBJp9hxzBA ==
498
498
dependencies :
499
499
" @web-std/blob" " ^3.0.3"
500
+ " @web-std/file" " ^3.0.2"
500
501
" @web-std/form-data" " ^3.0.2"
502
+ " @web-std/stream" " ^1.0.1"
501
503
" @web3-storage/multipart-parser" " ^1.0.0"
504
+ abort-controller "^3.0.0"
502
505
data-uri-to-buffer "^3.0.1"
503
-
504
-
505
- version "1.0.0"
506
- resolved "https://registry.yarnpkg.com/@web-std/stream/-/stream-1.0.0.tgz#01066f40f536e4329d9b696dc29872f3a14b93c1"
507
- integrity sha512-jyIbdVl+0ZJyKGTV0Ohb9E6UnxP+t7ZzX4Do3AHjZKxUXKMs9EmqnBDQgHF7bEw0EzbQygOjtt/7gvtmi//iCQ==
508
- dependencies :
509
- web-streams-polyfill "^3.1.1"
506
+ mrmime "^1.0.0"
510
507
511
508
" @web3-storage/multipart-parser@^1.0.0 " :
512
509
version "1.0.0"
You can’t perform that action at this time.
0 commit comments