Bump node-forge and firebase-admin in /scripts/show_scraper #250

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/scripts/show_scraper/node-forge-and-firebase-admin-1.3.1 into master
dependabot[bot] commented 2022-09-21 16:32:57 +02:00 (Migrated from github.com)

Bumps node-forge to 1.3.1 and updates ancestor dependency firebase-admin. These dependencies need to be updated together.

Updates node-forge from 0.10.0 to 1.3.1

Changelog

Sourced from node-forge's changelog.

1.3.1 - 2022-03-29

Fixes

  • RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and require NULL paramters for md2 and md5 algorithms.

1.3.0 - 2022-03-17

Security

  • Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh (moosa-yahyazadeh@uiowa.edu).
  • HIGH: Leniency in checking digestAlgorithm structure can lead to signature forgery.
  • HIGH: Failing to check tailing garbage bytes can lead to signature forgery.
  • MEDIUM: Leniency in checking type octet.
    • DigestInfo is not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.
    • CVE ID: CVE-2022-24773
    • GHSA ID: GHSA-2r2c-g63r-vccr

Fixed

  • [asn1] Add fallback to pretty print invalid UTF8 data.
  • [asn1] fromDer is now more strict and will default to ensuring all input bytes are parsed or throw an error. A new option parseAllBytes can disable this behavior.
    • NOTE: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.
  • [rsa] Add and use a validator to check for proper structure of parsed ASN.1

... (truncated)

Commits

Updates firebase-admin from 9.5.0 to 11.0.1

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v11.0.1

