Skip to content

[Snyk] Upgrade firebase-functions from 3.2.0 to 3.14.1#17

Open
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-606463db16f08ed5c08f3440e4d9d533
Open

[Snyk] Upgrade firebase-functions from 3.2.0 to 3.14.1#17
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-606463db16f08ed5c08f3440e4d9d533

Conversation

@snyk-bot
Copy link

@snyk-bot snyk-bot commented Jul 8, 2021

Snyk has created this PR to upgrade firebase-functions from 3.2.0 to 3.14.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 19 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2021-05-17.
Release notes
Package name: firebase-functions
  • 3.14.1 - 2021-05-17
    • Fixes a bug where typescript would fail to compile with old (but supported) versions of firebase-admin
    • Replaces 3.13.3 which was an inappropriately numbered version
  • 3.14.0 - 2021-05-12
    • Functions may now be deployed with 8GB RAM
    • Functions may now be deployed to europe-central2 (Warsaw)
    • Add support for validating App Check tokens for Callable Functions
  • 3.13.3 - 2021-05-17
    • Fixes a bug where typescript would fail to compile with old (but supported) versions of firebase-admin
  • 3.13.2 - 2021-02-22
    • Fixes issue where DATABASE_URL and STORAGE_BUCKET_URL could not be set to undefined. (#829)
    • Fixes a bug where ingressSettings could not be set. (#827)
  • 3.13.1 - 2021-01-15
    • Fixes a bug that prevented Functions from being deployed with availableMemoryMb set to 4GB.
    • Fixes bug where functions.logger.log crashes function if circular dependencies are passed in
  • 3.13.0 - 2020-12-07
    • Adds serviceAccount option to runtimeOptions to specify which service account Cloud Function should use at runtime. For example:
    test-sa@project.iam.gserviceaccount.com'
    // OR
    // serviceAcount: 'test-sa@"
    // OR
    // serviceAccount: 'default'
    })

    ">

    const functions = require('firebase-functions');

    exports.myFunction = functions.runWith({
    serviceAccount: 'test-sa@project.iam.gserviceaccount.com'
    // OR
    // serviceAcount: 'test-sa@"
    // OR
    // serviceAccount: 'default'
    })

    Requires firebase-tools@8.18.0 or later. Thanks @ egor-miasnikov!

    • Upgrades highlight.js to 10.4.1 to fix a vulnerability.
  • 3.12.0 - 2020-11-30
    • Adds 4GB as a memory option for runWith().
    • Adds support for choosing ingressSettings via runWith().
  • 3.11.0 - 2020-08-21
    • Adds support for vpcConnector and vpcConnectorEgressSettings fields in functions.runWith(). Must be used in conjunction with firebase-tools v8.9.0 or higher. Thanks @ pcboy! (#752)
  • 3.10.0 - 2020-08-20
    • Adds support for functions failure policies (#482)
  • 3.9.1 - 2020-08-12
    • Updates firebase-admin dependency to support ^9.0.0 in addition to ^8.0.0. Note that firebase-admin no longer supports Node.js 8.x as of 9.0.0.
    • Fixes logging of unexpected errors in https.onCall() functions.
  • 3.9.0 - 2020-07-31
  • 3.8.0 - 2020-07-14
  • 3.7.0 - 2020-06-09
  • 3.6.2 - 2020-05-28
  • 3.6.1 - 2020-04-24
  • 3.6.0 - 2020-03-31
  • 3.5.0 - 2020-03-20
  • 3.4.0 - 2020-03-19
  • 3.3.0 - 2019-10-10
  • 3.2.0 - 2019-07-24
from firebase-functions GitHub release notes
Commit messages
Package name: firebase-functions
  • 242f421 Fix changelog being in the wrong location (#894)
  • 4053ee1 Prep release 3.14.1 (#893)
  • 2b3b15d [firebase-release] Removed change log and reset repo after 3.13.3 release
  • ba2cd3b Add relnotes (#892)
  • e94f1c0 Inline DecodedAppCheck definition (#891)
  • 8e4a446 Fix typo (#890)
  • f74adaa [firebase-release] Removed change log and reset repo after 3.14.0 release
  • 4ed7b76 Update release script to build packages using Node 14 (#889)
  • c29a8a5 Support verification of AppCheck token in Callable Functions (#885)
  • 09120b6 Redactions (#886)
  • 29a55af Updating runWith enums (#884)
  • 98bf467 Update generate-docs to modern JS (#874)
  • a401954 Remove crashlytics from toc.yaml, and dont try to delete css.map files if they dont exist (#871)
  • 92916aa Add tests to verify logger does not alter its parameters (#873)
  • d7d455a Stop running Node 8 tests in GitHub (#870)
  • ee793c7 Update integration test so that it works again. (#869)
  • f2435b1 Cleaning up crashlytics trigger (#868)
  • e2c9475 Remove crashlyitcs (#866)
  • fc4788e [firebase-release] Removed change log and reset repo after 3.13.2 release
  • 0c382ed 3.13.2
  • 2d81a6b Update issue templates (#857)
  • 0e2e95c Adds changelog for #829 and #827. (#848)
  • 8869169 Fixing issue reading env.DATABASE_URL and process.env.STORAGE_BUCKET_URL (#840)
  • 5f64797 Fix IngressSettings (#827)

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

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.

1 participant