Skip to content

Commit

Permalink
chore: upgrade node-fetch from 3.2.3 to 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRibeiro authored Sep 28, 2022
2 parents 749b020 + ebe317e commit 8a5fc3a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
14 changes: 7 additions & 7 deletions sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mocha": "^9.1.3",
"node-fetch": "^3.1.0",
"node-fetch": "^3.2.5",
"yaml": "^1.10.2"
}
}
11 changes: 10 additions & 1 deletion sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ node-domexception@^1.0.0:
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==

node-fetch@*, node-fetch@^3.1.0:
node-fetch@*:
version "3.2.3"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.3.tgz#a03c9cc2044d21d1a021566bd52f080f333719a6"
integrity sha512-AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA==
Expand All @@ -2904,6 +2904,15 @@ node-fetch@*, node-fetch@^3.1.0:
fetch-blob "^3.1.4"
formdata-polyfill "^4.0.10"

node-fetch@^3.2.5:
version "3.2.10"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"
integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.4"
formdata-polyfill "^4.0.10"

node-int64@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
Expand Down

0 comments on commit 8a5fc3a

Please sign in to comment.