Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump jsonwebtoken, firebase-admin and firebase-functions…
… in /functions (#502) Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.2 and updates ancestor dependencies [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [firebase-admin](https://github.com/firebase/firebase-admin-node) and [firebase-functions](https://github.com/firebase/firebase-functions). These dependencies need to be updated together. Updates `jsonwebtoken` from 8.5.1 to 9.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md">jsonwebtoken's changelog</a>.</em></p> <blockquote> <h2>9.0.2 - 2023-08-30</h2> <ul> <li>security: updating semver to 7.5.4 to resolve CVE-2022-25883, closes <a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/921">#921</a>.</li> <li>refactor: reduce library size by using lodash specific dependencies, closes <a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/878">#878</a>.</li> </ul> <h2>9.0.1 - 2023-07-05</h2> <ul> <li>fix(stubs): allow decode method to be stubbed</li> </ul> <h2>9.0.0 - 2022-12-21</h2> <p><strong>Breaking changes: See <a href="https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v8-to-v9">Migration from v8 to v9</a></strong></p> <h3>Breaking changes</h3> <ul> <li>Removed support for Node versions 11 and below.</li> <li>The verify() function no longer accepts unsigned tokens by default. ([834503079514b72264fd13023a3b8d648afd6a16]<a href="https://github.com/auth0/node-jsonwebtoken/commit/834503079514b72264fd13023a3b8d648afd6a16">https://github.com/auth0/node-jsonwebtoken/commit/834503079514b72264fd13023a3b8d648afd6a16</a>)</li> <li>RSA key size must be 2048 bits or greater. ([ecdf6cc6073ea13a7e71df5fad043550f08d0fa6]<a href="https://github.com/auth0/node-jsonwebtoken/commit/ecdf6cc6073ea13a7e71df5fad043550f08d0fa6">https://github.com/auth0/node-jsonwebtoken/commit/ecdf6cc6073ea13a7e71df5fad043550f08d0fa6</a>)</li> <li>Key types must be valid for the signing / verification algorithm</li> </ul> <h3>Security fixes</h3> <ul> <li>security: fixes <code>Arbitrary File Write via verify function</code> - CVE-2022-23529</li> <li>security: fixes <code>Insecure default algorithm in jwt.verify() could lead to signature validation bypass</code> - CVE-2022-23540</li> <li>security: fixes <code>Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC</code> - CVE-2022-23541</li> <li>security: fixes <code>Unrestricted key type could lead to legacy keys usage</code> - CVE-2022-23539</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/bc28861f1fa981ed9c009e29c044a19760a0b128"><code>bc28861</code></a> Release 9.0.2 (<a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/935">#935</a>)</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/96b89060cfc19272a7d853f53cb28c42580a6a67"><code>96b8906</code></a> refactor: use specific lodash packages (<a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/933">#933</a>)</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/ed35062239c0195d4341025d4699cc39608b435e"><code>ed35062</code></a> security: Updating semver to 7.5.4 to resolve CVE-2022-25883 (<a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/932">#932</a>)</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/84539b29e17fd40ed25c53fc28db8ae41a34aff8"><code>84539b2</code></a> Updating package version to 9.0.1 (<a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/920">#920</a>)</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/a99fd4b473e257c2f50ff69c716db1c520bf9a78"><code>a99fd4b</code></a> fix(stubs): allow decode method to be stubbed (<a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/876">#876</a>)</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/e1fa9dcc12054a8681db4e6373da1b30cf7016e3"><code>e1fa9dc</code></a> Merge pull request from GHSA-8cf7-32gw-wr33</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/5eaedbf2b01676d952336e73b4d2efba847d2d1b"><code>5eaedbf</code></a> chore(ci): remove github test actions job (<a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/861">#861</a>)</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/cd4163eb1407aab0b3148f91b0b9c26276b96c6b"><code>cd4163e</code></a> chore(ci): configure Github Actions jobs for Tests & Security Scanning (<a href="https://redirect.github.com/auth0/node-jsonwebtoken/issues/856">#856</a>)</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/ecdf6cc6073ea13a7e71df5fad043550f08d0fa6"><code>ecdf6cc</code></a> fix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...</li> <li><a href="https://github.com/auth0/node-jsonwebtoken/commit/834503079514b72264fd13023a3b8d648afd6a16"><code>8345030</code></a> fix(sign&verify)!: Remove default <code>none</code> support from <code>sign</code> and <code>verify</code> met...</li> <li>Additional commits viewable in <a href="https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~charlesrea">charlesrea</a>, a new releaser for jsonwebtoken since your current version.</p> </details> <br /> Updates `firebase-admin` from 10.2.0 to 12.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/firebase/firebase-admin-node/releases">firebase-admin's releases</a>.</em></p> <blockquote> <h2>Firebase Admin Node.js SDK v12.2.0</h2> <h3>Breaking Changes</h3> <ul> <li>change: Deprecate Node.js 16 support (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2574">#2574</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix: Replace <code>farmhash</code> with <code>farmhash-modern</code> (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2603">#2603</a>)</li> <li>fix: Make ADC + human account work with firebase-admin (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2553">#2553</a>)</li> <li>fix: Use optional chaining in FirebaseError (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2581">#2581</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li>[chore] Release 12.2.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2605">#2605</a>)</li> <li>build(deps): bump uuid from 9.0.1 to 10.0.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2599">#2599</a>)</li> <li>build(deps-dev): bump chai-exclude from 2.1.0 to 2.1.1 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2593">#2593</a>)</li> <li>build(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2595">#2595</a>)</li> <li>build(deps): bump <code>@grpc/grpc-js</code> from 1.10.8 to 1.10.9 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2592">#2592</a>)</li> <li>build(deps-dev): bump <code>@types/lodash</code> from 4.17.4 to 4.17.5 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2594">#2594</a>)</li> <li>build(deps): bump <code>@google-cloud/firestore</code> from 7.7.0 to 7.8.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2583">#2583</a>)</li> <li>build(deps): bump <code>@types/node</code> from 20.12.12 to 20.14.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2585">#2585</a>)</li> <li>build(deps-dev): bump <code>@firebase/app-compat</code> from 0.2.34 to 0.2.35 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2575">#2575</a>)</li> <li>build(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2578">#2578</a>)</li> <li>build(deps): bump <code>@google-cloud/storage</code> from 7.11.0 to 7.11.1 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2579">#2579</a>)</li> </ul> <h2>Firebase Admin Node.js SDK v12.1.1</h2> <h3>Bug Fixes</h3> <ul> <li>fix: Export error classes (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2151">#2151</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li>[chore] Release 12.1.1 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2561">#2561</a>)</li> <li>build(deps): updgrade jwks-rsa (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2570">#2570</a>)</li> <li>--- (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2568">#2568</a>)</li> <li>--- (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2566">#2566</a>)</li> <li>--- (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2567">#2567</a>)</li> <li>--- (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2569">#2569</a>)</li> <li>build(deps-dev): bump <code>@firebase/auth-types</code> from 0.12.1 to 0.12.2 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2556">#2556</a>)</li> <li>build(deps-dev): bump <code>@microsoft/api-extractor</code> from 7.43.2 to 7.43.7 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2559">#2559</a>)</li> <li>chore: upgrade firestore to 7.7.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2560">#2560</a>)</li> <li>build(deps-dev): bump <code>@firebase/app-compat</code> from 0.2.32 to 0.2.33 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2555">#2555</a>)</li> <li>build(deps): bump <code>@google-cloud/firestore</code> from 7.6.0 to 7.7.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2558">#2558</a>)</li> <li>Fix api extractor issues to expose error types (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2549">#2549</a>)</li> <li>build(deps-dev): bump <code>@types/lodash</code> from 4.17.0 to 4.17.1 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2546">#2546</a>)</li> <li>build(deps): bump <code>@google-cloud/storage</code> from 7.10.2 to 7.11.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2547">#2547</a>)</li> <li>build(deps-dev): bump <code>@microsoft/api-extractor</code> from 7.43.1 to 7.43.2 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2545">#2545</a>)</li> <li>build(deps): bump <code>@types/node</code> from 20.12.7 to 20.12.10 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2544">#2544</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-admin-node/commit/5620e9c6bd59a5db1cad26a64557d8175bbb49f8"><code>5620e9c</code></a> [chore] Release 12.2.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2605">#2605</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/f6f7cb9650636be5757b968ae0fe2e21560d5923"><code>f6f7cb9</code></a> build(deps): bump uuid from 9.0.1 to 10.0.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2599">#2599</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/b890182e73d8f112ef2ad807e27f067fca24ee31"><code>b890182</code></a> fix: Replace <code>farmhash</code> with <code>farmhash-modern</code> (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2603">#2603</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/5f0f25330110eb55d077ecc375b8f5afdabb408a"><code>5f0f253</code></a> fix: Make ADC + human account work with firebase-admin (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2553">#2553</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/fdde8c3a6f67c23830746065b8467e7bbe42e3df"><code>fdde8c3</code></a> build(deps-dev): bump chai-exclude from 2.1.0 to 2.1.1 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2593">#2593</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/07855bfd77d378d7558f091173abf97e1e8115fd"><code>07855bf</code></a> build(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2595">#2595</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/54405804a868f6e247a59c7f713382bb1a268887"><code>5440580</code></a> build(deps): bump <code>@grpc/grpc-js</code> from 1.10.8 to 1.10.9 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2592">#2592</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/5f01f63da541cea8ca4ce1f67c5050615a9fb06a"><code>5f01f63</code></a> build(deps-dev): bump <code>@types/lodash</code> from 4.17.4 to 4.17.5 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2594">#2594</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/4070f5bf41f83368ec8f7c4f3136a25dfcdf3e03"><code>4070f5b</code></a> build(deps): bump <code>@google-cloud/firestore</code> from 7.7.0 to 7.8.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2583">#2583</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/07cfca83d8efebbe9cfcbbf78cbe2c2405256a71"><code>07cfca8</code></a> build(deps): bump <code>@types/node</code> from 20.12.12 to 20.14.0 (<a href="https://redirect.github.com/firebase/firebase-admin-node/issues/2585">#2585</a>)</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-admin-node/compare/v10.2.0...v12.2.0">compare view</a></li> </ul> </details> <br /> Updates `firebase-functions` from 3.21.0 to 3.24.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/firebase/firebase-functions/releases">firebase-functions's releases</a>.</em></p> <blockquote> <h2>v3.24.1</h2> <ul> <li>Fix reference docs for performance monitoring.</li> <li>Fix bug where function configuration wil null values couldn't be deployed. (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1246">#1246</a>)</li> </ul> <h2>v3.24.0</h2> <ul> <li>Add performance monitoring triggers to v2 alerts (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1223">#1223</a>).</li> </ul> <h2>v3.23.0</h2> <ul> <li>Fixes a bug that disallowed setting customClaims and/or sessionClaims in blocking functions (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1199">#1199</a>).</li> <li>Add v2 Schedule Triggers (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1177">#1177</a>).</li> </ul> <h2>v3.22.0</h2> <ul> <li>Adds RTDB Triggers for v2 functions (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1127">#1127</a>)</li> <li>Adds support for Firebase Admin SDK v11 (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1151">#1151</a>)</li> <li>Fixes bug where emulated task queue function required auth header (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1154">#1154</a>)</li> </ul> <h2>v3.21.2</h2> <ul> <li>Fixes bug where <code>toJSON</code> was not defined in <code>UserRecord</code> (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1125">#1125</a>).</li> </ul> <h2>v3.21.1</h2> <ul> <li>Add debug feature to enable cors option for v2 onRequest and onCall handlers. (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1099">#1099</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-functions/commit/e4bda7d683b8dda345e89c7a1daedc9d71f7f88d"><code>e4bda7d</code></a> 3.24.1</li> <li><a href="https://github.com/firebase/firebase-functions/commit/3c5392dfee2ab44d30bced291912821ab544d0a3"><code>3c5392d</code></a> Hide documentation for in-app feedback (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1245">#1245</a>)</li> <li><a href="https://github.com/firebase/firebase-functions/commit/cc6e28e6ed807cef61add89ac7c7d09dd754d876"><code>cc6e28e</code></a> Fix bug where function configuration with null couldn't be deployed. (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1246">#1246</a>)</li> <li><a href="https://github.com/firebase/firebase-functions/commit/cf27ac6b0b50a50b56bab37c9f3b5fd755d14229"><code>cf27ac6</code></a> Adding required --project flag to v2 docgen script. (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1239">#1239</a>)</li> <li><a href="https://github.com/firebase/firebase-functions/commit/1ac04adba97f5b17f31b06226dc6be8f5ec13b1d"><code>1ac04ad</code></a> fix tsdoc comments (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1240">#1240</a>)</li> <li><a href="https://github.com/firebase/firebase-functions/commit/bd0fcbc595c15e38deea4de9e2ceabcbbc26a539"><code>bd0fcbc</code></a> [firebase-release] Removed change log and reset repo after 3.24.0 release</li> <li><a href="https://github.com/firebase/firebase-functions/commit/e191af7148e848197d9c83a5fd4131928e995fb4"><code>e191af7</code></a> 3.24.0</li> <li><a href="https://github.com/firebase/firebase-functions/commit/b93e397b32ae3884db79910a1c22242112514f90"><code>b93e397</code></a> Don't delete fields on a non-breaking change release (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1238">#1238</a>)</li> <li><a href="https://github.com/firebase/firebase-functions/commit/65e66a21388ffe08f923e194d28295090f9cf195"><code>65e66a2</code></a> Converting alert type and app id to camel case in the CloudEvent (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1236">#1236</a>)</li> <li><a href="https://github.com/firebase/firebase-functions/commit/c18e832d9250a3ec839b61403f7977792889d451"><code>c18e832</code></a> Adds performance monitoring triggers to v2 alerts (<a href="https://redirect.github.com/firebase/firebase-functions/issues/1223">#1223</a>)</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-functions/compare/v3.21.0...v3.24.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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/flutter/pinball/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information