Upgrade node-fetch to fix vulnerability alert

Summary: Upgrade node-fetch to ^2.6.1 to fix vulnerability alert

Reviewed By: jknoxville

Differential Revision: D25123102

fbshipit-source-id: cb2725707040f5293d0e4f4aed8235e239436483
This commit is contained in:
Anton Nikolaev
2020-11-20 09:36:59 -08:00
committed by Facebook GitHub Bot
parent b86cb88939
commit 4b10f39ebb
5 changed files with 15 additions and 58 deletions

View File

@@ -8,7 +8,7 @@
"main": "index.tsx",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.3.0",
"node-fetch": "^2.6.1",
"redux": "^4.0.0",
"remote-redux-devtools": "^0.5.16",
"ws": "^7.3.0",