Skip to content

Commit be67a19

Browse files
chore(deps-dev): bump koa from 2.15.3 to 3.1.2 (#202)
Bumps [koa](https://github.com/koajs/koa) from 2.15.3 to 3.0.3. Sourced from <a href="https://github.com/koajs/koa/releases">koa's releases</a>.</em></p> <blockquote> <h2>v3.0.3</h2> <h2>What's Changed</h2> <ul> <li>fix: normalize referer before redirect by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a> in <a href="https://redirect.github.com/koajs/koa/pull/1908">koajs/koa#1908</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/koajs/koa/compare/v3.0.2...v3.0.3">https://github.com/koajs/koa/compare/v3.0.2...v3.0.3</a></p> <h2>v3.0.2</h2> <h2>What's Changed</h2> <ul> <li>fix: fixes response.attachment behaviour leads to Content-Type Sniffing by <a href="https://github.com/yowainwright"><code>@​yowainwright</code></a> in <a href="https://redirect.github.com/koajs/koa/pull/1904">koajs/koa#1904</a></li> <li>chore: use NPM trusted publishing with semver tag triggers by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/koajs/koa/pull/1907">koajs/koa#1907</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/koajs/koa/pull/1907">koajs/koa#1907</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/koajs/koa/compare/v3.0.1...v3.0.2">https://github.com/koajs/koa/compare/v3.0.1...v3.0.2</a></p> <h2>v3.0.1</h2> <h2>What's Changed</h2> <ul> <li>fix(security): only allow same origin referer on response back <a href="https://github.com/koajs/koa/commit/422c551c63d00f24e2bbbdf492f262a5935bb1f0">https://github.com/koajs/koa/commit/422c551c63d00f24e2bbbdf492f262a5935bb1f0</a></li> <li>chore: adds initial doc text refresh; migration guide [CHORE-1870] by <a href="https://github.com/yowainwright"><code>@​yowainwright</code></a> in <a href="https://redirect.github.com/koajs/koa/pull/1877">koajs/koa#1877</a></li> <li>build(deps-dev): bump formidable from 3.5.2 to 3.5.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/koajs/koa/pull/1878">koajs/koa#1878</a></li> <li>chore: removes done callbacks in tests [CHORE-1870] by <a href="https://github.com/yowainwright"><code>@​yowainwright</code></a> in <a href="https://redirect.github.com/koajs/koa/pull/1875">koajs/koa#1875</a></li> <li>build(deps-dev): bump supertest from 7.1.0 to 7.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/koajs/koa/pull/1879">koajs/koa#1879</a></li> <li>build(deps): bump debug from 4.4.0 to 4.4.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/koajs/koa/pull/1880">koajs/koa#1880</a></li> <li>feat: replace debug module with pure node:util::debuglog by <a href="https://github.com/3imed-jaberi"><code>@​3imed-jaberi</code></a> in <a href="https://redirect.github.com/koajs/koa/pull/1885">koajs/koa#1885</a></li> <li>feat: replace cache-content-type with mime-types directly by <a href="https://github.com/3imed-jaberi"><code>@​3imed-jaberi</code></a> in <a href="https://redirect.github.com/koajs/koa/pull/1886">koajs/koa#1886</a></li> <li>build(deps): bump statuses from 2.0.1 to 2.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/koajs/koa/pull/1888">koajs/koa#1888</a></li> <li>build(deps-dev): bump supertest from 7.1.1 to 7.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/koajs/koa/pull/1895">koajs/koa#1895</a></li> <li>build(deps-dev): bump form-data from 4.0.3 to 4.0.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/koajs/koa/pull/1894">koajs/koa#1894</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/koajs/koa/compare/v3.0.0...v3.0.1">https://github.com/koajs/koa/compare/v3.0.0...v3.0.1</a></p> <h2>v3.0.0</h2> <p>This is a major release.</p> <h2>Breaking</h2> <ul> <li>Minimum node v18</li> <li>Removes <code>.redirect('back')</code>, adds <code>.back(fallback_url)</code> <a href="https://github.com/fl0w"><code>@​fl0w</code></a> <a href="https://redirect.github.com/koajs/koa/pull/1115">koajs/koa#1115</a></li> <li>For <code>.redirect()</code>, don't render redirect values in anchor ref <a href="https://github.com/koajs/koa/commit/ff25eb4a7f2392df46481fe86355161067687312">https://github.com/koajs/koa/commit/ff25eb4a7f2392df46481fe86355161067687312</a></li> <li><code>req.origin</code> should display the origin header if it exists, not the current hostname <a href="https://redirect.github.com/koajs/koa/issues/1008">koajs/koa#1008</a>. <code>origin</code> now aligns with the <code>Origin</code> header as used in CORS.</li> <li><code>.body=&lt;json&gt;</code> should not overwrite type if type already json <a href="https://redirect.github.com/koajs/koa/issues/1120">koajs/koa#1120</a></li> <li>Remove special ENOENT support <a href="https://redirect.github.com/koajs/koa/pull/1861">koajs/koa#1861</a> - this is a big change and will require any file servers to adapt to this change for handling 404s / files not found</li> <li>Removes generator deprecation messages. Generators are no longer supported. Koa no longer asserts if generators are used. Set content-length: 0 if body is explicitly set to null <a href="https://github.com/ognjenjevremovic"><code>@​ognjenjevremovic</code></a> <a href="https://redirect.github.com/koajs/koa/issues/1528">#1528</a> Remove obsolete createAsyncCtxStorageMiddleware <a href="https://redirect.github.com/koajs/koa/pull/1817">koajs/koa#1817</a></li> <li><code>ctx.throw</code> now requires a format of <code>ctx.throw(status, error, properties)</code>. See: <a href="https://www.npmjs.com/package/http-errors">https://www.npmjs.com/package/http-errors</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/koajs/koa/blob/master/History.md">koa's changelog</a>.</em></p> <blockquote> <blockquote> <p>[!IMPORTANT] Moving forwards we are using the GitHub releases page at <a href="https://github.com/koajs/koa/releases">https://github.com/koajs/koa/releases</a> in combination with <a href="https://www.npmjs.com/package/np">np</a> for publishing releases and their changelogs.</p> </blockquote> <hr /> <h1>3.0.0-alpha.3 / 2025-02-11</h1> <p><strong>fixes</strong></p> <ul> <li>Avoid redos on host and protocol getter</li> </ul> <h1>3.0.0-alpha.2 / 2024-11-04</h1> <p><strong>breaking changes</strong></p> <ul> <li>Update <code>http-errors</code> to <code>v2.0.0</code> <a href="https://redirect.github.com/koajs/koa/pull/1486">#1486</a> <ul> <li><code>ctx.throw</code> now requires a format of <code>ctx.throw(status, error, properties)</code>. See: <a href="https://www.npmjs.com/package/http-errors">https://www.npmjs.com/package/http-errors</a></li> </ul> </li> <li>Remove <code>res.redirect('back')</code>, add <code>back()</code> method to <code>ctx</code> <a href="https://redirect.github.com/koajs/koa/pull/1115">#1115</a></li> <li>Replace node querystring with <code>URLSearchParams</code> <a href="https://redirect.github.com/koajs/koa/pull/1828">#1828</a></li> <li>Remove obsolete <code>createAsyncCtxStorageMiddleware</code> <a href="https://redirect.github.com/koajs/koa/pull/1817">#1817</a></li> </ul> <p><strong>features</strong></p> <ul> <li>Add support for web WHATWG <a href="https://redirect.github.com/koajs/koa/pull/1830">#1830</a></li> </ul> <p><strong>updates</strong></p> <ul> <li>Update <code>cookies</code> to <code>~0.9.1</code> <a href="https://redirect.github.com/koajs/koa/pull/1846">#1846</a></li> <li>Update <code>statuses</code> to <code>^2.0.1</code></li> <li>Update <code>supertest</code> to <code>^7.0.0</code> <a href="https://redirect.github.com/koajs/koa/pull/1841">#1841</a></li> </ul> <p><strong>fixes</strong></p> <ul> <li>Fix <code>exports.defaults</code> in <code>package.json</code> <a href="https://redirect.github.com/koajs/koa/pull/1630">#1630</a></li> <li>Fix leaky handles in tests <a href="https://redirect.github.com/koajs/koa/pull/1838">#1838</a></li> <li>Fix body null checks <a href="https://redirect.github.com/koajs/koa/pull/1814">#1814</a></li> <li>Fix reformatting redirect URLs <a href="https://redirect.github.com/koajs/koa/pull/1805">#1805</a> <a href="https://redirect.github.com/koajs/koa/pull/1804">#1804</a></li> <li>Fix passing <code>ctx</code> in error handler <a href="https://redirect.github.com/koajs/koa/pull/1758">#1758</a></li> </ul> <p><strong>migrations</strong></p> <ul> <li>Migrate from <code>jest</code> to the native node test runner <a href="https://redirect.github.com/koajs/koa/pull/1845">#1845</a></li> </ul> <h1>3.0.0-alpha.1 / 2023-04-12</h1> <p><strong>fixes</strong></p> <ul> <li>[<a href="http://github.com/koajs/koa/commit/e98b8d1918376dc2957aa62906bf5893bef66c4c"><code>e98b8d1</code></a>] - fix: can not get currentContext in error handler (<a href="https://redirect.github.com/koajs/koa/issues/1758">#1758</a>) (Gxkl &lt;<a href="mailto:gxkl203@gmail.com">gxkl203@gmail.com</a>&gt;)</li> </ul> <h1>3.0.0-alpha.0 / 2023-01-02</h1> <h2>Breaking Changes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/koajs/koa/commit/ffd497a1903ff4df54f14b3d1763813d5c7d10fc"><code>ffd497a</code></a> 3.0.3</li> <li><a href="https://github.com/koajs/koa/commit/769fd75cc6b30d72493b370b5a3ae2332ca03c5b"><code>769fd75</code></a> fix: normalize referer before redirect (<a href="https://redirect.github.com/koajs/koa/issues/1908">#1908</a>)</li> <li><a href="https://github.com/koajs/koa/commit/433b20c9e5954113e8d7a23a25e9d5bb750c3034"><code>433b20c</code></a> 3.0.2</li> <li><a href="https://github.com/koajs/koa/commit/307013b5fad2a31821834d898db97feed1f71cf6"><code>307013b</code></a> chore: use NPM trusted publishing with semver tag triggers (<a href="https://redirect.github.com/koajs/koa/issues/1907">#1907</a>)</li> <li><a href="https://github.com/koajs/koa/commit/83128eb6cc210fa6f5519f93afb5606ffc3ffa5e"><code>83128eb</code></a> fix: fixes response.attachment behavior leads to Content-Type Sniffing (<a href="https://redirect.github.com/koajs/koa/issues/1904">#1904</a>)</li> <li><a href="https://github.com/koajs/koa/commit/1ddb048adce65fdf11402cc19d7b8eae4e176f78"><code>1ddb048</code></a> 3.0.1</li> <li><a href="https://github.com/koajs/koa/commit/422c551c63d00f24e2bbbdf492f262a5935bb1f0"><code>422c551</code></a> Merge commit from fork</li> <li><a href="https://github.com/koajs/koa/commit/6e51eb15169598be1130e8bbe06e67b1d4907275"><code>6e51eb1</code></a> build(deps-dev): bump form-data from 4.0.3 to 4.0.4 (<a href="https://redirect.github.com/koajs/koa/issues/1894">#1894</a>)</li> <li><a href="https://github.com/koajs/koa/commit/d378e5c5f93f275169a80338fc1ee34af91b4e2f"><code>d378e5c</code></a> build(deps-dev): bump supertest from 7.1.1 to 7.1.4 (<a href="https://redirect.github.com/koajs/koa/issues/1895">#1895</a>)</li> <li><a href="https://github.com/koajs/koa/commit/cb22d8dcdeb7c0e4e1bdee5eaa5be183ef23a1f2"><code>cb22d8d</code></a> build(deps): bump statuses from 2.0.1 to 2.0.2 (<a href="https://redirect.github.com/koajs/koa/issues/1888">#1888</a>)</li> <li>Additional commits viewable in <a href="https://github.com/koajs/koa/compare/2.15.3...v3.0.3">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for koa since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=koa&package-manager=npm_and_yarn&previous-version=2.15.3&new-version=3.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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/hyperdxio/hyperdx-js/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
1 parent 96f3550 commit be67a19

2 files changed

Lines changed: 73 additions & 70 deletions

File tree

packages/node-opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"graphql": "^16.8.1",
7878
"ioredis": "^5.4.1",
7979
"knex": "^3.1.0",
80-
"koa": "^2.15.3",
80+
"koa": "^3.1.2",
8181
"mongodb": "^6.6.2",
8282
"mongoose": "^6.13.6",
8383
"mysql": "^2.18.1",

yarn.lock

Lines changed: 72 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -5132,7 +5132,7 @@ abstract-logging@^2.0.1:
51325132
resolved "https://registry.yarnpkg.com/abstract-logging/-/abstract-logging-2.0.1.tgz#6b0c371df212db7129b57d2e7fcf282b8bf1c839"
51335133
integrity sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==
51345134

5135-
accepts@^1.3.5, accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
5135+
accepts@^1.3.8, accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
51365136
version "1.3.8"
51375137
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
51385138
integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==
@@ -5866,14 +5866,6 @@ cac@^6.7.12:
58665866
resolved "https://registry.yarnpkg.com/cac/-/cac-6.7.14.tgz#804e1e6f506ee363cb0e3ccbb09cad5dd9870959"
58675867
integrity sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==
58685868

5869-
cache-content-type@^1.0.0:
5870-
version "1.0.1"
5871-
resolved "https://registry.yarnpkg.com/cache-content-type/-/cache-content-type-1.0.1.tgz#035cde2b08ee2129f4a8315ea8f00a00dba1453c"
5872-
integrity sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==
5873-
dependencies:
5874-
mime-types "^2.1.18"
5875-
ylru "^1.2.0"
5876-
58775869
cacheable-lookup@^5.0.3:
58785870
version "5.0.4"
58795871
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005"
@@ -6429,14 +6421,19 @@ constant-case@^3.0.4:
64296421
tslib "^2.0.3"
64306422
upper-case "^2.0.2"
64316423

6432-
content-disposition@0.5.4, content-disposition@~0.5.2:
6424+
content-disposition@0.5.4:
64336425
version "0.5.4"
64346426
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
64356427
integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
64366428
dependencies:
64376429
safe-buffer "5.2.1"
64386430

6439-
content-type@^1.0.4, content-type@~1.0.4, content-type@~1.0.5:
6431+
content-disposition@~1.0.1:
6432+
version "1.0.1"
6433+
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-1.0.1.tgz#a8b7bbeb2904befdfb6787e5c0c086959f605f9b"
6434+
integrity sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==
6435+
6436+
content-type@^1.0.5, content-type@~1.0.4, content-type@~1.0.5:
64406437
version "1.0.5"
64416438
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
64426439
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -6466,7 +6463,7 @@ cookie@^0.4.1, cookie@~0.4.1:
64666463
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
64676464
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
64686465

6469-
cookies@~0.9.0:
6466+
cookies@~0.9.1:
64706467
version "0.9.1"
64716468
resolved "https://registry.yarnpkg.com/cookies/-/cookies-0.9.1.tgz#3ffed6f60bb4fb5f146feeedba50acc418af67e3"
64726469
integrity sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==
@@ -6849,7 +6846,7 @@ denque@^2.1.0:
68496846
resolved "https://registry.yarnpkg.com/denque/-/denque-2.1.0.tgz#e93e1a6569fb5e66f16a3c2a2964617d349d6ab1"
68506847
integrity sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==
68516848

6852-
depd@2.0.0, depd@^2.0.0, depd@~2.0.0:
6849+
depd@2.0.0, depd@~2.0.0:
68536850
version "2.0.0"
68546851
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
68556852
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
@@ -6859,7 +6856,7 @@ depd@~1.1.2:
68596856
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
68606857
integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
68616858

6862-
destroy@1.2.0, destroy@^1.0.4:
6859+
destroy@1.2.0, destroy@^1.2.0:
68636860
version "1.2.0"
68646861
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
68656862
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
@@ -7062,7 +7059,12 @@ enabled@2.0.x:
70627059
resolved "https://registry.yarnpkg.com/enabled/-/enabled-2.0.0.tgz#f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2"
70637060
integrity sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==
70647061

7065-
encodeurl@^1.0.2, encodeurl@~1.0.2:
7062+
encodeurl@^2.0.0:
7063+
version "2.0.0"
7064+
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58"
7065+
integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==
7066+
7067+
encodeurl@~1.0.2:
70667068
version "1.0.2"
70677069
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
70687070
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
@@ -8599,7 +8601,7 @@ html-escaper@^2.0.0:
85998601
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
86008602
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
86018603

8602-
http-assert@^1.3.0:
8604+
http-assert@^1.5.0:
86038605
version "1.5.0"
86048606
resolved "https://registry.yarnpkg.com/http-assert/-/http-assert-1.5.0.tgz#c389ccd87ac16ed2dfa6246fd73b926aa00e6b8f"
86058607
integrity sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==
@@ -8623,7 +8625,7 @@ http-errors@2.0.0, http-errors@^2.0.0:
86238625
statuses "2.0.1"
86248626
toidentifier "1.0.1"
86258627

8626-
http-errors@^1.6.3, http-errors@~1.8.0:
8628+
http-errors@~1.8.0:
86278629
version "1.8.1"
86288630
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c"
86298631
integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==
@@ -8997,13 +8999,6 @@ is-generator-fn@^2.0.0:
89978999
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
89989000
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
89999001

9000-
is-generator-function@^1.0.7:
9001-
version "1.0.10"
9002-
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
9003-
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
9004-
dependencies:
9005-
has-tostringtag "^1.0.0"
9006-
90079002
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
90089003
version "4.0.3"
90099004
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
@@ -10007,41 +10002,28 @@ koa-compose@^4.1.0:
1000710002
resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877"
1000810003
integrity sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==
1000910004

10010-
koa-convert@^2.0.0:
10011-
version "2.0.0"
10012-
resolved "https://registry.yarnpkg.com/koa-convert/-/koa-convert-2.0.0.tgz#86a0c44d81d40551bae22fee6709904573eea4f5"
10013-
integrity sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==
10014-
dependencies:
10015-
co "^4.6.0"
10016-
koa-compose "^4.1.0"
10017-
10018-
koa@^2.15.3:
10019-
version "2.15.3"
10020-
resolved "https://registry.yarnpkg.com/koa/-/koa-2.15.3.tgz#062809266ee75ce0c75f6510a005b0e38f8c519a"
10021-
integrity sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==
10005+
koa@^3.1.2:
10006+
version "3.1.2"
10007+
resolved "https://registry.yarnpkg.com/koa/-/koa-3.1.2.tgz#f680316351ba23a652b50405d0be03b6161e4c0b"
10008+
integrity sha512-2LOQnFKu3m0VxpE+5sb5+BRTSKrXmNxGgxVRiKwD9s5KQB1zID/FRXhtzeV7RT1L2GVpdEEAfVuclFOMGl1ikA==
1002210009
dependencies:
10023-
accepts "^1.3.5"
10024-
cache-content-type "^1.0.0"
10025-
content-disposition "~0.5.2"
10026-
content-type "^1.0.4"
10027-
cookies "~0.9.0"
10028-
debug "^4.3.2"
10010+
accepts "^1.3.8"
10011+
content-disposition "~1.0.1"
10012+
content-type "^1.0.5"
10013+
cookies "~0.9.1"
1002910014
delegates "^1.0.0"
10030-
depd "^2.0.0"
10031-
destroy "^1.0.4"
10032-
encodeurl "^1.0.2"
10015+
destroy "^1.2.0"
10016+
encodeurl "^2.0.0"
1003310017
escape-html "^1.0.3"
1003410018
fresh "~0.5.2"
10035-
http-assert "^1.3.0"
10036-
http-errors "^1.6.3"
10037-
is-generator-function "^1.0.7"
10019+
http-assert "^1.5.0"
10020+
http-errors "^2.0.0"
1003810021
koa-compose "^4.1.0"
10039-
koa-convert "^2.0.0"
10040-
on-finished "^2.3.0"
10041-
only "~0.0.2"
10042-
parseurl "^1.3.2"
10043-
statuses "^1.5.0"
10044-
type-is "^1.6.16"
10022+
mime-types "^3.0.1"
10023+
on-finished "^2.4.1"
10024+
parseurl "^1.3.3"
10025+
statuses "^2.0.1"
10026+
type-is "^2.0.1"
1004510027
vary "^1.1.2"
1004610028

1004710029
kuler@^2.0.0:
@@ -10644,6 +10626,11 @@ media-typer@0.3.0:
1064410626
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
1064510627
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
1064610628

10629+
media-typer@^1.1.0:
10630+
version "1.1.0"
10631+
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-1.1.0.tgz#6ab74b8f2d3320f2064b2a87a38e7931ff3a5561"
10632+
integrity sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==
10633+
1064710634
memory-pager@^1.0.2:
1064810635
version "1.5.0"
1064910636
resolved "https://registry.yarnpkg.com/memory-pager/-/memory-pager-1.5.0.tgz#d8751655d22d384682741c972f2c3d6dfa3e66b5"
@@ -10717,13 +10704,25 @@ mime-db@1.52.0, "mime-db@>= 1.43.0 < 2", mime-db@^1.52.0:
1071710704
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
1071810705
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
1071910706

10720-
mime-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.24, mime-types@~2.1.34:
10707+
mime-db@^1.54.0:
10708+
version "1.54.0"
10709+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.54.0.tgz#cddb3ee4f9c64530dff640236661d42cb6a314f5"
10710+
integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==
10711+
10712+
mime-types@^2.1.12, mime-types@~2.1.24, mime-types@~2.1.34:
1072110713
version "2.1.35"
1072210714
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
1072310715
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
1072410716
dependencies:
1072510717
mime-db "1.52.0"
1072610718

10719+
mime-types@^3.0.0, mime-types@^3.0.1:
10720+
version "3.0.2"
10721+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-3.0.2.tgz#39002d4182575d5af036ffa118100f2524b2e2ab"
10722+
integrity sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==
10723+
dependencies:
10724+
mime-db "^1.54.0"
10725+
1072710726
mime@1.6.0:
1072810727
version "1.6.0"
1072910728
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
@@ -11421,7 +11420,7 @@ on-exit-leak-free@^2.1.0:
1142111420
resolved "https://registry.yarnpkg.com/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz#fed195c9ebddb7d9e4c3842f93f281ac8dadd3b8"
1142211421
integrity sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==
1142311422

11424-
on-finished@2.4.1, on-finished@^2.3.0:
11423+
on-finished@2.4.1, on-finished@^2.4.1:
1142511424
version "2.4.1"
1142611425
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
1142711426
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
@@ -11468,11 +11467,6 @@ onetime@^6.0.0:
1146811467
dependencies:
1146911468
mimic-fn "^4.0.0"
1147011469

11471-
only@~0.0.2:
11472-
version "0.0.2"
11473-
resolved "https://registry.yarnpkg.com/only/-/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4"
11474-
integrity sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==
11475-
1147611470
open@8.4.0:
1147711471
version "8.4.0"
1147811472
resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8"
@@ -11657,7 +11651,7 @@ parse5@6.0.1:
1165711651
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
1165811652
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
1165911653

11660-
parseurl@^1.3.2, parseurl@~1.3.3:
11654+
parseurl@^1.3.3, parseurl@~1.3.3:
1166111655
version "1.3.3"
1166211656
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
1166311657
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
@@ -13351,11 +13345,16 @@ statuses@2.0.1:
1335113345
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
1335213346
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
1335313347

13354-
"statuses@>= 1.5.0 < 2", statuses@^1.5.0, statuses@~1.5.0:
13348+
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
1335513349
version "1.5.0"
1335613350
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
1335713351
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
1335813352

13353+
statuses@^2.0.1:
13354+
version "2.0.2"
13355+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382"
13356+
integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==
13357+
1335913358
stream-combiner@~0.0.4:
1336013359
version "0.0.4"
1336113360
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14"
@@ -14065,7 +14064,16 @@ type-fest@^1.0.2:
1406514064
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
1406614065
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
1406714066

14068-
type-is@^1.6.16, type-is@~1.6.18:
14067+
type-is@^2.0.1:
14068+
version "2.0.1"
14069+
resolved "https://registry.yarnpkg.com/type-is/-/type-is-2.0.1.tgz#64f6cf03f92fce4015c2b224793f6bdd4b068c97"
14070+
integrity sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==
14071+
dependencies:
14072+
content-type "^1.0.5"
14073+
media-typer "^1.1.0"
14074+
mime-types "^3.0.0"
14075+
14076+
type-is@~1.6.18:
1406914077
version "1.6.18"
1407014078
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
1407114079
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
@@ -14818,11 +14826,6 @@ yazl@^2.4.2:
1481814826
dependencies:
1481914827
buffer-crc32 "~0.2.3"
1482014828

14821-
ylru@^1.2.0:
14822-
version "1.4.0"
14823-
resolved "https://registry.yarnpkg.com/ylru/-/ylru-1.4.0.tgz#0cf0aa57e9c24f8a2cbde0cc1ca2c9592ac4e0f6"
14824-
integrity sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==
14825-
1482614829
yn@3.1.1:
1482714830
version "3.1.1"
1482814831
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)