Skip to content

Commit e8ae4e5

Browse files
authored
chore: bump fetch versions
1 parent 72ec02c commit e8ae4e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: packages/fetch/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-std/fetch",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Web compatible Fetch API implementation for node.js",
55
"main": "./dist/index.cjs",
66
"module": "./src/index.js",
@@ -92,8 +92,8 @@
9292
"typescript": "^4.4.4"
9393
},
9494
"dependencies": {
95-
"@web-std/blob": "^3.0.0",
96-
"@web-std/form-data": "^3.0.0",
95+
"@web-std/blob": "^3.0.3",
96+
"@web-std/form-data": "^3.0.2",
9797
"data-uri-to-buffer": "^3.0.1",
9898
"@web3-storage/multipart-parser": "^1.0.0"
9999
},

0 commit comments

Comments
 (0)