From 57047cd0e3b43a558a5d168942b8699ff33f82cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 09:16:05 +0000 Subject: [PATCH] fix(deps): bump firebase-functions from 3.24.1 to 4.4.1 Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 3.24.1 to 4.4.1. - [Release notes](https://github.com/firebase/firebase-functions/releases) - [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json) - [Commits](https://github.com/firebase/firebase-functions/compare/v3.24.1...v4.4.1) --- updated-dependencies: - dependency-name: firebase-functions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../firebase-auth-ext/functions/package.json | 2 +- demos/firebase-proxy/functions/package.json | 2 +- .../functions/package.json | 2 +- .../functions/package.json | 2 +- yarn.lock | 48 +++++++++++++++++-- 5 files changed, 47 insertions(+), 9 deletions(-) diff --git a/demos/firebase-auth-ext/functions/package.json b/demos/firebase-auth-ext/functions/package.json index 260b86b128..695e8ee5d5 100644 --- a/demos/firebase-auth-ext/functions/package.json +++ b/demos/firebase-auth-ext/functions/package.json @@ -12,7 +12,7 @@ "main": "lib/index.js", "dependencies": { "firebase-admin": "^10.3.0", - "firebase-functions": "^3.18.0" + "firebase-functions": "^4.4.1" }, "devDependencies": { "@firebase/app-types": "^0.8.1", diff --git a/demos/firebase-proxy/functions/package.json b/demos/firebase-proxy/functions/package.json index e0416744f4..1c862f3e4b 100644 --- a/demos/firebase-proxy/functions/package.json +++ b/demos/firebase-proxy/functions/package.json @@ -17,7 +17,7 @@ "main": "lib/index.js", "dependencies": { "firebase-admin": "^10.0.2", - "firebase-functions": "^3.18.0", + "firebase-functions": "^4.4.1", "firebase-functions-rate-limiter": "^3.9.1", "moralis": "^2.22.4" }, diff --git a/demos/firebase-streams-ext/functions/package.json b/demos/firebase-streams-ext/functions/package.json index f545f56fd2..43574a1f20 100644 --- a/demos/firebase-streams-ext/functions/package.json +++ b/demos/firebase-streams-ext/functions/package.json @@ -13,7 +13,7 @@ "main": "lib/index.js", "dependencies": { "firebase-admin": "^10.3.0", - "firebase-functions": "^3.18.0" + "firebase-functions": "^4.4.1" }, "devDependencies": { "@firebase/app-types": "^0.8.1", diff --git a/demos/firebase-streams-monitor/functions/package.json b/demos/firebase-streams-monitor/functions/package.json index 66e6882b24..b17ed752b5 100644 --- a/demos/firebase-streams-monitor/functions/package.json +++ b/demos/firebase-streams-monitor/functions/package.json @@ -16,7 +16,7 @@ "main": "lib/index.js", "dependencies": { "firebase-admin": "^10.0.2", - "firebase-functions": "^3.18.0", + "firebase-functions": "^4.4.1", "moralis": "^2.9.0", "telegraf": "^4.11.2" }, diff --git a/yarn.lock b/yarn.lock index a30eb8e24f..7d2a4a8609 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15861,7 +15861,7 @@ __metadata: eslint: ^8.32.0 eslint-plugin-etc: ^2.0.2 firebase-admin: ^10.3.0 - firebase-functions: ^3.18.0 + firebase-functions: ^4.4.1 firebase-functions-test: ^0.2.0 typescript: ^4.9.4 languageName: unknown @@ -15937,7 +15937,7 @@ __metadata: eslint-plugin-etc: ^2.0.2 eslint-plugin-import: ^2.27.5 firebase-admin: ^10.0.2 - firebase-functions: ^3.18.0 + firebase-functions: ^4.4.1 firebase-functions-rate-limiter: ^3.9.1 firebase-functions-test: ^0.2.0 moralis: ^2.22.4 @@ -15956,7 +15956,7 @@ __metadata: eslint: ^8.32.0 eslint-plugin-etc: ^2.0.2 firebase-admin: ^10.3.0 - firebase-functions: ^3.18.0 + firebase-functions: ^4.4.1 firebase-functions-test: ^0.2.0 ngrok: ^4.3.3 typescript: ^4.9.4 @@ -19022,7 +19022,7 @@ __metadata: languageName: node linkType: hard -"firebase-functions@npm:^3.18.0, firebase-functions@npm:^3.21.2": +"firebase-functions@npm:^3.21.2": version: 3.24.1 resolution: "firebase-functions@npm:3.24.1" dependencies: @@ -19040,6 +19040,24 @@ __metadata: languageName: node linkType: hard +"firebase-functions@npm:^4.4.1": + version: 4.4.1 + resolution: "firebase-functions@npm:4.4.1" + dependencies: + "@types/cors": ^2.8.5 + "@types/express": 4.17.3 + cors: ^2.8.5 + express: ^4.17.1 + node-fetch: ^2.6.7 + protobufjs: ^7.2.2 + peerDependencies: + firebase-admin: ^10.0.0 || ^11.0.0 + bin: + firebase-functions: lib/bin/firebase-functions.js + checksum: 27e912228b7604de860abae071083af9531ef90ff5f14d3ff5559f1d8cc375d8ef77c85b65cb85ac2486a1f2fe61768172c8c8b21994bff3a05370646bfe46a0 + languageName: node + linkType: hard + "firebase@npm:^9.15.0": version: 9.15.0 resolution: "firebase@npm:9.15.0" @@ -19484,7 +19502,7 @@ __metadata: eslint-config-google: ^0.14.0 eslint-plugin-import: ^2.27.5 firebase-admin: ^10.0.2 - firebase-functions: ^3.18.0 + firebase-functions: ^4.4.1 firebase-functions-test: ^0.2.0 moralis: ^2.9.0 telegraf: ^4.11.2 @@ -28858,6 +28876,26 @@ __metadata: languageName: node linkType: hard +"protobufjs@npm:^7.2.2": + version: 7.2.4 + resolution: "protobufjs@npm:7.2.4" + dependencies: + "@protobufjs/aspromise": ^1.1.2 + "@protobufjs/base64": ^1.1.2 + "@protobufjs/codegen": ^2.0.4 + "@protobufjs/eventemitter": ^1.1.0 + "@protobufjs/fetch": ^1.1.0 + "@protobufjs/float": ^1.0.2 + "@protobufjs/inquire": ^1.1.0 + "@protobufjs/path": ^1.1.2 + "@protobufjs/pool": ^1.1.0 + "@protobufjs/utf8": ^1.1.0 + "@types/node": ">=13.7.0" + long: ^5.0.0 + checksum: a952cdf2a5e5250c16ae651b570849b6f5b20a5475c3eef63ffb290ad239aa2916adfc1cc676f7fc93c69f48113df268761c0c246f7f023118c85bdd1a170044 + languageName: node + linkType: hard + "proxy-addr@npm:~2.0.7": version: 2.0.7 resolution: "proxy-addr@npm:2.0.7"