Skip to content

Commit

Permalink
Merge pull request #404 from chromaui/fix-node-fetch
Browse files Browse the repository at this point in the history
Fix the version of `node-fetch` to `2.6.0` due to a bug in `2.6.3`
  • Loading branch information
tmeasday committed Sep 21, 2021
2 parents 73e4d5f + 34bc1f7 commit 63ab6c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -95,7 +95,7 @@
"meow": "^8.0.0",
"no-proxy": "^1.0.3",
"node-ask": "^1.0.1",
"node-fetch": "^2.6.0",
"node-fetch": "2.6.0",
"node-loggly-bulk": "^2.2.4",
"p-limit": "3.1.0",
"picomatch": "2.2.2",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -8984,7 +8984,12 @@ node-dir@^0.1.10:
dependencies:
minimatch "^3.0.2"

node-fetch@^2.6.0, node-fetch@^2.6.1:
node-fetch@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==

node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
Expand Down

0 comments on commit 63ab6c9

Please sign in to comment.