From 2bc2be16ec4e757588a215b0f27b85a2501c9540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 20:45:33 +0000 Subject: [PATCH] Bump firebase-tools from 14.2.0 to 14.2.1 Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 14.2.0 to 14.2.1. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](https://github.com/firebase/firebase-tools/compare/v14.2.0...v14.2.1) --- updated-dependencies: - dependency-name: firebase-tools dependency-version: 14.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7aa4188..4a5780f4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/react-dom": "^18.3.0", "eslint": "^8", "eslint-config-next": "15.3.1", - "firebase-tools": "^14.2.0", + "firebase-tools": "^14.2.1", "typescript": "^5.8.3" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 3d26a095..ad031de1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3916,10 +3916,10 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -firebase-tools@^14.2.0: - version "14.2.0" - resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.2.0.tgz#8d1a47744f6451739b468a1285972bbceffcd105" - integrity sha512-dMYtB+1Tc4rAcmuZ9krfhrywYQAEWQk7CV6BTTllObhTTIhuFB256eLuiGmOP3RrmopZ6MDRGFIQ7I3drNF3Yw== +firebase-tools@^14.2.1: + version "14.2.1" + resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.2.1.tgz#290bb6f50e0186fc008ef53cf857c131819a31a9" + integrity sha512-oi7AdtZ/CHOwF5EgAPLoMNKBwBQGRhHRcflV3JyP4w5wpwtoHaTDMILYGh9hB7Vq6j+3TUcapCrwtBu4tkGvSw== dependencies: "@electric-sql/pglite" "^0.2.16" "@google-cloud/cloud-sql-connector" "^1.3.3"