Bug Fixes

  • fix: Add update or create release (#1779)

Miscellaneous

  • [chore] Release 11.0.1 (#1842)
  • chore: Update api-documenter config to include project headers (#1840)
  • PR fixes from #1812 (#1828)
  • build(deps-dev): bump @​types/sinon from 10.0.12 to 10.0.13 (#1836)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.30.6 to 5.31.0 (#1834)
  • build(deps): bump @​types/node from 18.0.4 to 18.6.1 (#1835)
  • build(deps-dev): bump eslint from 8.19.0 to 8.20.0 (#1822)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.28.4 to 7.28.6 (#1833)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#1832)
  • build(deps-dev): bump ts-node from 10.8.2 to 10.9.1 (#1819)
  • build(deps-dev): bump @​firebase/app-compat from 0.1.28 to 0.1.29 (#1818)
  • Use ID token from metadata server when sending tasks for extensions (#1812)
  • build(deps-dev): bump @​firebase/auth-compat from 0.2.17 to 0.2.18 (#1816)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.30.0 to 5.30.6 (#1815)
  • build(deps): bump @​types/node from 18.0.0 to 18.0.4 (#1814)
  • build(deps): bump @​google-cloud/storage from 6.2.2 to 6.2.3 (#1817)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.28.3 to 7.28.4 (#1813)
  • build(deps): bump @​firebase/database-types from 0.9.9 to 0.9.11 (#1811)
  • build(deps-dev): bump nock from 13.2.7 to 13.2.8 (#1809)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#1808)
  • build(deps): bump @​firebase/database-compat from 0.2.1 to 0.2.3 (#1807)
  • fixed some typo in validator tests (#1792)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.27.1 to 7.28.3 (#1798)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#1795)
  • build(deps-dev): bump @​types/sinon from 10.0.11 to 10.0.12 (#1800)
  • build(deps-dev): bump ts-node from 10.8.1 to 10.8.2 (#1796)
  • build(deps): bump @​google-cloud/storage from 6.1.0 to 6.2.2 (#1797)
  • build(deps-dev): bump eslint from 8.18.0 to 8.19.0 (#1794)
  • build(deps-dev): bump @​firebase/auth-compat from 0.2.16 to 0.2.17 (#1784)
  • build(deps-dev): bump @​firebase/app-compat from 0.1.27 to 0.1.28 (#1786)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.28.0 to 5.30.0 (#1785)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.25.2 to 7.27.1 (#1782)
  • Add lastRefreshTime to UserMetadata toJSON method. (#889)
  • build(deps-dev): bump nock from 13.2.6 to 13.2.7 (#1773)
  • build(deps-dev): bump eslint from 8.17.0 to 8.18.0 (#1774)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#1772)
  • build(deps): bump @​types/node from 17.0.42 to 18.0.0 (#1775)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.25.0 to 7.25.2 (#1776)

Firebase Admin Node.js SDK v11.0.0

Breaking Changes

  • change: Upgrade Firestore and Storage Dependencies (#1760)

... (truncated)

Commits
  • 8f9d730 [chore] Release 11.0.1 (#1842)
  • 635a550 chore: Update api-documenter config to include project headers (#1840)
  • 392c7fe PR fixes from #1812 (#1828)
  • b5de227 build(deps-dev): bump @​types/sinon from 10.0.12 to 10.0.13 (#1836)
  • 08751d2 build(deps-dev): bump @​typescript-eslint/parser from 5.30.6 to 5.31.0 (#1834)
  • d509e83 build(deps): bump @​types/node from 18.0.4 to 18.6.1 (#1835)
  • 7be4685 build(deps-dev): bump eslint from 8.19.0 to 8.20.0 (#1822)
  • e3a4106 build(deps-dev): bump @​microsoft/api-extractor from 7.28.4 to 7.28.6 (#1833)
  • 45c3584 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#1832)
  • 42d5d1f build(deps-dev): bump ts-node from 10.8.2 to 10.9.1 (#1819)
  • Additional commits viewable in compare view

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 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.
Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.1 and updates ancestor dependency [firebase-admin](https://github.com/firebase/firebase-admin-node). These dependencies need to be updated together. Updates `node-forge` from 0.10.0 to 1.3.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md">node-forge's changelog</a>.</em></p> <blockquote> <h2>1.3.1 - 2022-03-29</h2> <h3>Fixes</h3> <ul> <li>RFC 3447 and RFC 8017 allow for optional <code>DigestAlgorithm</code> <code>NULL</code> parameters for <code>sha*</code> algorithms and require <code>NULL</code> paramters for <code>md2</code> and <code>md5</code> algorithms.</li> </ul> <h2>1.3.0 - 2022-03-17</h2> <h3>Security</h3> <ul> <li>Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh (<a href="mailto:moosa-yahyazadeh@uiowa.edu">moosa-yahyazadeh@uiowa.edu</a>).</li> <li><strong>HIGH</strong>: Leniency in checking <code>digestAlgorithm</code> structure can lead to signature forgery. <ul> <li>The code is lenient in checking the digest algorithm structure. This can allow a crafted structure that steals padding bytes and uses unchecked portion of the PKCS#1 encoded message to forge a signature when a low public exponent is being used. For more information, please see <a href="https://mailarchive.ietf.org/arch/msg/openpgp/5rnE9ZRN1AokBVj3VqblGlP63QE/">&quot;Bleichenbacher's RSA signature forgery based on implementation error&quot;</a> by Hal Finney.</li> <li>CVE ID: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771">CVE-2022-24771</a></li> <li>GHSA ID: <a href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765">GHSA-cfm4-qjh2-4765</a></li> </ul> </li> <li><strong>HIGH</strong>: Failing to check tailing garbage bytes can lead to signature forgery. <ul> <li>The code does not check for tailing garbage bytes after decoding a <code>DigestInfo</code> ASN.1 structure. This can allow padding bytes to be removed and garbage data added to forge a signature when a low public exponent is being used. For more information, please see <a href="https://mailarchive.ietf.org/arch/msg/openpgp/5rnE9ZRN1AokBVj3VqblGlP63QE/">&quot;Bleichenbacher's RSA signature forgery based on implementation error&quot;</a> by Hal Finney.</li> <li>CVE ID: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24772">CVE-2022-24772</a></li> <li>GHSA ID: <a href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g">GHSA-x4jg-mjrx-434g</a></li> </ul> </li> <li><strong>MEDIUM</strong>: Leniency in checking type octet. <ul> <li><code>DigestInfo</code> is not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.</li> <li>CVE ID: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24773">CVE-2022-24773</a></li> <li>GHSA ID: <a href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-2r2c-g63r-vccr">GHSA-2r2c-g63r-vccr</a></li> </ul> </li> </ul> <h3>Fixed</h3> <ul> <li>[asn1] Add fallback to pretty print invalid UTF8 data.</li> <li>[asn1] <code>fromDer</code> is now more strict and will default to ensuring all input bytes are parsed or throw an error. A new option <code>parseAllBytes</code> can disable this behavior. <ul> <li><strong>NOTE</strong>: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.</li> </ul> </li> <li>[rsa] Add and use a validator to check for proper structure of parsed ASN.1</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/digitalbazaar/forge/commit/a0a4a4264bedb3296974b9675349c9c190144aeb"><code>a0a4a42</code></a> Release 1.3.1.</li> <li><a href="https://github.com/digitalbazaar/forge/commit/a33830f61c351e8e3a34309767e8dd0de148376b"><code>a33830f</code></a> Update changelog.</li> <li><a href="https://github.com/digitalbazaar/forge/commit/740954d747ac56b76a6e1ae12a057c9548843436"><code>740954d</code></a> Allow optional DigestAlgorithm parameters.</li> <li><a href="https://github.com/digitalbazaar/forge/commit/56f4316b4cc6592e678f8c416209c45984b6547b"><code>56f4316</code></a> Allow DigestInfo.DigestAlgorith.parameters to be optional</li> <li><a href="https://github.com/digitalbazaar/forge/commit/cbf0bd590d47fe3120a57e7c36f2f4e64381ad81"><code>cbf0bd5</code></a> Start 1.3.1-0.</li> <li><a href="https://github.com/digitalbazaar/forge/commit/6c5b90133d46af63d139b98bf65371732c8c7dad"><code>6c5b901</code></a> Release 1.3.0.</li> <li><a href="https://github.com/digitalbazaar/forge/commit/0f3972ad5883a9869703c6f54a0627bc454bca47"><code>0f3972a</code></a> Update changelog.</li> <li><a href="https://github.com/digitalbazaar/forge/commit/dc77b39dd347e7f8b60a0f25a311fe5f06130579"><code>dc77b39</code></a> Fix error checking.</li> <li><a href="https://github.com/digitalbazaar/forge/commit/bb822c02df0b61211836472e29b9790cc541cdb2"><code>bb822c0</code></a> Add advisory links.</li> <li><a href="https://github.com/digitalbazaar/forge/commit/d4395fec831622837ecfec9e428d4620e208f9a8"><code>d4395fe</code></a> Update changelog.</li> <li>Additional commits viewable in <a href="https://github.com/digitalbazaar/forge/compare/0.10.0...v1.3.1">compare view</a></li> </ul> </details> <br /> Updates `firebase-admin` from 9.5.0 to 11.0.1 <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 v11.0.1</h2> <h3>Bug Fixes</h3> <ul> <li>fix: Add update or create release (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1779">#1779</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li>[chore] Release 11.0.1 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1842">#1842</a>)</li> <li>chore: Update api-documenter config to include project headers (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1840">#1840</a>)</li> <li>PR fixes from <a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1812">#1812</a> (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1828">#1828</a>)</li> <li>build(deps-dev): bump <code>@​types/sinon</code> from 10.0.12 to 10.0.13 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1836">#1836</a>)</li> <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.30.6 to 5.31.0 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1834">#1834</a>)</li> <li>build(deps): bump <code>@​types/node</code> from 18.0.4 to 18.6.1 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1835">#1835</a>)</li> <li>build(deps-dev): bump eslint from 8.19.0 to 8.20.0 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1822">#1822</a>)</li> <li>build(deps-dev): bump <code>@​microsoft/api-extractor</code> from 7.28.4 to 7.28.6 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1833">#1833</a>)</li> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1832">#1832</a>)</li> <li>build(deps-dev): bump ts-node from 10.8.2 to 10.9.1 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1819">#1819</a>)</li> <li>build(deps-dev): bump <code>@​firebase/app-compat</code> from 0.1.28 to 0.1.29 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1818">#1818</a>)</li> <li>Use ID token from metadata server when sending tasks for extensions (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1812">#1812</a>)</li> <li>build(deps-dev): bump <code>@​firebase/auth-compat</code> from 0.2.17 to 0.2.18 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1816">#1816</a>)</li> <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.30.0 to 5.30.6 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1815">#1815</a>)</li> <li>build(deps): bump <code>@​types/node</code> from 18.0.0 to 18.0.4 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1814">#1814</a>)</li> <li>build(deps): bump <code>@​google-cloud/storage</code> from 6.2.2 to 6.2.3 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1817">#1817</a>)</li> <li>build(deps-dev): bump <code>@​microsoft/api-extractor</code> from 7.28.3 to 7.28.4 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1813">#1813</a>)</li> <li>build(deps): bump <code>@​firebase/database-types</code> from 0.9.9 to 0.9.11 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1811">#1811</a>)</li> <li>build(deps-dev): bump nock from 13.2.7 to 13.2.8 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1809">#1809</a>)</li> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1808">#1808</a>)</li> <li>build(deps): bump <code>@​firebase/database-compat</code> from 0.2.1 to 0.2.3 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1807">#1807</a>)</li> <li>fixed some typo in validator tests (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1792">#1792</a>)</li> <li>build(deps-dev): bump <code>@​microsoft/api-extractor</code> from 7.27.1 to 7.28.3 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1798">#1798</a>)</li> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1795">#1795</a>)</li> <li>build(deps-dev): bump <code>@​types/sinon</code> from 10.0.11 to 10.0.12 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1800">#1800</a>)</li> <li>build(deps-dev): bump ts-node from 10.8.1 to 10.8.2 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1796">#1796</a>)</li> <li>build(deps): bump <code>@​google-cloud/storage</code> from 6.1.0 to 6.2.2 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1797">#1797</a>)</li> <li>build(deps-dev): bump eslint from 8.18.0 to 8.19.0 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1794">#1794</a>)</li> <li>build(deps-dev): bump <code>@​firebase/auth-compat</code> from 0.2.16 to 0.2.17 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1784">#1784</a>)</li> <li>build(deps-dev): bump <code>@​firebase/app-compat</code> from 0.1.27 to 0.1.28 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1786">#1786</a>)</li> <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.28.0 to 5.30.0 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1785">#1785</a>)</li> <li>build(deps-dev): bump <code>@​microsoft/api-extractor</code> from 7.25.2 to 7.27.1 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1782">#1782</a>)</li> <li>Add lastRefreshTime to UserMetadata toJSON method. (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/889">#889</a>)</li> <li>build(deps-dev): bump nock from 13.2.6 to 13.2.7 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1773">#1773</a>)</li> <li>build(deps-dev): bump eslint from 8.17.0 to 8.18.0 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1774">#1774</a>)</li> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1772">#1772</a>)</li> <li>build(deps): bump <code>@​types/node</code> from 17.0.42 to 18.0.0 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1775">#1775</a>)</li> <li>build(deps-dev): bump <code>@​microsoft/api-extractor</code> from 7.25.0 to 7.25.2 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1776">#1776</a>)</li> </ul> <h2>Firebase Admin Node.js SDK v11.0.0</h2> <h3>Breaking Changes</h3> <ul> <li>change: Upgrade Firestore and Storage Dependencies (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1760">#1760</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/8f9d7309c4cb36a70a18ed9327ef935a2b0c2879"><code>8f9d730</code></a> [chore] Release 11.0.1 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1842">#1842</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/635a550091a5a73f3ea86fe5ea7db9095ef201bd"><code>635a550</code></a> chore: Update api-documenter config to include project headers (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1840">#1840</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/392c7fe1d9b63991c2f4e4a758ec8c590185157c"><code>392c7fe</code></a> PR fixes from <a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1812">#1812</a> (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1828">#1828</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/b5de227083cd4f485f6e7a4742e305e94f87befa"><code>b5de227</code></a> build(deps-dev): bump <code>@​types/sinon</code> from 10.0.12 to 10.0.13 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1836">#1836</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/08751d2ac5e6cdcb6b09ed674e21230f98232ca8"><code>08751d2</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.30.6 to 5.31.0 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1834">#1834</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/d509e83310050fa9dc6a43c5e5546f92c19c73ac"><code>d509e83</code></a> build(deps): bump <code>@​types/node</code> from 18.0.4 to 18.6.1 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1835">#1835</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/7be46850ff346c7cc3e5419779ac04a3490dc792"><code>7be4685</code></a> build(deps-dev): bump eslint from 8.19.0 to 8.20.0 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1822">#1822</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/e3a4106f10175e3597a69af6c068daf26e66ca94"><code>e3a4106</code></a> build(deps-dev): bump <code>@​microsoft/api-extractor</code> from 7.28.4 to 7.28.6 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1833">#1833</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/45c358476e285d92669d84bcc4b5e3dd7ae7306a"><code>45c3584</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1832">#1832</a>)</li> <li><a href="https://github.com/firebase/firebase-admin-node/commit/42d5d1f792bfb410a0fa9bf810af13f612888e99"><code>42d5d1f</code></a> build(deps-dev): bump ts-node from 10.8.2 to 10.9.1 (<a href="https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/1819">#1819</a>)</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-admin-node/compare/v9.5.0...v11.0.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 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/GizmoDevelopment/ramune-backend/network/alerts). </details>
dependabot[bot] commented 2023-02-21 01:49:55 +01:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Commenting is not possible because the repository is archived.
No description provided.