From 36ea11d4fbc0d359de5ddf716a11f6761a2a1690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:10:59 +0000 Subject: [PATCH] Bump protobufjs and firebase-admin in /functions Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.2.6 and updates ancestor dependency [firebase-admin](https://github.com/firebase/firebase-admin-node). These dependencies need to be updated together. Updates `protobufjs` from 7.2.4 to 7.2.6 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.6) Updates `firebase-admin` from 11.11.1 to 11.11.1 - [Release notes](https://github.com/firebase/firebase-admin-node/releases) - [Commits](https://github.com/firebase/firebase-admin-node/compare/v11.11.1...v11.11.1) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect - dependency-name: firebase-admin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index b4b13f3..a79aa2b 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "node": "18" }, "dependencies": { - "firebase-admin": "^11.0.0", + "firebase-admin": "^11.11.1", "firebase-functions": "^3.6.0", "geolib": "^3.0.0" },