diff --git a/socrata-etl/package.json b/socrata-etl/package.json index defc942..63ad6a1 100644 --- a/socrata-etl/package.json +++ b/socrata-etl/package.json @@ -12,7 +12,7 @@ "camelcase": "^6.0.0", "cheerio": "^1.0.0-rc.3", "fs-extra": "^9.0.0", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "request": "^2.88.2", "request-promise": "^4.2.5", "slugify": "^1.4.0" diff --git a/socrata-etl/yarn.lock b/socrata-etl/yarn.lock index e55dcb9..2734cc5 100644 --- a/socrata-etl/yarn.lock +++ b/socrata-etl/yarn.lock @@ -360,10 +360,10 @@ mime-types@^2.1.12, mime-types@~2.1.19: dependencies: mime-db "1.43.0" -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== nth-check@~1.0.1: version "1.0.2"