Skip to content

Commit

Permalink
fix(vulnerability): get rid of node-fetch dependency vulnerability (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier committed Sep 30, 2020
1 parent 886198d commit fec200e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5534,9 +5534,9 @@ node-fetch-npm@^2.0.2:
safe-buffer "^5.1.1"

node-fetch@^2.3.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

node-gyp@^5.0.2, node-gyp@^5.1.0:
version "5.1.0"
Expand Down

0 comments on commit fec200e

Please sign in to comment.