[Snyk] Upgrade firebase-functions from 3.2.0 to 3.7.0 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade firebase-functions from 3.2.0 to 3.7.0.
ℹ️ 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.
Release notes
Package name: firebase-functions
Adds
functions.logger
SDK to enable structured logging in the Node.js 10 runtime. For example:Adds a special require that mimics Node.js 8 runtime logging in Node.js 10 and later runtimes:
In newer runtimes, requiring this will emit text logs with multi-line support and appropriate severity. In the Node.js 8 runtime, the
compat
module has no effect.Fixes
https.onRequest
type signature to allow Promises forasync
functions.@types/express
version to 4.17.3 to fix type definition issue (Issue #685).QueryDocumentSnapshot
instead ofDocumentSnapshot
, which guarantees that data is not undefined (Issue #659).DataSnapshot.forEach
toboolean | void
matchfirebase-admin
SDK.functions.region("europe-west3")
).Adds support for defining max number of instances for a function. Example:
Learn more about max instances in the Google Cloud documentation.
Fixes TypeScript build error when
package-lock.json
is present by updating dependencies (Issue #637).functions.testLab
.Commit messages
Package name: firebase-functions
Compare
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:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs