FirebaseExtended / custom-auth-samples

Samples showcasing how to sign in Firebase using additional Identity Providers
Apache License 2.0
323 stars 97 forks source link

Bump ms and firebase-admin in /kakao/KakaoLoginServer #30

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps ms to 2.0.0 and updates ancestor dependency firebase-admin. These dependencies need to be updated together.

Updates ms from 0.7.3 to 2.0.0

Release notes

Sourced from ms's releases.

2.0.0

Major Changes

  • Limit str to 100 to avoid ReDoS of 0.3s: #89

Patches

  • Ignored logs coming from npm: b1eaab752203e978492a4d540a7ae1d26e6306b1
  • Bumped dependencies to the latest version: bcf57157678fd5afc691383145a35e116f9704d0
  • Invalidated cache for slack badge: 94b995c1d6d5d13ec976a0c6849a3cca9b277e6b

Credits

Huge thanks to @​karenyavine for their help!

1.0.0

Major Changes

  • Removed component specification: 1fbbe974cdcad96e592dcb65a7b2a8649f690420

Patches

  • Test on LTS version of Node: c9b1fd319f0f9198d85ecf4ba83e46cc1216be04
  • Removed XO: 94068ea6d518387670df277f740b1abada80ed48
  • Use prettier and eslint: 57b3ef8e3423cae6254f94c5564a11b4492cff43
  • Badge for XO removed: 389840b329436117741b2ef13a172725082695b9
  • Removed browser testing: e818c3581aca3119c00d81901bfe8fe653bcfda4
  • More suitable name for file containing tests: ee91f307a8dc3581ebdad614ec0533ddb3d8bf56
Commits
  • 9b88d15 2.0.0
  • 94b995c Invalidated cache for slack badge
  • bcf5715 Bumped dependencies to the latest version
  • b1eaab7 Ignored logs coming from npm
  • caae298 Limit str to 100 to avoid ReDoS of 0.3s (#89)
  • b83b36d chore(package): update eslint to version 3.19.0 (#88)
  • 3f2a4d7 chore(package): update husky to version 0.13.3 (#86)
  • 7daf984 1.0.0
  • ee91f30 More suitable name for file containing tests
  • e818c35 Removed browser testing
  • Additional commits viewable in compare view


Updates firebase-admin from 5.2.1 to 5.13.1

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v5.13.1

  • Upgraded Cloud Firestore client to v0.15.4.
  • Exposed the Firestore Timestamp type from the admin.firestore namespace.

Firebase Admin Node.js SDK v5.13.0

  • The Admin SDK can now read the Firebase/Google Cloud Platform project ID from both GCLOUD_PROJECT and GOOGLE_CLOUD_PROJECT environment variables.
  • Upgraded the Cloud Firestore client from 0.14.0 to 0.15.2. This version of the Firestore client changes how date values are handled.

Authentication

  • The Admin SDK can now create custom tokens without being initialized with service account credentials.
  • The SDK accepts a new serviceAccountId app option, which can be used to specify just the client email of a service account.
  • When deployed in an environment managed by Google (e.g. Google Cloud Functions), the SDK can auto discover a service account ID without any explicit configuration.

Database

  • Updated typings of the admin.database.Query.once() method to return a more specific type.

Cloud Messaging

  • Updated typings of the admin.messaging.WebpushNotification type to include all supported notification fields.

Firebase Admin Node.js SDK v5.12.1

  • Admin SDK now lazy loads all child namespaces and certain heavy dependencies for faster load times. This change also ensures that only the sources for namespaces that are actually used get loaded into the Node.js process.
  • Upgraded Cloud Firestore client to v0.14.0.

Firebase Admin Node.js SDK v5.12.0

Authentication

Cloud Messaging

  • Added the mutableContent optional field to the messaging.Aps type. This can be used to set the mutable-content property when sending FCM messages to APNS targets.
  • Added support for specifying arbitrary key-value fields in the messaging.Aps type.

Firebase Admin Node.js SDK v5.11.0

Firebase Auth

Firebase Admin Node.js SDK v5.10.0

  • Upgraded Realtime Database client to v0.2.0. With this upgrade developers can call the admin.database().ref() method with another Reference instance as the argument.
  • Upgraded Cloud Firestore client to v0.13.0.

Firebase Admin Node.js SDK v5.9.1

  • The admin.initializeApp() method can now be invoked without a credential option. This prompts the SDK to use Google Application Default Credentials.
  • Upgraded the Cloud Firestore client from 0.11.1 to 0.12.0.
  • Upgraded the Cloud Storage client from 1.2.1 to 1.6.0.

... (truncated)

Changelog

Sourced from firebase-admin's changelog.

v5.13.1

  • [changed] Upgraded Cloud Firestore client to v0.15.4.
  • [changed] Exposed the Firestore Timestamp type from the admin.firestore namespace.

v5.13.0

  • [changed] Admin SDK can now create custom tokens without being initialized with service account credentials. When a service account private key is not available, the SDK uses the remote IAM service to sign JWTs in the cloud.
  • [changed] Updated the typings of the admin.database.Query.once() method to return a more specific type.
  • [changed] Admin SDK can now read the Firebase/GCP project ID from both GCLOUD_PROJECT and GOOGLE_CLOUD_PROJECT environment variables.
  • [changed] Updated the WebpushNotification typings to match the current API.
  • [changed] Upgraded Cloud Firestore client to v0.15.2.

v5.12.1

  • [changed] Admin SDK now lazy loads all child namespaces and certain heavy dependencies for faster load times. This change also ensures that only the sources for namespaces that are actually used get loaded into the Node.js process.
  • [changed] Upgraded Cloud Firestore client to v0.14.0.

v5.12.0

  • [feature] Added the session cookie management APIs for creating and verifying session cookies, via auth.createSessionCookie() and auth.verifySessionCookie().
  • [added] Added the mutableContent optional field to the Aps type of the FCM API.
  • [added] Added the support for specifying arbitrary custom key-value fields in the Aps type.

v5.11.0

  • [changed] Added the auth.importUsers() method for importing users to Firebase Auth in bulk.

v5.10.0

  • [changed] Upgraded Realtime Database client to v0.2.0. With this upgrade developers can call the admin.database().ref() method with another Reference instance as the argument.
  • [changed] Upgraded Cloud Firestore client to v0.13.0.

v5.9.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by firebase-ops, a new releaser for firebase-admin since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/FirebaseExtended/custom-auth-samples/network/alerts).