From 65e697e42ea384fda0477cea17f78eed1c8dc180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:21:46 +0000 Subject: [PATCH] Bump firebase-functions from 4.5.0 to 4.6.0 in /functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 4.5.0 to 4.6.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.5.0...v4.6.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 | 10 +++++----- functions/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index c26782fb..dee41a2c 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -10,7 +10,7 @@ "axios": "^1.6.7", "ejs": "^3.1.9", "firebase-admin": "^11.11.1", - "firebase-functions": "^4.5.0", + "firebase-functions": "^4.6.0", "fs": "^0.0.1-security", "mkdirp": "^3.0.1", "os": "^0.1.2", @@ -4578,9 +4578,9 @@ } }, "node_modules/firebase-functions": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.5.0.tgz", - "integrity": "sha512-y6HsasHtGLfXCp3Pfrz+JA19lO9hSzYiNxFDIDMffrfcsG7UbXzv0zfi2ASadMVRoDCaox5ppZBa1QJxZbctPQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.6.0.tgz", + "integrity": "sha512-mY3wuU/Qe+vjVyoCIv0TGXcqr5iQhsMlccLBSAHJ+cWgbszo915mcFP8E9adtXoitqf/4CVzzTwYcfPdCQo2RQ==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -4596,7 +4596,7 @@ "node": ">=14.10.0" }, "peerDependencies": { - "firebase-admin": "^10.0.0 || ^11.0.0" + "firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0" } }, "node_modules/firebase-functions-test": { diff --git a/functions/package.json b/functions/package.json index 90eccaa6..a152f0c2 100644 --- a/functions/package.json +++ b/functions/package.json @@ -19,7 +19,7 @@ "axios": "^1.6.7", "ejs": "^3.1.9", "firebase-admin": "^11.11.1", - "firebase-functions": "^4.5.0", + "firebase-functions": "^4.6.0", "fs": "^0.0.1-security", "mkdirp": "^3.0.1", "os": "^0.1.2",