Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 57a1499

Browse files
committed
more explicit node-fetch version
1 parent 80d4d20 commit 57a1499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@ethersproject/providers": "^5.5.0",
7070
"@ethersproject/units": "^5.5.0",
7171
"form-data": "^4.0.0",
72-
"node-fetch": "^2",
72+
"node-fetch": "^2.6.5",
7373
"ts-enum-util": "^4.0.2"
7474
},
7575
"bugs": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4199,7 +4199,7 @@ node-addon-api@^3.2.1:
41994199
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161"
42004200
integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==
42014201

4202-
node-fetch@^2:
4202+
node-fetch@^2.6.5:
42034203
version "2.6.5"
42044204
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
42054205
integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==

0 commit comments

Comments
 (0)