firebase / quickstart-unity

Firebase Quickstart Samples for Unity
https://firebase.google.com/games
Apache License 2.0
819 stars 424 forks source link

Bump jsonwebtoken, firebase-admin and firebase-functions in /functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions #1349

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps jsonwebtoken to 9.0.1 and updates ancestor dependencies jsonwebtoken, firebase-admin and firebase-functions. These dependencies need to be updated together.

Updates jsonwebtoken from 7.4.3 to 9.0.1

Changelog

Sourced from jsonwebtoken's changelog.

9.0.1 - 2023-07-05

  • fix(stubs): allow decode method to be stubbed

9.0.0 - 2022-12-21

Breaking changes: See Migration from v8 to v9

Breaking changes

Security fixes

  • security: fixes Arbitrary File Write via verify function - CVE-2022-23529
  • security: fixes Insecure default algorithm in jwt.verify() could lead to signature validation bypass - CVE-2022-23540
  • security: fixes Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC - CVE-2022-23541
  • security: fixes Unrestricted key type could lead to legacy keys usage - CVE-2022-23539

8.5.1 - 2019-03-18

Bug fix

Docs

8.5.0 - 2019-02-20

New Functionality

Test Improvements

Docs

... (truncated)

Commits
  • 84539b2 Updating package version to 9.0.1 (#920)
  • a99fd4b fix(stubs): allow decode method to be stubbed (#876)
  • e1fa9dc Merge pull request from GHSA-8cf7-32gw-wr33
  • 5eaedbf chore(ci): remove github test actions job (#861)
  • cd4163e chore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)
  • ecdf6cc fix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...
  • 8345030 fix(sign&verify)!: Remove default none support from sign and verify met...
  • 7e6a86b Upload OpsLevel YAML (#849)
  • 74d5719 docs: update references vercel/ms references (#770)
  • d71e383 docs: document "invalid token" error
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jake.lacey, a new releaser for jsonwebtoken since your current version.


Updates firebase-admin from 5.10.0 to 11.10.1

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v11.10.1

Miscellaneous

  • [chore] Release 11.10.1 (#2248)
  • Revert "chore: upgrade databse-compat (#2244)" (#2247)

Firebase Admin Node.js SDK v11.10.0

New Features

  • feat(functions): Add features to task queue functions (#2216)
  • feat(auth): Add TotpInfo field to UserRecord (#2197)
  • feat(storage): Add getDownloadUrl method to the Storage API (#2036)

Bug Fixes

  • fix: Update TOTP docstrings (#2245)

Miscellaneous

  • [chore] Release 11.10.0 (#2246)
  • chore: upgrade databse-compat (#2244)
  • build(deps): bump semver from 5.7.1 to 5.7.2 (#2242)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.36.0 to 7.36.1 (#2239)
  • build(deps-dev): bump sinon from 15.0.4 to 15.2.0 (#2240)
  • Fixed docgen for getDownloadURL (#2241)
  • Fix Memory Leak in AsyncHttpCall affecting auth.listUsers (#2236)
  • build(deps): bump @​google-cloud/storage from 6.9.5 to 6.11.0 (#2231)
  • build(deps): bump @​google-cloud/firestore from 6.6.0 to 6.6.1 (#2232)
  • build(deps-dev): bump @​firebase/app-compat from 0.2.7 to 0.2.13 (#2233)
  • Fixes to password policy validation (#2227)
  • Fix nesting in auth config tests (#2228)
  • build(deps-dev): bump eslint from 8.41.0 to 8.43.0 (#2218)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#2223)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.34.4 to 7.36.0 (#2219)
  • build(deps): bump @​types/node from 18.16.3 to 20.3.2 (#2224)
  • Expose MultiDB within Firestore (#2209)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.59.2 to 5.59.9 (#2205)
  • build(deps-dev): bump @​types/lodash from 4.14.194 to 4.14.195 (#2206)
  • build(deps-dev): bump @​firebase/auth-compat from 0.4.1 to 0.4.2 (#2208)

Firebase Admin Node.js SDK v11.9.0

New Features

  • feat(auth): Add Password Policies support in Project and Tenant config (#2107)

Bug Fixes

  • fix(firestore): Export Filter type from Firestore (#2192)

Miscellaneous

... (truncated)

Commits
Maintainer changes

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


Updates firebase-functions from 0.9.0 to 4.4.1

Release notes

Sourced from firebase-functions's releases.

v4.4.1

  • Update list of supported regions for 2nd Gen Functions. (#1402)
  • Fix bug where log message on structured log was being overwritten (#1416)
  • Fix bug where exists() should return true for falsy values like 0, "" (#1410)

v4.4.0

  • Fix typo on alert event type. (#1384)
  • Add consumeAppCheckToken option for callable functions (#1374)

v4.3.1

  • Export Change interface from the v2 firestore path (#1379).

v4.3.0

  • Enhance firstore triggers (#1358).
  • Allow parametrized string type in ServiceAccount fields in Functions and trigger configs (#1309)
  • Adds support for region params (#1353).

v4.2.1

  • Fixes an emulator issue where snapshot.ref could not point to multiple databases (#1339).
  • Fixes emulated v1 callable functions that use a monorepo setup (#1345).

v4.2.0

  • Allow Functions to specify vpcConnector as a string parameter (#1329)
  • Upgrade jsonwebtoken to version 9 (#1336)
  • Adds 'eventarcpublishing' as required API to custom event function
  • Hide type information of defineFloat in params module - it's not supported yet (#1341)

v4.1.1

  • Fix bug where some FireAlerts v2 functions didn't correctly return values back to Functions Framework. (#1324)

v4.1.0

  • Deprecate typoed function name lessThanorEqualTo (#1284)
  • Fix a bug where supplying preserveExternalChanges to scheduled functions would cause deployment failure (#1305).
  • Adds omit option to skip function deploys (#1298).

v4.0.2

  • Fix bug where secret parameters, defined using defineSecret(), were missing a .value() method (#1281)
  • Fix bug where v1/https was not exported (#1267)
  • Fix incorrect typeVersion export paths (#1287)
  • Revert removal of \_\_trigger (#1274)

v4.0.1

Correct the function BooleanExpression#then to BooleanExpression#thenElse (#1268)

v4.0.0

Breaking Changes

  • Deprecated allowInvalidAppCheckToken option. Instead use enforceAppCheck.

... (truncated)

Commits
  • e511ccb 4.4.1
  • ab8862c Update CHANGELOG.md (#1419)
  • cae4158 RTDB exists() should return true for falsy values (e.g. 0, false, "") (#1410)
  • 9e2f797 Don't overwrite structured 'message' in logs with empty string. Fixes #1404 (...
  • 258cdcd Update supported region for 2nd Gen functions. (#1402)
  • 47cfc61 [firebase-release] Removed change log and reset repo after 4.4.0 release
  • f290730 4.4.0
  • ef4cdda Support consumeAppCheckToken option for callable functions (#1374)
  • c640b7e Fix typo on fire alert event type. (#1384)
  • 683eadf Temporarily disable twitter integration. (#1382)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for firebase-functions 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/firebase/quickstart-unity/network/alerts).
mohammadjprQR commented 2 months ago

Do not make changes, the project is involved in destructive changes.