diff --git a/config/functions/package.json b/config/functions/package.json index e78931ebdea..aae39505fea 100644 --- a/config/functions/package.json +++ b/config/functions/package.json @@ -4,7 +4,7 @@ "dependencies": { "cors": "2.8.5", "firebase-admin": "10.1.0", - "firebase-functions": "3.20.0" + "firebase-functions": "3.20.1" }, "private": true, "engines": { diff --git a/package.json b/package.json index 4db60cff168..a13cafc5011 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "eslint-plugin-unused-imports": "2.0.0", "express": "4.17.1", "find-free-port": "2.0.0", - "firebase-functions": "3.20.0", + "firebase-functions": "3.20.1", "firebase-tools": "9.23.3", "glob": "7.2.0", "http-server": "14.1.0", diff --git a/packages/auth-compat/demo/functions/package.json b/packages/auth-compat/demo/functions/package.json index f26acf32c74..f0bd679d060 100644 --- a/packages/auth-compat/demo/functions/package.json +++ b/packages/auth-compat/demo/functions/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "firebase-admin": "10.1.0", - "firebase-functions": "3.20.0" + "firebase-functions": "3.20.1" }, "private": true } diff --git a/packages/auth/demo/functions/package.json b/packages/auth/demo/functions/package.json index a46c3f1564f..cb83be41d46 100644 --- a/packages/auth/demo/functions/package.json +++ b/packages/auth/demo/functions/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "firebase-admin": "10.1.0", - "firebase-functions": "3.20.0" + "firebase-functions": "3.20.1" }, "private": true, "engines": { diff --git a/packages/rules-unit-testing/functions/package.json b/packages/rules-unit-testing/functions/package.json index 1f067c5ef4e..d7179909674 100644 --- a/packages/rules-unit-testing/functions/package.json +++ b/packages/rules-unit-testing/functions/package.json @@ -9,6 +9,6 @@ "private": true, "dependencies": { "firebase-admin": "10.1.0", - "firebase-functions": "3.20.0" + "firebase-functions": "3.20.1" } } diff --git a/yarn.lock b/yarn.lock index 147f9b3106c..368a9868e2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7745,10 +7745,10 @@ fined@^1.0.1: object.pick "^1.2.0" parse-filepath "^1.0.1" -firebase-functions@3.20.0: - version "3.20.0" - resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.20.0.tgz#78945c167ac4a5c150cd3f40b1672a1060b11c1a" - integrity sha512-Srh2iW/A24ia1CUfSIz5wRxCCFN2cQX6cg6whM0zAnoJs2oBwrI8PUfB4ZKDM7alBZSwXGHJbEw+4P/gC0npUg== +firebase-functions@3.20.1: + version "3.20.1" + resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.20.1.tgz#d7c6aa7aaa91d39d55347c4cd3e72e9b9bfe5988" + integrity sha512-x8TEWOsaUnytsNBkrpraa2pOokdjMaGnOkcKdC6HDX/tvlBxrdNpvAMc+Vu/u0lzow9Hs+W+3jEe6Ss4duIz6g== dependencies: "@types/cors" "^2.8.5" "@types/express" "4.17.3"