Skip to content

build(deps): bump node-forge, actions-on-google, firebase-admin and firebase-tools in /functions - #190

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/functions/multi-5fd1da5532
Open

build(deps): bump node-forge, actions-on-google, firebase-admin and firebase-tools in /functions#190
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/functions/multi-5fd1da5532

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 28, 2026

Copy link
Copy Markdown
Contributor

Bumps node-forge to 1.4.0 and updates ancestor dependencies node-forge, actions-on-google, firebase-admin and firebase-tools. These dependencies need to be updated together.

Updates node-forge from 0.9.1 to 1.4.0

Changelog

Sourced from node-forge's changelog.

1.4.0 - 2026-03-24

Security

  • HIGH: Denial of Service in BigInteger.modInverse()
    • A Denial of Service (DoS) vulnerability exists due to an infinite loop in the BigInteger.modInverse() function (inherited from the bundled jsbn library). When modInverse() is called with a zero value as input, the internal Extended Euclidean Algorithm enters an unreachable exit condition, causing the process to hang indefinitely and consume 100% CPU.
    • Reported by Kr0emer.
    • CVE ID: CVE-2026-33891
    • GHSA ID: GHSA-5gfm-wpxj-wjgq
  • HIGH: Signature forgery in RSA-PKCS due to ASN.1 extra field.
    • RSASSA PKCS#1 v1.5 signature verification accepts forged signatures for low public exponent keys (e=3). Attackers can forge signatures by stuffing "garbage" bytes within the ASN.1 structure in order to construct a signature that passes verification, enabling Bleichenbacher style forgery. This issue is similar to CVE-2022-24771, but adds bytes in an addition field within the ASN.1 structure, rather than outside of it.
    • Additionally, forge does not validate that signatures include a minimum of 8 bytes of padding as defined by the specification, providing attackers additional space to construct Bleichenbacher forgeries.
    • Reported as part of a U.C. Berkeley security research project by:
      • Austin Chu, Sohee Kim, and Corban Villa.
    • CVE ID: CVE-2026-33894
    • GHSA ID: GHSA-ppp5-5v6c-4jwp
  • HIGH: Signature forgery in Ed25519 due to missing S < L check.
    • Ed25519 signature verification accepts forged non-canonical signatures where the scalar S is not reduced modulo the group order (S >= L). A valid signature and its S + L variant both verify in forge, while Node.js crypto.verify (OpenSSL-backed) rejects the S + L variant, as defined by the specification. This class of signature malleability has been exploited in practice to bypass authentication and authorization logic (see CVE-2026-25793, CVE-2022-35961). Applications relying on signature uniqueness (i.e., dedup by signature bytes, replay tracking, signed-object canonicalization checks) may be bypassed.
    • Reported as part of a U.C. Berkeley security research project by:
      • Austin Chu, Sohee Kim, and Corban Villa.
    • CVE ID: CVE-2026-33895
    • GHSA ID: GHSA-q67f-28xg-22rw
  • HIGH: basicConstraints bypass in certificate chain verification.
    • pki.verifyCertificateChain() does not enforce RFC 5280 basicConstraints requirements when an intermediate certificate lacks both the basicConstraints and keyUsage extensions. This allows any leaf certificate (without these extensions) to act as a CA and sign other certificates, which node-forge will accept as valid.
    • Reported by Doruk Tan Ozturk (@​peaktwilight) - doruk.ch
    • CVE ID: CVE-2026-33896
    • GHSA ID: GHSA-2328-f5f3-gj25

... (truncated)

Commits

Updates actions-on-google from 2.12.0 to 3.0.0

Release notes

Sourced from actions-on-google's releases.

Version 3.0.0

Note: This release includes multiple breaking changes. Please retest your projects after updating.

  • Update minimum Node version to 12 and update dependencies
  • Remove deprecated classes, methods, and fields

Version 2.14.0

Added

  • Add CHANGELOG.md

Changed

Version 2.13.0

Added:

  • Add conv.canvas.state feature
  • Add express-serve-static-core dependency
  • Add test script for CI, update test:ci
Changelog

Sourced from actions-on-google's changelog.

[3.0.0]

