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": {