Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2025

Bumps node-forge to 1.3.3 and updates ancestor dependencies node-forge, firebase-admin and @google-cloud/firestore. These dependencies need to be updated together.

Updates node-forge from 0.9.1 to 1.3.3

Changelog

Sourced from node-forge's changelog.

1.3.3 - 2025-12-02

Fixed

  • [pkcs12] Make digestAlgorithm parameters optional to fix PKCS#12/PFX issues introduced in 1.3.2.

1.3.2 - 2025-11-25

Security

  • HIGH: ASN.1 Validator Desynchronization
    • An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft ASN.1 structures to desynchronize schema validations, yielding a semantic divergence that may bypass downstream cryptographic verifications and security decisions.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-12816
    • GHSA ID: GHSA-5gfm-wpxj-wjgq
  • HIGH: ASN.1 Unbounded Recursion
    • An Uncontrolled Recursion (CWE-674) vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft deep ASN.1 structures that trigger unbounded recursive parsing. This leads to a Denial-of-Service (DoS) via stack exhaustion when parsing untrusted DER inputs.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-66031
    • GHSA ID: GHSA-554w-wpv2-vw27
  • MODERATE: ASN.1 OID Integer Truncation
    • An Integer Overflow (CWE-190) vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft ASN.1 structures containing OIDs with oversized arcs. These arcs may be decoded as smaller, trusted OIDs due to 32-bit bitwise truncation, enabling the bypass of downstream OID-based security decisions.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-66030
    • GHSA ID: GHSA-65ch-62r8-g69g

Fixed

  • [asn1] Fix for vulnerability identified by CVE-2025-12816 PKCS#12 MAC verification bypass due to missing macData enforcement and improper asn1.validate routine.
  • [asn1] Add fromDer() max recursion depth check.
    • Add a asn1.maxDepth global configurable maximum depth of 256.
    • Add a asn1.fromDer() per-call maxDepth option.
    • NOTE: The default maximum is assumed to be higher than needed for valid data. If this assumption is false then this could be a breaking change. Please file an issue if there are use cases that need a higher maximum.
    • NOTE: The per-call maxDepth parameter has not been exposed up through all of the API stack due to the complexities involved. Please file an issue if there are use cases that require this instead of changing the default

... (truncated)

Commits

Updates firebase-admin from 8.10.0 to 13.6.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v13.6.0

