diff --git a/functions/package.json b/functions/package.json index 57070c3..640e807 100644 --- a/functions/package.json +++ b/functions/package.json @@ -5,7 +5,7 @@ "express": "^4.17.1", "firebase-admin": "^8.4.0", "firebase-functions": "^3.2.0", - "node-fetch": "^2.6.0" + "node-fetch": "^2.6.1" }, "description": "OAuth proxy for managed cloud-computer instances.", "devDependencies": { diff --git a/functions/yarn.lock b/functions/yarn.lock index 3cbca10..988f969 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -4384,10 +4384,10 @@ nock@^10.0.6: qs "^6.5.1" semver "^5.5.0" -node-fetch@^2.2.0, node-fetch@^2.3.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.2.0, node-fetch@^2.3.0, 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"