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

Update dependency firebase-admin to v10 - autoclosed #19

Closed

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Jul 7, 2022

This PR contains the following updates:

Package Type Update Change
firebase-admin (source) dependencies major ^8.9.0 -> ^10.0.0

By merging this PR, the issue #20 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2020-26289
High High 7.5 CVE-2020-7662
High High 7.5 CVE-2022-24771
High High 7.5 CVE-2022-24772
High High 7.5 WS-2020-0219
High High 7.3 CVE-2020-7720
Medium Medium 6.6 WS-2022-0008
Medium Medium 6.1 CVE-2022-0122
Medium Medium 5.3 CVE-2020-7765
Medium Medium 5.3 CVE-2022-24773

Release Notes

firebase/firebase-admin-node

v10.0.2: Firebase Admin Node.js SDK v10.0.2

Compare Source

Miscellaneous

v10.0.1: Firebase Admin Node.js SDK v10.0.1

Compare Source

Bug Fixes
  • fix(firestore): Expose more types from gcp firestore
  • fix(auth): Add user disabled error code. (#​1506)
  • fix(auth): Remove request body for deleteTenant (#​1461)
Miscellaneous

v10.0.0: Firebase Admin Node.js SDK v10.0.0

Compare Source

Breaking Changes
  • change: Dropped support for Node.js 10. Developers should use Node.js 12 or up when deploying the Admin SDK (#​1445).
New Features
  • Admin SDK now offers a series of ES module entry points (e.g. firebase-admin/app, firebase-admin/auth etc)
  • New module entry points can be used in native ESM runtimes.
  • Developers are recommended to use the new entry points, and migrate out of the namespaced API.
Bug Fixes
  • fix: Using Node 12 for nightly builds (#​1460)
Miscellaneous

v9.12.0: Firebase Admin Node.js SDK v9.12.0

Compare Source

New Features
  • feat(rc): Add Remote Config Parameter Value Type Support (#​1424)
Bug Fixes
  • fix(fac): Verify Token: Change the jwks cache duration from 1 day to 6 hours (#​1439)
  • fix(rtdb): Changed admin.database to use database-compat package (#​1437)
Miscellaneous

v9.11.1: Firebase Admin Node.js SDK v9.11.1

Compare Source

Bug Fixes
  • fix: Update comments in index files (#​1414)
  • fix: Throw error on user disabled and check revoked set true (#​1401)
Miscellaneous

v9.11.0: Firebase Admin Node.js SDK v9.11.0

Compare Source

New Features
  • feat(fac): Add custom TTL options for App Check (#​1363)
Miscellaneous

v9.10.0: Firebase Admin Node.js SDK v9.10.0

Compare Source

New Features
  • feat(fis): Adding the admin.installations() API for deleting Firebase installation IDs (#​1187)
Bug Fixes
  • fix: Updated TOC for new Auth type aliases (#​1342)
  • fix(docs): replace all global.html -> admin.html (#​1341)
  • fix(auth): Better type hierarchies for Auth API (#​1294)
Miscellaneous

v9.9.0: Firebase Admin Node.js SDK v9.9.0

Compare Source

Breaking Changes
  • change: The Admin SDK now requires Node.js 10.13.0 or higher. (#​1300)
New Features
  • feat(auth): Added code flow support for OIDC flow. (#​1220)
Bug Fixes
  • fix(auth): make MFA uid optional for updateUser operations (#​1278)
  • fix: Revert regression introduced in #​1257 (#​1277)
Miscellaneous
  • [chore] Release 9.9.0 (#​1302)
  • Fixed integration test failure of skipped tests (#​1299)
  • chore: Teporarily disabling sendToDeviceGroup integration test (#​1292)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.11.2 to 7.15.2 (#​1291)
  • build(deps-dev): bump chalk from 1.1.3 to 4.1.1 (#​1288)
  • build(deps-dev): bump nyc from 14.1.1 to 15.1.0 (#​1290)
  • build(deps-dev): bump sinon from 9.0.2 to 9.2.4 (#​1289)
  • build(deps-dev): bump run-sequence from 1.2.2 to 2.2.1 (#​1282)
  • build(deps-dev): bump gulp-header from 1.8.12 to 2.0.9 (#​1283)
  • chore: Remove gulp-replace dependency (#​1285)
  • chore: Enabled dependabot (#​1279)
  • build(deps): bump jose from 2.0.4 to 2.0.5 (#​1265)
  • build(deps): bump handlebars from 4.7.6 to 4.7.7 (#​1253)

v9.8.0: Firebase Admin Node.js SDK v9.8.0

Compare Source

Bug Fixes
  • fix: adds missing EMAIL_NOT_FOUND error code (#​1246)
Miscellaneous

v9.7.0: Firebase Admin Node.js SDK v9.7.0

Compare Source

Bug Fixes
  • fix(rtdb): Fixing a token refresh livelock in Cloud Functions (#​1234)
Miscellaneous
  • [chore] Release 9.7.0 (#​1240)
  • Revert "Disable one flaky tests in emulator. (#​1205)" (#​1227)
  • Add support for FIREBASE_STORAGE_EMULATOR_HOST env var (#​1175)
  • chore: Clean up nightly workflow trigger tests (#​1212)
  • Change dispatch event name in nightly workflow (#​1216)
  • chore: Fix bug in send-email action code (#​1214)
  • chore: Add Mailgun send email action (#​1210)
  • (chore): Add JWT Decoder and Signature Verifier (#​1204)

v9.6.0: Firebase Admin Node.js SDK v9.6.0

Compare Source

New Features
  • feat(rtdb): Support emulator mode for rules management operations (#​1190)
Bug Fixes
  • fix(rtdb): Fixing the RTDB token listener callback (#​1203)
  • fix: Decoupled proactive token refresh from FirebaseApp (#​1194)
Miscellaneous
  • [chore] Release 9.6.0 (#​1209)
  • Disable one flaky tests in emulator. (#​1205)
  • Add emulator-based integration tests. (#​1155)
  • Update HOME.md (#​1181)
  • chore: Updated doc generator for typedoc 0.19.0 (#​1166)

v9.5.0: Firebase Admin Node.js SDK v9.5.0

Compare Source

New Features
  • feat(auth): Add ability to link a federated ID with the updateUser() method. (#​770)
  • feat(auth): Implement getUserByProviderId (#​769)
  • feat: Exporting all types of Messages so they can be used by consumers (#​1147)
Bug Fixes
  • fix: Removing FirebaseServiceInterface and FirebaseServiceInternalsInterface (#​1128)
Miscellaneous
  • [chore] Release 9.5.0 (#​1167)
  • (chore): Export UserProvider type and add it to toc.yaml (#​1165)
  • Allow enabling of anonymous provider via tenant configuration (#​802)
  • Improve token verification logic with Auth Emulator. (#​1148)
  • update typo in interface name (#​1138)
  • Updating Google Cloud naming (#​1122)
  • chore(core): Automate Daily Integration Tests (#​1130)
  • chore(rc): Add more unit tests for timestamp validation (#​1092)
  • Remove delayed response message for holidays (#​1125)
  • build(deps): bump highlight.js from 10.4.0 to 10.5.0 (#​1127)
  • build(deps): bump ini from 1.3.5 to 1.3.8 (#​1126)
  • build(deps): bump date-and-time from 0.14.1 to 0.14.2 (#​1120)
  • Adding delayed response message for holidays (#​1118)

v9.4.2: Firebase Admin Node.js SDK v9.4.2

Compare Source

Bug Fixes
  • fix(fcm): Support arbitrary custom values in the ApnsPayload (#​1097)
Miscellaneous

v9.4.1: Firebase Admin Node.js SDK v9.4.1

Compare Source

Bug Fixes
  • fix(rc): Fix Version update time parsing failure (#​1089)
Miscellaneous
  • [chore] Release 9.4.1 (#​1091)
  • Reinstating tag that devsite needs present to supress machine translation. (#​1090)

v9.4.0: Firebase Admin Node.js SDK v9.4.0

Compare Source

New Features
  • feat(firestore): Exposed more types from the admin.firestore namespace (#​1080)
Bug Fixes
  • fix: Adding es2018 libraries to the build (#​1079)
  • fix: Upgraded dev dependency on yargs (#​1073)
Miscellaneous
  • [chore] Release 9.4.0 (#​1087)
  • Use 'owner' token when communicating with Auth emulator (#​1085)
  • Handle lookup returning empty array of users. (#​1082)
  • chore: Configuring an API Extractor report for the repo (#​1081)
  • chore: Auto-generating typings from the source (#​1072)

v9.3.0: Firebase Admin Node.js SDK v9.3.0

Compare Source

Miscellaneous

v9.2.0: Firebase Admin Node.js SDK v9.2.0

Compare Source

New Features
  • feat(ml): Adding Firebase ML support for AutoML models (#​1024)
Bug Fixes
  • fix(storage): Support typing generation for the storage API (#​1019)
Miscellaneous
  • [chore] Release 9.2.0 (#​1030)
  • build(deps): bump node-forge from 0.9.1 to 0.10.0 (#​1028)
  • Adding More ModelOptions to toc.yaml (#​1027)
  • build(deps): bump node-fetch from 2.6.0 to 2.6.1 (#​1025)
  • chore: Enabling max-len lint rule (#​1014)
  • build(deps-dev): bump bcrypt from 3.0.8 to 5.0.0 (#​1002)
  • Allow Credential to auto-generate typings, separate internal vs external APIs (#​1012)
  • auth: Add credential service (#​1011)

v9.1.1: Firebase Admin Node.js SDK v9.1.1

Compare Source

Bug Fixes
  • fix(auth): Address several auth typing inconsistencies (#​993)
Miscellaneous
  • [chore] Release 9.1.1 (#​1003)
  • Add missing class in RemoteConfig Namespace (#​996)

v9.1.0: Firebase Admin Node.js SDK v9.1.0

Compare Source

New Features
  • feat(auth): Adds ability to enable MFA on a Google Cloud Identity Platform tenant (#​930)
Bug Fixes
  • fix(auth): Make displayName optional for AuthProviderConfig typings (#​970)
  • fix(auth): Fix several typing inconsistencies (#​966)
  • fix: Use object instead of Object in typings (#​961)
Miscellaneous
  • [chore] Release 9.1.0 (#​991)
  • Firebase ML can gracefully accept unknown fields in ModelResponse (#​989)
  • Allow RTDB to auto-generate typings, separate internal vs external APIs (#​963)
  • Allow Firestore to auto-generate typings, separate internal vs external APIs (#​986)
  • Allow RemoteConfig to auto-generate typings, separate internal vs external APIs (#​984)
  • Allow FCM to auto-generate typings, separate internal vs external APIs (#​982)
  • Allow security-rules to auto-generate typings, separate internal vs external APIs (#​974)
  • chore: Adopt no-unused-vars-experimental for eslint to prevent incorrect linting errors (#​981)
  • chore: Make instance-id use new modularization pattern (#​977)
  • Allow project-management to auto-generate typings, separate internal vs external APIs (#​971)
  • chore(rc): Move manual typings remote-config typings to separate folder (#​975)
  • Allow instance-id to auto-generate typings, separate internal vs external APIs (#​969)
  • Modify gulpfile to allow for autogenerated types per-service (#​967)
  • Fix updateUser's typing jsdoc (delete => update) (#​964)
  • Add null to customUserClaims (#​958)
  • chore: Enable keyword-spacing ESLint rule (#​957)
  • chore: Remove instances of XXX_SDK_VERSION_XXX by reading version from package.json (#​952)
  • fix fragment (#​944)

v9.0.0: Firebase Admin Node.js SDK v9.0.0

Compare Source

Breaking Changes
  • change: Dropped Node 8 support and upgraded Firestore/Storage dependencies
Bug Fixes
  • fix: Upgraded Chai, Sinon and other test dependencies (#​938)
Miscellaneous
  • [chore] Release 9.0.0 (#​946)
  • File permissions updated (#​942)
  • chore: update node-forge to ^0.9.1 (#​941)
  • chore: Add ESLint rule for curly braces, apply fix (#​939)
  • Adds scrypt support in node 12 (#​739)
  • Add null to databaseAuthVariableOverride (#​926)

v8.13.0: Firebase Admin Node.js SDK v8.13.0

Compare Source

New Features
  • feat(rc): Add Remote Config Version Management API (#​920)
Bug Fixes
  • fix(auth): Migrated IAM sign endpoint to iamcredentials.googleapis.com (#​916)
  • fix(auth): Fixing flaky deleteUsers() integration tests (#​917)
  • fix: Upgraded node-forge and jsonwebtoken dependencies (#​912)
  • fix(auth): Add interfaces for UserProviderRequest and Metadata used in UserImportRecord (#​909)
  • fix: Fixed faulty metadata for the send-tweet Action (#​908)
  • fix(auth): Properly parse the lastRefreshTime. (#​888)
Miscellaneous
  • [chore] Release 8.13.0 (#​925)
  • Add integration tests for RC manage version operations (#​914)
  • Add another missing RC type to toc.yaml (#​924)
  • Add new RC types in toc.yaml (#​923)
  • Fixed a flaky auth integration test by retrying the GetUser() API call (#​907)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 (#​900)
  • Fixing Firebase ML integration tests (#​899)
  • fixing tests with unhandled promises (#​894)
  • Rectified issues in comments for NotificationMessagePayload (#​879)
  • chore: Running CI workflow on pull_request (#​886)

v8.12.1: Firebase Admin Node.js SDK v8.12.1

Compare Source

Miscellaneous
  • [chore] Release 8.12.1 (#​883)
  • Mark UserMetadata::lastRefreshTime as optional. (#​881)
  • Remove type aliases from toc.yaml (#​877)

  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Jul 7, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Aug 3, 2022
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch August 3, 2022 18:13
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 - autoclosed Update dependency firebase-admin to v10 Aug 8, 2022
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/firebase-admin-10.x branch August 8, 2022 15:38
@mend-for-github-com mend-for-github-com bot reopened this Aug 8, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Aug 12, 2022
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch August 12, 2022 15:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 - autoclosed Update dependency firebase-admin to v10 Aug 13, 2022
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/firebase-admin-10.x branch August 13, 2022 17:06
@mend-for-github-com mend-for-github-com bot reopened this Aug 13, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Sep 11, 2022
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch September 11, 2022 18:04
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 - autoclosed Update dependency firebase-admin to v10 Sep 13, 2022
@mend-for-github-com mend-for-github-com bot reopened this Sep 13, 2022
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/firebase-admin-10.x branch September 13, 2022 17:29
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Oct 11, 2022
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch October 11, 2022 21:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 - autoclosed Update dependency firebase-admin to v10 Oct 13, 2022
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/firebase-admin-10.x branch October 13, 2022 09:41
@mend-for-github-com mend-for-github-com bot reopened this Oct 13, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Nov 28, 2022
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch November 28, 2022 01:14
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 - autoclosed Update dependency firebase-admin to v10 Nov 29, 2022
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/firebase-admin-10.x branch November 29, 2022 07:05
@mend-for-github-com mend-for-github-com bot reopened this Nov 29, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Dec 23, 2022
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch December 23, 2022 01:23
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 - autoclosed Update dependency firebase-admin to v10 Dec 25, 2022
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/firebase-admin-10.x branch December 25, 2022 07:45
@mend-for-github-com mend-for-github-com bot reopened this Dec 25, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Mar 16, 2023
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch March 16, 2023 21:27
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 - autoclosed Update dependency firebase-admin to v10 Mar 18, 2023
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/firebase-admin-10.x branch March 18, 2023 08:59
@mend-for-github-com mend-for-github-com bot reopened this Mar 18, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Mar 26, 2023
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch March 26, 2023 11:58
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 - autoclosed Update dependency firebase-admin to v10 Mar 31, 2023
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/firebase-admin-10.x branch March 31, 2023 04:51
@mend-for-github-com mend-for-github-com bot reopened this Mar 31, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency firebase-admin to v10 Update dependency firebase-admin to v10 - autoclosed Apr 23, 2023
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/firebase-admin-10.x branch April 23, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants