Skip to content

Commit be856f5

Browse files
Bump firebase-tools from 14.1.0 to 14.2.0 (#1319)
Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 14.1.0 to 14.2.0. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](firebase/firebase-tools@v14.1.0...v14.2.0) --- updated-dependencies: - dependency-name: firebase-tools dependency-version: 14.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35fa806 commit be856f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react-dom": "^18.3.0",
2929
"eslint": "^8",
3030
"eslint-config-next": "15.2.4",
31-
"firebase-tools": "^14.1.0",
31+
"firebase-tools": "^14.2.0",
3232
"typescript": "^5.8.3"
3333
},
3434
"resolutions": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3916,10 +3916,10 @@ find-up@^5.0.0:
39163916
locate-path "^6.0.0"
39173917
path-exists "^4.0.0"
39183918

3919-
firebase-tools@^14.1.0:
3920-
version "14.1.0"
3921-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.1.0.tgz#b3bcde37dcb35a8ec1a34737ecee8f011761c6fc"
3922-
integrity sha512-tPSjoZBZNPfcHQwHLo5rjvlB2oniTDjKhqBb+BWs87O4NgqZRL92I2aFLycZoCOVgXLyLjDg+QoK6p9iasYIdQ==
3919+
firebase-tools@^14.2.0:
3920+
version "14.2.0"
3921+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.2.0.tgz#8d1a47744f6451739b468a1285972bbceffcd105"
3922+
integrity sha512-dMYtB+1Tc4rAcmuZ9krfhrywYQAEWQk7CV6BTTllObhTTIhuFB256eLuiGmOP3RrmopZ6MDRGFIQ7I3drNF3Yw==
39233923
dependencies:
39243924
"@electric-sql/pglite" "^0.2.16"
39253925
"@google-cloud/cloud-sql-connector" "^1.3.3"

0 commit comments

Comments
 (0)