diff --git a/functions/package.json b/functions/package.json index e4a4d68..cc474d8 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "@types/node-fetch": "^2.1.2", "firebase-admin": "~6.0.0", "firebase-functions": "^2.0.3", - "node-fetch": "^2.2.0" + "node-fetch": "^2.6.1" }, "devDependencies": { "tslint": "~5.8.0", diff --git a/functions/yarn.lock b/functions/yarn.lock index d129e2a..2c1aef8 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -2173,10 +2173,10 @@ negotiator@0.6.1: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= -node-fetch@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.2.0.tgz#4ee79bde909262f9775f731e3656d0db55ced5b5" - integrity sha512-OayFWziIxiHY8bCUyLX6sTpDH8Jsbp4FfYd1j1f7vZyfgkcOnAyM4oQR16f8a0s7Gl/viMGRey8eScYk4V4EZA== +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== node-forge@0.7.4: version "0.7.4"