New Features

  • feat(dc): Add executeQuery and executeMutation APIs to Data Connect (#2979)

Miscellaneous

  • [chore] Release 13.6.0 (#3006)
  • build(deps-dev): bump gulp from 5.0.0 to 5.0.1 (#3001)
  • build(deps): bump @​firebase/database-compat from 2.0.6 to 2.1.0 (#3002)
  • build(deps): bump @​fastify/busboy from 3.1.1 to 3.2.0 (#2998)
  • build(deps-dev): bump @​firebase/api-documenter from 0.4.0 to 0.5.0 (#3000)
  • build(deps): bump axios in /.github/actions/send-email (#2983)
  • chore(dc): Implement gen tracking (#2985)
  • FDC: update api version, integration tests, and CONTRIBUTING.md (#2972)
  • chore: update copyright headers from Google Inc. to Google LLC (#2974)

Firebase Admin Node.js SDK v13.5.0

New Features

  • feat: initializeApp idempotency (#2947)
  • feat(fcm): Support apns.live_activity_token field in FCM ApnsConfig (#2891)

Miscellaneous

  • [chore] Release 13.5.0 (#2969)
  • chore: Upgrade @​firebase/auth-compat and @​firebase/auth-types (#2964)
  • build(deps): bump uuid from 11.0.3 to 11.1.0 (#2946)
  • build(deps-dev): bump @​types/request from 2.48.12 to 2.48.13 (#2959)
  • build(deps): bump form-data in /.github/actions/send-email (#2951)
  • chore: Fix strip-only mode issues in Node.js 22.18 (#2958)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.52.7 to 7.52.10 (#2955)
  • build(deps-dev): bump @​types/lodash from 4.17.15 to 4.17.18 (#2942)
  • build(deps): bump undici in /.github/actions/send-email (#2922)

Firebase Admin Node.js SDK v13.4.0

New Features

  • feat(fdc): Data Connect Bulk Import (#2905)

Miscellaneous

  • [chore] Release 13.4.0 (#2917)
  • chore(fdc): remove tags from Data Connect APIs (#2918)
  • build(deps): bump @​firebase/database-compat from 2.0.3 to 2.0.5 (#2901)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.52.1 to 7.52.7 (#2912)

... (truncated)

Commits
  • 2e2b36a [chore] Release 13.6.0 (#3006)
  • ad7a4f3 build(deps-dev): bump gulp from 5.0.0 to 5.0.1 (#3001)
  • 48c8ca6 build(deps): bump @​firebase/database-compat from 2.0.6 to 2.1.0 (#3002)
  • c9a3ee3 feat(dc): Add executeQuery and executeMutation APIs to Data Connect (#2979)
  • 27c682a build(deps): bump @​fastify/busboy from 3.1.1 to 3.2.0 (#2998)
  • 175ca9e build(deps-dev): bump @​firebase/api-documenter from 0.4.0 to 0.5.0 (#3000)
  • 8c9895e build(deps): bump axios in /.github/actions/send-email (#2983)
  • e72c0cd chore(dc): Implement gen tracking (#2985)
  • 40325df FDC: update api version, integration tests, and CONTRIBUTING.md (#2972)
  • 3442251 chore: update copyright headers from Google Inc. to Google LLC (#2974)
  • Additional commits viewable in compare view

Updates @google-cloud/firestore from 3.8.0 to 8.0.0

Release notes

Sourced from @​google-cloud/firestore's releases.

v8.0.0

8.0.0 (2025-10-29)

⚠ BREAKING CHANGES

  • Update WithFieldData and PartialWithFieldData to ignore methods on types (#2294)
  • migrate to Node 18 (#2399)

Features

  • Support for index signatures in UpdateData<T> (#1953) (afa206d)

Bug Fixes

  • Update WithFieldData and PartialWithFieldData to ignore methods on types (#2294) (481430f)

Miscellaneous Chores

v7.11.6

7.11.6 (2025-09-26)

Bug Fixes

  • Pool.ts: add even more logging (c508d1b)

v7.11.5

7.11.5 (2025-09-22)

Bug Fixes

  • Pool.ts: add more detailed logging for client garbage collection (#2420) (1bbca46)

v7.11.4

7.11.4 (2025-09-16)

Bug Fixes

  • Improve debug logging for the internal client pool. Added client IDs to debug log statements for client management. (99918f1)

v7.11.3

7.11.3 (2025-07-09)

... (truncated)

Changelog

Sourced from @​google-cloud/firestore's changelog.

8.0.0 (2025-10-29)

⚠ BREAKING CHANGES

  • Update WithFieldData and PartialWithFieldData to ignore methods on types (#2294)
  • migrate to Node 18 (#2399)

Features

  • Support for index signatures in UpdateData<T> (#1953) (afa206d)

Bug Fixes

  • Update WithFieldData and PartialWithFieldData to ignore methods on types (#2294) (481430f)

Miscellaneous Chores

7.11.6 (2025-09-26)

Bug Fixes

  • Pool.ts: add even more logging (c508d1b)

7.11.5 (2025-09-22)

Bug Fixes

  • Pool.ts: add more detailed logging for client garbage collection (#2420) (1bbca46)

7.11.4 (2025-09-16)

Bug Fixes

  • Improve debug logging for the internal client pool. Added client IDs to debug log statements for client management. (99918f1)

7.11.3 (2025-07-09)

Bug Fixes

  • Improve performance of the UTF-8 string comparison logic (#2380) (bc6a03e)

... (truncated)

Commits
  • daa3d76 chore(main): release 8.0.0 (#2443)
  • afa206d feat: Support for index signatures in UpdateData<T> (#1953)
  • 481430f fix!: Update WithFieldData and PartialWithFieldData to ignore methods on type...
  • e5c3118 chore!: migrate to Node 18 (#2399)
  • 42b9f48 chore(main): release 7.11.6 (#2427)
  • c508d1b change: pool.ts: add even more logging (#2426)
  • 4a6aafa chore(main): release 7.11.5 (#2422)
  • 1bbca46 fix: pool.ts: add more detailed logging for client garbage collection (#2420)
  • 0ab21b3 chore(main): release 7.11.4 (#2418)
  • 99918f1 change: pool.ts: assign unique IDs to clients and include those IDs in log me...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.3 and updates ancestor dependencies [node-forge](https://github.com/digitalbazaar/forge), [firebase-admin](https://github.com/firebase/firebase-admin-node) and [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore). These dependencies need to be updated together.


Updates `node-forge` from 0.9.1 to 1.3.3
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.9.1...v1.3.3)

Updates `firebase-admin` from 8.10.0 to 13.6.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/master/CHANGELOG.md)
- [Commits](firebase/firebase-admin-node@v8.10.0...v13.6.0)

Updates `@google-cloud/firestore` from 3.8.0 to 8.0.0
- [Release notes](https://github.com/googleapis/nodejs-firestore/releases)
- [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-firestore@v3.8.0...v8.0.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.3
  dependency-type: indirect
- dependency-name: firebase-admin
  dependency-version: 13.6.0
  dependency-type: direct:production
- dependency-name: "@google-cloud/firestore"
  dependency-version: 8.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants