Skip to content

Commit b881067

Browse files
committed
fix: run manypkg fix
1 parent b0bfa15 commit b881067

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

packages/blob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"dependencies": {
28-
"@web-std/stream": "1.0.2",
28+
"@web-std/stream": "1.0.3",
2929
"web-encoding": "1.1.5"
3030
},
3131
"author": "Irakli Gozalishvili <[email protected]> (https://gozala.io)",

packages/fetch/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@
7777
"@types/chai-as-promised": "^7.1.5",
7878
"@types/chai-string": "^1.4.2",
7979
"@types/mocha": "^9.1.0",
80-
"abort-controller": "^3.0.0",
81-
"@web-std/file": "^3.0.2",
8280
"abortcontroller-polyfill": "^1.7.1",
8381
"busboy": "^0.3.1",
8482
"c8": "^7.3.0",
@@ -101,7 +99,7 @@
10199
"@web-std/blob": "^3.0.3",
102100
"@web-std/file": "^3.0.2",
103101
"@web-std/form-data": "^3.0.2",
104-
"@web-std/stream": "^1.0.1",
102+
"@web-std/stream": "^1.0.3",
105103
"@web3-storage/multipart-parser": "^1.0.0",
106104
"abort-controller": "^3.0.0",
107105
"data-uri-to-buffer": "^3.0.1",

yarn.lock

-17
Original file line numberDiff line numberDiff line change
@@ -778,23 +778,6 @@
778778
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
779779
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
780780

781-
"@web-std/fetch@^3.0.0":
782-
version "3.0.3"
783-
resolved "https://registry.yarnpkg.com/@web-std/fetch/-/fetch-3.0.3.tgz#507e1371825298aae61172b0da439570437d3982"
784-
integrity sha512-PtaKr6qvw2AmKChugzhQWuTa12dpbogHRBxwcleAZ35UhWucnfD4N+g3f7qYK2OeioSWTK3yMf6n/kOOfqxHaQ==
785-
dependencies:
786-
"@web-std/blob" "^3.0.3"
787-
"@web-std/form-data" "^3.0.2"
788-
"@web3-storage/multipart-parser" "^1.0.0"
789-
data-uri-to-buffer "^3.0.1"
790-
791-
"@web-std/[email protected]":
792-
version "1.0.0"
793-
resolved "https://registry.yarnpkg.com/@web-std/stream/-/stream-1.0.0.tgz#01066f40f536e4329d9b696dc29872f3a14b93c1"
794-
integrity sha512-jyIbdVl+0ZJyKGTV0Ohb9E6UnxP+t7ZzX4Do3AHjZKxUXKMs9EmqnBDQgHF7bEw0EzbQygOjtt/7gvtmi//iCQ==
795-
dependencies:
796-
web-streams-polyfill "^3.1.1"
797-
798781
"@web3-storage/multipart-parser@^1.0.0":
799782
version "1.0.0"
800783
resolved "https://registry.yarnpkg.com/@web3-storage/multipart-parser/-/multipart-parser-1.0.0.tgz#6b69dc2a32a5b207ba43e556c25cc136a56659c4"

0 commit comments

Comments
 (0)