Skip to content

Commit cea361c

Browse files
fix(deps): update dependency node-fetch to v2.6.9 (#273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e460af commit cea361c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"aggregate-error": "3.0.1",
2525
"debug": "4.1.1",
2626
"node-emoji": "1.10.0",
27-
"node-fetch": "2.6.8",
27+
"node-fetch": "2.6.9",
2828
"read-pkg-up": "5.0.0"
2929
},
3030
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5891,10 +5891,10 @@ node-fetch-npm@^2.0.2:
58915891
json-parse-better-errors "^1.0.0"
58925892
safe-buffer "^5.1.1"
58935893

5894-
5895-
version "2.6.8"
5896-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.8.tgz#a68d30b162bc1d8fd71a367e81b997e1f4d4937e"
5897-
integrity sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==
5894+
5895+
version "2.6.9"
5896+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"
5897+
integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==
58985898
dependencies:
58995899
whatwg-url "^5.0.0"
59005900

0 commit comments

Comments
 (0)