From f2cb6f56771b52aac5d8c6f5a77e21f68e5fe988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 04:26:30 +0000 Subject: [PATCH] Bump firebase-tools from 14.11.1 to 14.11.2 Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 14.11.1 to 14.11.2. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-tools/compare/v14.11.1...v14.11.2) --- updated-dependencies: - dependency-name: firebase-tools dependency-version: 14.11.2 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 8255814d..c59e0a37 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/react-dom": "^18.3.0", "eslint": "^8", "eslint-config-next": "15.4.5", - "firebase-tools": "^14.11.1", + "firebase-tools": "^14.11.2", "typescript": "^5.9.2" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 1ea32c11..e5ef5ab9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4172,10 +4172,10 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -firebase-tools@^14.11.1: - version "14.11.1" - resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.11.1.tgz#456f9dd6321003ae198246a84671f8ee35d873aa" - integrity sha512-TABPdXQTGJC16Q6QizOMnNbaI31SIJHQUKQs2XH1FjCYLoC3ur88OdOFYgCy2vdGOFmDqBEmFYRzOr0sxlngEA== +firebase-tools@^14.11.2: + version "14.11.2" + resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.11.2.tgz#5a80547bc094958c28eca5e2cd172680a333684a" + integrity sha512-SqQYKJcweZPmKi6K1B0BnKYenB79ytG0jV6JBveK4LyaQ3QWZxLMz4dFHTtksvTyHKm6z1btzwXXmTFl2/TAOg== dependencies: "@electric-sql/pglite" "^0.3.3" "@electric-sql/pglite-tools" "^0.2.8"