From f90bc80eeda7066705698e2dd7b9d8212dd27636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:19:58 +0000 Subject: [PATCH] Bump firebase-tools from 14.0.0 to 14.0.1 Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 14.0.0 to 14.0.1. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](https://github.com/firebase/firebase-tools/compare/v14.0.0...v14.0.1) --- updated-dependencies: - dependency-name: firebase-tools 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 8cb63680..f62242d0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/react-dom": "^18.3.0", "eslint": "^8", "eslint-config-next": "15.2.4", - "firebase-tools": "^14.0.0", + "firebase-tools": "^14.0.1", "typescript": "^5.8.2" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 3885e3a2..4dba65b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3911,10 +3911,10 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -firebase-tools@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.0.0.tgz#81e0211765361bc728890e9b202c4c2922d692e4" - integrity sha512-pyQfgHf01x3RTP1lB6fDq5+sn5z5rMcvQhP97EEFDUJh/9zSJ6Q6ru62sgIiJ7Uhx90OQ86/aO6jDhTk4Jp5Og== +firebase-tools@^14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.0.1.tgz#a9ddbdf9c804ca6532d671880e6d86582f255c94" + integrity sha512-iSo0Af+pHT2iGDEJIcAzIv0tN4WDn9IjVECY9EoT/SgqLfUbF0kKQ4JdRJc8npswPH9EtU5+1gIJ/ZyzCodw+w== dependencies: "@electric-sql/pglite" "^0.2.16" "@google-cloud/cloud-sql-connector" "^1.3.3"