From e2d2239952d4d8780e00992ff02d546e35cd6a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 01:10:01 +0000 Subject: [PATCH] Bump firebase-functions from 4.6.0 to 4.7.0 in /functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 4.6.0 to 4.7.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/v4.6.0...v4.7.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 56ee56db8b..551fc8d1ab 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -9,7 +9,7 @@ "@google-cloud/storage": "^7.7.0", "express": "^4.18.3", "firebase-admin": "^12.0.0", - "firebase-functions": "^4.6.0", + "firebase-functions": "^4.7.0", "moment": "^2.30.1", "node-fetch": "^3.3.2" }, @@ -1313,9 +1313,9 @@ } }, "node_modules/firebase-functions": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.6.0.tgz", - "integrity": "sha512-mY3wuU/Qe+vjVyoCIv0TGXcqr5iQhsMlccLBSAHJ+cWgbszo915mcFP8E9adtXoitqf/4CVzzTwYcfPdCQo2RQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.7.0.tgz", + "integrity": "sha512-YgWqA9otWlBUouY4I2yd0vq9SyQdQ6GJxfH7wGJclzS2pzBQHcU5HhE1Vz/xTrWcKJyw8uPN98WtSE9/APUJJg==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -4078,9 +4078,9 @@ } }, "firebase-functions": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.6.0.tgz", - "integrity": "sha512-mY3wuU/Qe+vjVyoCIv0TGXcqr5iQhsMlccLBSAHJ+cWgbszo915mcFP8E9adtXoitqf/4CVzzTwYcfPdCQo2RQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.7.0.tgz", + "integrity": "sha512-YgWqA9otWlBUouY4I2yd0vq9SyQdQ6GJxfH7wGJclzS2pzBQHcU5HhE1Vz/xTrWcKJyw8uPN98WtSE9/APUJJg==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index 322ec2fd28..12fd2d39fe 100644 --- a/functions/package.json +++ b/functions/package.json @@ -22,7 +22,7 @@ "@google-cloud/storage": "^7.7.0", "express": "^4.18.3", "firebase-admin": "^12.0.0", - "firebase-functions": "^4.6.0", + "firebase-functions": "^4.7.0", "moment": "^2.30.1", "node-fetch": "^3.3.2" },