Changed

  • Update minimum Node version to 12 and update dependencies
  • Remove deprecated classes, methods, and fields

[2.14.0]

Added

  • Add CHANGELOG.md

Changed

[2.13.0] - 2020-08-26

Added

  • Add conv.canvas.state feature
  • Add express-serve-static-core dependency
  • Add test script for CI, update test:ci
Commits
  • ba3cbf7 Create MAJOR release 3.0.0
  • ab3240d Remove deprecated classes, methods, and fields
  • f8370ea Update to min Node 12
  • dbb3365 Add link to latest Conversational Actions docs.
  • 932df1b Update README.md
  • e069502 Bump version to MINOR version 2.14.0
  • 81158be smarthome: update homegraph client URLs
  • 02e833e package: clean-up @​types dependencies
  • 7a080a8 smarthome: deprecate homegraph wrapper methods
  • 295ced9 Merge "Remove Travis presubmit check"
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates firebase-admin from 8.12.1 to 13.7.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v13.7.0

New Features

  • feat(rc): Support Rollout, Personalization, and Experiment values (#3046)

Bug Fixes

  • fix: upgrade @​google-cloud/storage@​7.19.0 (#3071)

Miscellaneous

  • [chore] Release 13.7.0 (#3081)
  • build(deps-dev): bump @​types/lodash from 4.17.18 to 4.17.24 (#3083)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3086)
  • build(deps): bump node-forge from 1.3.2 to 1.3.3 (#3085)
  • build(deps): bump google-auth-library from 9.15.1 to 10.6.1 (#3084)
  • build(deps): bump @​types/node from 22.10.2 to 25.2.0 (#3064)
  • chore: Deprecate Node.js 18 support (#3079)
  • chore: upgrade @​types/node to v25.2.0 and fix type compatibility (#3078)
  • build(deps): bump ajv in /.github/actions/send-tweet (#3074)
  • build(deps): bump fast-xml-parser from 5.3.5 to 5.3.7 (#3077)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.52.10 to 7.56.2 (#3066)
  • build(deps): bump axios in /.github/actions/send-email (#3070)

Firebase Admin Node.js SDK v13.6.1

Bug Fixes

  • fix: Refactor isURL() to use Built-in URL Constructor (#3061)
  • fix(data-connect): correctly serialize strings with special characters (#3056)

Miscellaneous

  • [chore] Release 13.6.1 (#3063)
  • build(deps): bump jws (#3029)
  • chore: Update release workflows for push triggers (#3062)
  • build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#3057)
  • build(deps-dev): bump mocha from 11.7.1 to 11.7.5 (#3012)
  • chore: Update github actions workflows and integration test resources (#3052)
  • chore: Rename default branch to (#3033)
  • build(deps): bump node-forge from 1.3.1 to 1.3.2 (#3024)
  • build(deps): bump glob from 10.4.5 to 10.5.0 (#3019)
  • build(deps-dev): bump bcrypt and @​types/bcrypt (#3015)
  • fix validate unit tests (#3009)

Firebase Admin Node.js SDK v13.6.0

New Features

... (truncated)

Commits
  • 2279070 [chore] Release 13.7.0 (#3081)
  • 0da27af build(deps-dev): bump @​types/lodash from 4.17.18 to 4.17.24 (#3083)
  • 64b7755 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3086)
  • ca0a2d2 build(deps): bump node-forge from 1.3.2 to 1.3.3 (#3085)
  • 189f0ee build(deps): bump google-auth-library from 9.15.1 to 10.6.1 (#3084)
  • 9c4261e build(deps): bump @​types/node from 22.10.2 to 25.2.0 (#3064)
  • 0f29113 chore: Deprecate Node.js 18 support (#3079)
  • ccddfe1 chore: upgrade @​types/node to v25.2.0 and fix type compatibility (#3078)
  • 9327311 build(deps): bump ajv in /.github/actions/send-tweet (#3074)
  • 24e52eb build(deps): bump fast-xml-parser from 5.3.5 to 5.3.7 (#3077)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates firebase-tools from 8.4.2 to 15.12.0

Release notes

Sourced from firebase-tools's releases.

v15.12.0

  • Moved MCP server firebase-debug.log to ~/.cache/firebase/firebase-debug.log. (#9982)
  • Added a prompt to firebase init to install Agent Skills for Firebase.
  • Updated the Firebase Data Connect local toolkit to v3.3.1, which includes the following changes: (#10190)
    • [added] Support for configuring client-side caching in connector.yaml / generate section

v15.11.0

  • Add support for dataAccessMode in Firestore database creation. This allows choosing between FIRESTORE_NATIVE and MONGODB_COMPATIBLE for Enterprise edition databases.
  • Updated Firestore Emulator to v1.20.4, which includes minor bug fixes for Firestore Native Mode.
  • Added apptesting:execute command to run App Testing agent tests from YAML files.
  • Updated Data Connect emulator to v3.3.0:
    • firebase dataconnect:sdk:generate now performs compilation check first before generating SDKs.
    • Updated the Golang dependency version from 1.24.13 to 1.25.8, which removes support for macOS versions prior to Monterey.
    • Prevent concurrent execution of operations. firebase/firebase-tools#9866
    • Support for skip and include directives.
    • Vector similarity search now supports offset as well as limit

v15.10.1

  • Updated Pub/Sub emulator to version 0.8.29.

v15.10.0

  • Add support for VPC direct connect in GCF 2nd gen (#10033)
  • Added --only flag for emulators:export (#4033)
  • Added support for custom PostgreSQL schema names in Data Connect. (#9271)
  • When SSR web app features are detected in the firebase init hosting flow, offer to switch to App Hosting (#9887)
  • Removed the experimental web frameworks prompt from firebase init hosting (#9843)
  • Added studio:export command to export Firebase Studio projects to Antigravity.

v15.9.1

  • Added support for next.config.ts and next.config.mts in Next.js deployments (#9871)
  • Enabled free trials without a billing instrument for Firebase Data Connect (#10042)

v15.9.0

  • Added *_EMULATOR_VERSION env variables to allow overriding specific versions of downloadable emulators
  • Updated the functions.config deprecation notice from March 2026 to March 2027 (#9941)
  • Detects when App Hosting fails to deploy, returning an error. (#8866)
  • Add firestore_query_collection tool back to MCP as it is not available in the OneMCP server yet.
  • Add support for custom resolvers in Firebase Data Connect (#9967)
  • Updated the Firebase Data Connect local toolkit to v3.2.1, which includes the following changes: (#10022)

v15.8.0

  • Corrects issue with updateService in runv2.ts (#9918)
  • Updated suite of MCP tools for Firestore to include many new tools. Firestore tools no longer support emulator mode.
  • Updated the Firebase Data Connect local toolkit to v3.2.0, which includes the following changes: (#9975)
    • Support for uuidV7()
    • Support for custom PostgreSQL schema names.

v15.7.0

  • Updated Python Functions template to use firebase_functions v0.5.x

... (truncated)

Commits

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 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.

…irebase-tools

Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.4.0 and updates ancestor dependencies [node-forge](https://github.com/digitalbazaar/forge), [actions-on-google](https://github.com/actions-on-google/actions-on-google-nodejs), [firebase-admin](https://github.com/firebase/firebase-admin-node) and [firebase-tools](https://github.com/firebase/firebase-tools). These dependencies need to be updated together.


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

Updates `actions-on-google` from 2.12.0 to 3.0.0
- [Release notes](https://github.com/actions-on-google/actions-on-google-nodejs/releases)
- [Changelog](https://github.com/actions-on-google/actions-on-google-nodejs/blob/master/CHANGELOG.md)
- [Commits](actions-on-google/actions-on-google-nodejs@v2.12.0...3.0.0)

Updates `firebase-admin` from 8.12.1 to 13.7.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/main/CHANGELOG.md)
- [Commits](firebase/firebase-admin-node@v8.12.1...v13.7.0)

Updates `firebase-tools` from 8.4.2 to 15.12.0
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v8.4.2...v15.12.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.4.0
  dependency-type: indirect
- dependency-name: actions-on-google
  dependency-version: 3.0.0
  dependency-type: direct:production
- dependency-name: firebase-admin
  dependency-version: 13.7.0
  dependency-type: direct:production
- dependency-name: firebase-tools
  dependency-version: 15.12.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 Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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