From 3c06f113753ce48c55da47585aa21500e2c7d4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 16:39:26 +0000 Subject: [PATCH] Bump firebase-functions from 3.16.0 to 3.18.1 in /functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 3.16.0 to 3.18.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.16.0...v3.18.1) --- updated-dependencies: - dependency-name: firebase-functions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 17 ++++++++++------- functions/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index fe8fe90..53b9ef3 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -16,7 +16,7 @@ ], "dependencies": { "firebase-admin": "^10.0.1", - "firebase-functions": "^3.16.0" + "firebase-functions": "^3.18.1" }, "devDependencies": { "@firebase/testing": "^0.20.11", @@ -4687,9 +4687,9 @@ } }, "node_modules/firebase-functions": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.16.0.tgz", - "integrity": "sha512-6ISOn0JckMtpA3aJ/+wCCGhThUhBUrpZD+tSkUeolx0Vr+NoYFXA0+2YzJZa/A2MDU8gotPzUtnauLSEQvfClQ==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.18.1.tgz", + "integrity": "sha512-sPYZc9U/o0MjrpL3yz0pmoviJ1SkDoMV54X1rT/O2g0JTbV9eoQZsZuRoIUeaY3gmWFcMnN5TbJsPQUVh+omtw==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -4697,6 +4697,9 @@ "express": "^4.17.1", "lodash": "^4.17.14" }, + "bin": { + "firebase-functions": "lib/bin/firebase-functions.js" + }, "engines": { "node": "^8.13.0 || >=10.10.0" }, @@ -14651,9 +14654,9 @@ } }, "firebase-functions": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.16.0.tgz", - "integrity": "sha512-6ISOn0JckMtpA3aJ/+wCCGhThUhBUrpZD+tSkUeolx0Vr+NoYFXA0+2YzJZa/A2MDU8gotPzUtnauLSEQvfClQ==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.18.1.tgz", + "integrity": "sha512-sPYZc9U/o0MjrpL3yz0pmoviJ1SkDoMV54X1rT/O2g0JTbV9eoQZsZuRoIUeaY3gmWFcMnN5TbJsPQUVh+omtw==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index bf0c582..31f85f3 100644 --- a/functions/package.json +++ b/functions/package.json @@ -32,7 +32,7 @@ ], "dependencies": { "firebase-admin": "^10.0.1", - "firebase-functions": "^3.16.0" + "firebase-functions": "^3.18.1" }, "devDependencies": { "@types/node": "^14.14.31",