-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Reviewer's Guide by SourceryThis 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.1sequenceDiagram
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
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this 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!
Vulnerable Libraries (2)
More info on how to fix Vulnerable Libraries in JavaScript. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
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
enforceAppCheck
option for v2 onRequest trigger (#1477)Important
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:![](https://camo.githubusercontent.com/fbf8b9d068f2bd23835e97d3f3c74650bfebe56851829c009c87a18d18da5eec/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f694a68595759304e5441304d79316b5a6a68694c5451314f544d744f4445314f5330354d544d774d6d5668596a55775a6a45694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496d46685a6a51314d44517a4c57526d4f4749744e4455354d7930344d5455354c546b784d7a41795a5746694e54426d4d534a3966513d3d)
Summary by Sourcery
Enhancements: