From 82886aa82e8eebca815052498475bb73dea720ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 06:01:09 +0000 Subject: [PATCH] fix(deps): bump firebase-functions from 3.18.1 to 3.19.0 in /functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 3.18.1 to 3.19.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.18.1...v3.19.0) --- 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 | 14 +++++++------- functions/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 463ce9c..223bff3 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -7,7 +7,7 @@ "name": "functions", "dependencies": { "firebase-admin": "^10.0.2", - "firebase-functions": "^3.18.1", + "firebase-functions": "^3.19.0", "minimist": "^1.2.5", "nuxt-start": "^2.15.8" }, @@ -1740,9 +1740,9 @@ } }, "node_modules/firebase-functions": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.18.1.tgz", - "integrity": "sha512-sPYZc9U/o0MjrpL3yz0pmoviJ1SkDoMV54X1rT/O2g0JTbV9eoQZsZuRoIUeaY3gmWFcMnN5TbJsPQUVh+omtw==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.19.0.tgz", + "integrity": "sha512-FG4jurD8ymQ3hMVRgYU7dPhNoMRONxYFF1NrHrKed6YWnEvlYFDNXwGHqXQq66wyCuhCTbhMa6Dwqyng4z5tZw==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -5709,9 +5709,9 @@ } }, "firebase-functions": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.18.1.tgz", - "integrity": "sha512-sPYZc9U/o0MjrpL3yz0pmoviJ1SkDoMV54X1rT/O2g0JTbV9eoQZsZuRoIUeaY3gmWFcMnN5TbJsPQUVh+omtw==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.19.0.tgz", + "integrity": "sha512-FG4jurD8ymQ3hMVRgYU7dPhNoMRONxYFF1NrHrKed6YWnEvlYFDNXwGHqXQq66wyCuhCTbhMa6Dwqyng4z5tZw==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index ee21f65..dc34a7b 100644 --- a/functions/package.json +++ b/functions/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "firebase-admin": "^10.0.2", - "firebase-functions": "^3.18.1", + "firebase-functions": "^3.19.0", "minimist": "^1.2.5", "nuxt-start": "^2.15.8" },