From 1b25a53970953605af19ca07b3d69d94ed3c83de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 20:15:39 +0000 Subject: [PATCH] Bump firebase-functions from 3.13.1 to 3.14.0 in /functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 3.13.1 to 3.14.0. - [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.14.0) Signed-off-by: dependabot-preview[bot] --- functions/package-lock.json | 24 ++++++++++++------------ functions/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 9f1a37d..416a47a 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -294,9 +294,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.18", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz", - "integrity": "sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA==", + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz", + "integrity": "sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA==", "requires": { "@types/node": "*", "@types/qs": "*", @@ -320,9 +320,9 @@ "integrity": "sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g==" }, "@types/qs": { - "version": "6.9.5", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz", - "integrity": "sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ==" + "version": "6.9.6", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.6.tgz", + "integrity": "sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA==" }, "@types/range-parser": { "version": "1.2.3", @@ -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.14.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.14.0.tgz", + "integrity": "sha512-8f/UNxxbMBoNJkakGRmEoV+3i6LUVEOuiJdsMZR0L9x9NQ3rV0xCpUMPCA01HB+Mcx/NqAJCzE6n4gxg2uzcxg==", "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..11ae15b 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.14.0", "handlebars": "^4.7.7" }, "engines": {