From 426117f1a8288a5e4860e657a7751ea2d32f1f0a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 20:17:53 +0000 Subject: [PATCH] Bump firebase-functions from 3.13.1 to 3.13.2 in /functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 3.13.1 to 3.13.2. - [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.13.1...v3.13.2) Signed-off-by: dependabot-preview[bot] --- functions/package-lock.json | 12 ++++++------ functions/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 9f1a37d..22ceed5 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -769,9 +769,9 @@ } }, "firebase-functions": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.13.1.tgz", - "integrity": "sha512-tmYHN9OWWIij/8xO72AD2sKHm9T8pdLPYXy5RWk9VidP8+LDOUZ68vq1g1WKeSkRR7WyVYQ3scU2QoMDfe9T8g==", + "version": "3.13.2", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.13.2.tgz", + "integrity": "sha512-XHgAQZqA62awr4l9mNlJv6qnv5MkMkLuo+hafdW0T7IJj1PgrZtuIo5x+ib2npAcB0XhX5Sg0QR1hMYPAlfbaA==", "requires": { "@types/express": "4.17.3", "cors": "^2.8.5", @@ -1098,9 +1098,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/functions/package.json b/functions/package.json index 4adaa79..5146ecd 100644 --- a/functions/package.json +++ b/functions/package.json @@ -12,7 +12,7 @@ "consolidate": "^0.16.0", "express": "^4.17.1", "firebase-admin": "^9.5.0", - "firebase-functions": "^3.13.1", + "firebase-functions": "^3.13.2", "handlebars": "^4.7.7" }, "engines": {