Skip to content

fix(deps): update dependency @google-cloud/firestore to v6 [security]#659

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/npm-google-cloud-firestore-vulnerability
Open

fix(deps): update dependency @google-cloud/firestore to v6 [security]#659
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/npm-google-cloud-firestore-vulnerability

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 28, 2026

This PR contains the following updates:

Package Change Age Confidence
@google-cloud/firestore (source) ^5.0.0^6.2.0 age confidence

Logging of the firestore key within nodejs-firestore

CVE-2023-6460 / GHSA-4g6q-77j7-vvjc

More information

Details

A potential logging of the firestore key via logging within nodejs-firestore exists - Developers who were logging objects through this._settings would be logging the firestore key as well potentially exposing it to anyone with logs read access. We recommend upgrading to version 6.1.0 to avoid this issue

Severity

  • CVSS Score: 4.0 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

googleapis/google-cloud-node (@​google-cloud/firestore)

v6.2.0

Compare Source

Features
Bug Fixes
  • Minify proto JSON files (#​1771) (6393fe7)
  • Remove hack in update.sh, and replace with existing pattern for protobuf dependencies. (#​1769) (6ba6751)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • update library to use Node 12 (#​1725)
Features
Bug Fixes
Build System
5.0.2 (2022-01-07)
Bug Fixes
5.0.1 (2021-12-02)
Bug Fixes

v5.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 28, 2026

/gcbrun

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the @google-cloud/firestore dependency from version 5 to version 6 across several package.json files. A critical compatibility issue was identified in sessions/package.json, where upgrading Firestore to v6 requires a corresponding upgrade of @google-cloud/connect-firestore to version 3.0.0 to prevent breaking changes and ensure the session store remains functional.

Comment thread sessions/package.json
"dependencies": {
"@google-cloud/connect-firestore": "^2.0.0",
"@google-cloud/firestore": "^5.0.0",
"@google-cloud/firestore": "^6.2.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Upgrading @google-cloud/firestore to v6 while keeping @google-cloud/connect-firestore at v2.x is likely to cause compatibility issues. Firestore v6 introduced several breaking changes, including the separation of v1 and v1beta1 protos, which are not supported by older versions of the session store. @google-cloud/connect-firestore v3.0.0 was specifically released to provide compatibility with Firestore v6. It is highly recommended to upgrade @google-cloud/connect-firestore to ^3.0.0 alongside this change to ensure the application remains functional.

@renovate-bot renovate-bot force-pushed the renovate/npm-google-cloud-firestore-vulnerability branch from e7632af to 5708a7a Compare April 29, 2026 19:59
@renovate-bot renovate-bot changed the title fix(deps): update dependency @google-cloud/firestore to v6 [security] fix(deps): update dependency @google-cloud/firestore to v8 [security] Apr 29, 2026
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 29, 2026

/gcbrun

@renovate-bot renovate-bot changed the title fix(deps): update dependency @google-cloud/firestore to v8 [security] fix(deps): update dependency @google-cloud/firestore to v6 [security] Apr 30, 2026
@renovate-bot renovate-bot force-pushed the renovate/npm-google-cloud-firestore-vulnerability branch from 5708a7a to b307bce Compare April 30, 2026 00:08
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 30, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/npm-google-cloud-firestore-vulnerability branch from b307bce to 08fbedf Compare April 30, 2026 20:32
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 30, 2026

/gcbrun

@renovate-bot renovate-bot changed the title fix(deps): update dependency @google-cloud/firestore to v6 [security] fix(deps): update dependency @google-cloud/firestore to v8 [security] Apr 30, 2026
@renovate-bot renovate-bot force-pushed the renovate/npm-google-cloud-firestore-vulnerability branch from 08fbedf to c314657 Compare May 1, 2026 04:27
@renovate-bot renovate-bot changed the title fix(deps): update dependency @google-cloud/firestore to v8 [security] fix(deps): update dependency @google-cloud/firestore to v6 [security] May 1, 2026
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 1, 2026

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants