From 7a4bf99b9ebc906aeeec5425537aaa916420e1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:03:29 +0000 Subject: [PATCH] Bump firebase-tools from 14.15.0 to 14.15.1 Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 14.15.0 to 14.15.1. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](https://github.com/firebase/firebase-tools/compare/v14.15.0...v14.15.1) --- updated-dependencies: - dependency-name: firebase-tools dependency-version: 14.15.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 5b6a78ff..00dca98b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/react-dom": "^18.3.0", "eslint": "^8", "eslint-config-next": "15.5.2", - "firebase-tools": "^14.15.0", + "firebase-tools": "^14.15.1", "typescript": "^5.9.2" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 0aaa8182..3f6b4c42 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.15.0: - version "14.15.0" - resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.15.0.tgz#c8044b9f832a81489c6ba919ac9f894480e58088" - integrity sha512-/l8TWi1YtELYUrRoZg2WA5bIIqKkYO9R+5YtGw8v4IbkcNZXfRTMCKDfg1mOEETcOVS6QXLDO1VKcHdzcf2mvw== +firebase-tools@^14.15.1: + version "14.15.1" + resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.15.1.tgz#bc057de5d6b0cd8fb28c85cb439b061be683745c" + integrity sha512-GoBOnmo3+lXvIob4XuezFVCn6sKT3ZDvlYnmfSPFax4VuqrK6CXzbIjFdpjM4D1MD4rqpYm/VlcvlBtEiP0Z1w== dependencies: "@electric-sql/pglite" "^0.3.3" "@electric-sql/pglite-tools" "^0.2.8"