Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump firebase-functions from 4.2.1 to 6.3.0 in /functions #638

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps firebase-functions from 4.2.1 to 6.3.0.

Release notes

Sourced from firebase-functions's releases.

v6.3.0

  • Add onCallGenkit (#1655)

v6.2.0

  • Add an authPolicy callback to CallableOptions for reusable auth middleware as well as helper auth policies (#1650)
  • Handle ESM functions codebases containing top-level awaits, which would break in node 22.12+ (#1651)
  • Multiple breaking changes to the not-yet-announced streaming feature for Callable Functions (#1652)

v6.1.2

  • Update callable function to better support long running requests (#1635)

v6.1.1

  • Fix bug where wrapInit wasn't called on v2 callable functions. (#1634)
  • Add support for callable function to return streaming response (#1629)
  • Add support for firebase-admin@13 (#1641)

v6.1.0

  • Bump express version to 4.19.2 (#1624)
  • Add support for beforeSmsSent auth blocking triggers. (#1589)

v6.0.1

  • Fix bug where v1 functions can't be emulated (#1615)

v6.0.0

  • Breaking: Change default entrypoint of the firebase-functions package to v2 instead of v1 (#1594)
  • Add @​deprecated annotation on functions.config() API (#1604)

v5.1.1

  • Fix retry in event triggered functions. (#1463)
  • Expose retry configuration in v2 RTDB trigger (#1588)
  • Fix CORS options for v2 callable functions (#1564)
  • Remove invalid enforceAppCheck option for v2 onRequest trigger (#1477)

v5.1.0

  • Future Extensions support (#1590)

v5.0.1

  • Fix App fetching for named firestore instances (#1562).

v5.0.0

  • Add option to get named firestore instance for v2 firestore functions (#1550).
  • Remove firebase-admin v10 dependency for Firestore triggers multi-DB support (#1555).

v4.9.0

  • Add new 2nd gen Firestore auth context triggers. (#1519)

v4.8.2

Fix bug with CORS options for an array of one string (#1544)

v4.8.1

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 4.2.1 to 6.3.0.
- [Release notes](https://github.com/firebase/firebase-functions/releases)
- [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json)
- [Commits](firebase/firebase-functions@v4.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: firebase-functions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from aravindvnair99 as a code owner January 27, 2025 12:21
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Copy link

guardrails bot commented Jan 27, 2025

⚠️ We detected 10 security issues in this pull request:

Insecure File Management (1)
Severity Details Docs
High Title: Path Traversal from user input
path.join(os.tmpdir(), path.basename(req.files.file[0].fieldname)),
📚

More info on how to fix Insecure File Management in JavaScript.


Insecure Use of Crypto (1)
Severity Details Docs
Medium Title: Insecure use of random generator
result += characters.charAt(Math.floor(Math.random() * charactersLength));
📚

More info on how to fix Insecure Use of Crypto in JavaScript.


Vulnerable Libraries (8)
Severity Details
Critical pkg:npm/[email protected] (t) upgrade to: > 11.11.1
High pkg:npm/[email protected] upgrade to: > 6.3.0
Informational pkg:npm/[email protected] upgrade to: > 1.4.6
Critical pkg:npm/@tensorflow/[email protected] upgrade to: > 3.14.0
N/A pkg:npm/[email protected] upgrade to: 3.1.10
High pkg:npm/[email protected] upgrade to: > 0.3.1
Medium pkg:npm/[email protected] upgrade to: 1.6.0
High pkg:npm/[email protected] upgrade to: > 8.54.0

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #639.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/functions/firebase-functions-6.3.0 branch February 3, 2025 12:11
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant