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

[Snyk] Upgrade firebase-functions from 5.0.1 to 5.1.1 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

allyelvis
Copy link
Owner

@allyelvis allyelvis commented Feb 1, 2025

snyk-top-banner

Snyk has created this PR to upgrade firebase-functions from 5.0.1 to 5.1.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.

  • The recommended version was released 5 months ago.

Release notes
Package name: firebase-functions
  • 5.1.1 - 2024-08-30
    • 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)
  • 5.1.0 - 2024-08-19
    • Future Extensions support (#1590)
  • 5.0.1 - 2024-05-03
    • Fix App fetching for named firestore instances (#1562).
from firebase-functions GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Summary by Sourcery

Enhancements:

  • Upgrade the firebase-functions dependency to improve the reliability and security of the project.

Snyk has created this PR to upgrade firebase-functions from 5.0.1 to 5.1.1.

See this package in npm:
firebase-functions

See this project in Snyk:
https://app.snyk.io/org/allyelvis/project/22c91279-a086-41eb-bb30-bd328c0cdfc6?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

cloudflare-workers-and-pages bot commented Feb 1, 2025

Deploying aenzbi-backend with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1b97b65
Status:🚫  Build failed.

View logs

Copy link

vercel bot commented Feb 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aenzbi-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2025 11:33pm
aenzbi-backend-opnh ❌ Failed (Inspect) Feb 1, 2025 11:33pm

Copy link

codesandbox bot commented Feb 1, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

sourcery-ai bot commented Feb 1, 2025

Reviewer's Guide by Sourcery

This pull request upgrades the firebase-functions dependency from version 5.0.1 to 5.1.1. This is a minor version upgrade that includes several bug fixes and new features.

Sequence diagram showing improved retry behavior in v5.1.1

sequenceDiagram
    participant C as Client
    participant F as Firebase Function
    participant R as Retry Handler
    Note over F,R: New improved retry behavior in v5.1.1
    C->>F: Trigger event
    F->>F: Process event
    alt Event fails
        F->>R: Handle failure
        R-->>F: Retry with configuration
        F->>F: Reprocess event
        F-->>C: Return result
    else Event succeeds
        F-->>C: Return result
    end
Loading

File-Level Changes

Change Details Files
Upgraded the firebase-functions dependency.
  • Updated firebase-functions version from 5.0.1 to 5.1.1 in package.json.
  • Updated firebase-functions version in package-lock.json.
server.aenzbi.bi/functions/package.json
server.aenzbi.bi/functions/package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!

Copy link

guardrails bot commented Feb 1, 2025

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

Vulnerable Libraries (2)
Severity Details
High pkg:npm/[email protected] upgrade to: > 5.1.1
High pkg:npm/[email protected] (t) upgrade to: > 8.57.0

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

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.

2 participants