From 71192a02a7745e008e3b629f740c78a59e107e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:17:35 +0000 Subject: [PATCH] chore(deps-dev): bump firebase-tools from 13.25.0 to 13.27.0 (#812) Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 13.25.0 to 13.27.0. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](https://github.com/firebase/firebase-tools/compare/v13.25.0...v13.27.0) --- updated-dependencies: - dependency-name: firebase-tools dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b16b07..e3f9abf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.2.1", - "firebase-tools": "^13.25.0", + "firebase-tools": "^13.27.0", "firestore-jest-mock": "^0.25.0", "jest": "^29.7.0", "nodemon": "^3.1.7", @@ -6216,9 +6216,9 @@ } }, "node_modules/firebase-tools": { - "version": "13.25.0", - "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.25.0.tgz", - "integrity": "sha512-mrd3czF1cXV1X98czoanIvqOzceQpiBSBaf3B6O67ziXgh3ZsIKDjNk+8dSJIMfUj66DN018s4uX0/1EU+h6Fg==", + "version": "13.27.0", + "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.27.0.tgz", + "integrity": "sha512-/G6Ga+vEByYV2NnEBwfg2jvh7IgQiwy00fxxkZzXRvMAsx/2CpxoDByYVXsA/Q95k3VuUwi02nrm8qEgJaJrMA==", "dev": true, "dependencies": { "@electric-sql/pglite": "^0.2.0", @@ -6233,7 +6233,7 @@ "cjson": "^0.3.1", "cli-table": "0.3.11", "colorette": "^2.0.19", - "commander": "^4.0.1", + "commander": "^5.1.0", "configstore": "^5.0.1", "cors": "^2.8.5", "cross-env": "^5.1.3", @@ -6752,9 +6752,9 @@ } }, "node_modules/firebase-tools/node_modules/commander": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.0.1.tgz", - "integrity": "sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", "dev": true, "engines": { "node": ">= 6" @@ -19787,9 +19787,9 @@ } }, "firebase-tools": { - "version": "13.25.0", - "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.25.0.tgz", - "integrity": "sha512-mrd3czF1cXV1X98czoanIvqOzceQpiBSBaf3B6O67ziXgh3ZsIKDjNk+8dSJIMfUj66DN018s4uX0/1EU+h6Fg==", + "version": "13.27.0", + "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.27.0.tgz", + "integrity": "sha512-/G6Ga+vEByYV2NnEBwfg2jvh7IgQiwy00fxxkZzXRvMAsx/2CpxoDByYVXsA/Q95k3VuUwi02nrm8qEgJaJrMA==", "dev": true, "requires": { "@electric-sql/pglite": "^0.2.0", @@ -19804,7 +19804,7 @@ "cjson": "^0.3.1", "cli-table": "0.3.11", "colorette": "^2.0.19", - "commander": "^4.0.1", + "commander": "^5.1.0", "configstore": "^5.0.1", "cors": "^2.8.5", "cross-env": "^5.1.3", @@ -20228,9 +20228,9 @@ } }, "commander": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.0.1.tgz", - "integrity": "sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", "dev": true }, "compressible": { diff --git a/package.json b/package.json index c527c12..8b8573b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.2.1", - "firebase-tools": "^13.25.0", + "firebase-tools": "^13.27.0", "firestore-jest-mock": "^0.25.0", "jest": "^29.7.0", "nodemon": "^3.1.7",