Skip to content

Commit 180e3cb

Browse files
chore(deps): bump express from 4.19.2 to 4.21.0 (#6364)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">express's releases</a>.</em></p> <blockquote> <h2>4.21.0</h2> <h2>What's Changed</h2> <ul> <li>Deprecate <code>&quot;back&quot;</code> magic string in redirects by <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5935">expressjs/express#5935</a></li> <li>[email protected] by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5954">expressjs/express#5954</a></li> <li>fix(deps): [email protected] by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5951">expressjs/express#5951</a></li> <li>Upgraded dependency qs to 6.13.0 to match qs in body-parser by <a href="https://github.com/agadzinski93"><code>@​agadzinski93</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5946">expressjs/express#5946</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/agadzinski93"><code>@​agadzinski93</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5946">expressjs/express#5946</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/4.20.0...4.21.0">https://github.com/expressjs/express/compare/4.20.0...4.21.0</a></p> <h2>4.20.0</h2> <h2>What's Changed</h2> <h3>Important</h3> <ul> <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded data is now <code>32</code> (previously was <code>Infinity</code>)</li> <li>Remove link renderization in html while using <code>res.redirect</code></li> </ul> <h3>Other Changes</h3> <ul> <li>4.19.2 Staging by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5561">expressjs/express#5561</a></li> <li>remove duplicate location test for data uri by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5562">expressjs/express#5562</a></li> <li>feat: document beta releases expectations by <a href="https://github.com/marco-ippolito"><code>@​marco-ippolito</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5565">expressjs/express#5565</a></li> <li>Cut down on duplicated CI runs by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5564">expressjs/express#5564</a></li> <li>Add a Threat Model by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5526">expressjs/express#5526</a></li> <li>Assign captain of encodeurl by <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5579">expressjs/express#5579</a></li> <li>Nominate jonchurch as repo captain for <code>http-errors</code>, <code>expressjs.com</code>, <code>morgan</code>, <code>cors</code>, <code>body-parser</code> by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5587">expressjs/express#5587</a></li> <li>docs: update Security.md by <a href="https://github.com/inigomarquinez"><code>@​inigomarquinez</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5590">expressjs/express#5590</a></li> <li>docs: update triage nomination policy by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5600">expressjs/express#5600</a></li> <li>Add CodeQL (SAST) by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5433">expressjs/express#5433</a></li> <li>docs: add UlisesGascon as triage initiative captain by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5605">expressjs/express#5605</a></li> <li>deps: encodeurl@~2.0.0 by <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5569">expressjs/express#5569</a></li> <li>skip QUERY method test by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5628">expressjs/express#5628</a></li> <li>ignore ETAG query test on 21 and 22, reuse skip util by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5639">expressjs/express#5639</a></li> <li>add support Node.js@22 in the CI by <a href="https://github.com/mertcanaltin"><code>@​mertcanaltin</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5627">expressjs/express#5627</a></li> <li>doc: add table of contents, tc/triager lists to readme by <a href="https://github.com/mertcanaltin"><code>@​mertcanaltin</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5619">expressjs/express#5619</a></li> <li>List and sort all projects, add captains by <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5653">expressjs/express#5653</a></li> <li>docs: add <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> as captain for cookie-parser by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5666">expressjs/express#5666</a></li> <li>✨ bring back query tests for node 21 by <a href="https://github.com/ctcpip"><code>@​ctcpip</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5690">expressjs/express#5690</a></li> <li>[v4] Deprecate <code>res.clearCookie</code> accepting <code>options.maxAge</code> and <code>options.expires</code> by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5672">expressjs/express#5672</a></li> <li>skip QUERY tests for Node 21 only, still not supported by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5695">expressjs/express#5695</a></li> <li>📝 update people, add ctcpip to TC by <a href="https://github.com/ctcpip"><code>@​ctcpip</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5683">expressjs/express#5683</a></li> <li>remove minor version pinning from ci by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5722">expressjs/express#5722</a></li> <li>Fix link variable use in attribution section of CODE OF CONDUCT by <a href="https://github.com/IamLizu"><code>@​IamLizu</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5762">expressjs/express#5762</a></li> <li>Replace Appveyor windows testing with GHA by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5599">expressjs/express#5599</a></li> <li>Add OSSF Scorecard badge by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5436">expressjs/express#5436</a></li> <li>update scorecard link by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5814">expressjs/express#5814</a></li> <li>Nominate <a href="https://github.com/IamLizu"><code>@​IamLizu</code></a> to the triage team by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5836">expressjs/express#5836</a></li> <li>deps: [email protected] by <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5603">expressjs/express#5603</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/4.21.0/History.md">express's changelog</a>.</em></p> <blockquote> <h1>4.21.0 / 2024-09-11</h1> <ul> <li>Deprecate <code>res.location(&quot;back&quot;)</code> and <code>res.redirect(&quot;back&quot;)</code> magic string</li> <li>deps: [email protected] <ul> <li>includes [email protected]</li> </ul> </li> <li>deps: [email protected]</li> <li>deps: [email protected]</li> </ul> <h1>4.20.0 / 2024-09-10</h1> <ul> <li>deps: [email protected] <ul> <li>Remove link renderization in html while redirecting</li> </ul> </li> <li>deps: [email protected] <ul> <li>Remove link renderization in html while redirecting</li> </ul> </li> <li>deps: [email protected] <ul> <li>add <code>depth</code> option to customize the depth level in the parser</li> <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded data is now <code>32</code> (previously was <code>Infinity</code>)</li> </ul> </li> <li>Remove link renderization in html while using <code>res.redirect</code></li> <li>deps: [email protected] <ul> <li>Adds support for named matching groups in the routes using a regex</li> <li>Adds backtracking protection to parameters without regexes defined</li> </ul> </li> <li>deps: encodeurl@~2.0.0 <ul> <li>Removes encoding of <code>\</code>, <code>|</code>, and <code>^</code> to align better with URL spec</li> </ul> </li> <li>Deprecate passing <code>options.maxAge</code> and <code>options.expires</code> to <code>res.clearCookie</code> <ul> <li>Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/express/commit/7e562c6d8daddff4604f8efaaf9db2cf98c6dcff"><code>7e562c6</code></a> 4.21.0</li> <li><a href="https://github.com/expressjs/express/commit/1bcde96bc87c4704df9a704271d1167064ab56bb"><code>1bcde96</code></a> fix(deps): [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5946">#5946</a>)</li> <li><a href="https://github.com/expressjs/express/commit/7d364775688be98aaa973302e066d0da9f438997"><code>7d36477</code></a> fix(deps): [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5951">#5951</a>)</li> <li><a href="https://github.com/expressjs/express/commit/40d2d8f2c882712a0f2e4603c38d166c79676b2b"><code>40d2d8f</code></a> fix(deps): [email protected]</li> <li><a href="https://github.com/expressjs/express/commit/77ada906dba57fd6e308f0d750e01653dbeaddfc"><code>77ada90</code></a> Deprecate <code>&quot;back&quot;</code> magic string in redirects (<a href="https://redirect.github.com/expressjs/express/issues/5935">#5935</a>)</li> <li><a href="https://github.com/expressjs/express/commit/21df421ebc7a5249bb31101da666bbf22adc3f18"><code>21df421</code></a> 4.20.0</li> <li><a href="https://github.com/expressjs/express/commit/4c9ddc1c47bf579e55c2fe837d76a952e9fd8959"><code>4c9ddc1</code></a> feat: upgrade to [email protected]</li> <li><a href="https://github.com/expressjs/express/commit/9ebe5d500d22cbb2b8aaa73446866b084c747971"><code>9ebe5d5</code></a> feat: upgrade to [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5928">#5928</a>)</li> <li><a href="https://github.com/expressjs/express/commit/ec4a01b6b8814d7b007f36a3023f4dbafdbc3d09"><code>ec4a01b</code></a> feat: upgrade to [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5926">#5926</a>)</li> <li><a href="https://github.com/expressjs/express/commit/54271f69b511fea198471e6ff3400ab805d6b553"><code>54271f6</code></a> fix: don't render redirect values in anchor href</li> <li>Additional commits viewable in <a href="https://github.com/expressjs/express/compare/4.19.2...4.21.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express&package-manager=npm_and_yarn&previous-version=4.19.2&new-version=4.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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/SAP/ui5-webcomponents-react/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d1075e commit 180e3cb

File tree

1 file changed

+51
-44
lines changed

1 file changed

+51
-44
lines changed

yarn.lock

Lines changed: 51 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -8143,9 +8143,9 @@ __metadata:
81438143
languageName: node
81448144
linkType: hard
81458145

8146-
"body-parser@npm:1.20.2":
8147-
version: 1.20.2
8148-
resolution: "body-parser@npm:1.20.2"
8146+
"body-parser@npm:1.20.3":
8147+
version: 1.20.3
8148+
resolution: "body-parser@npm:1.20.3"
81498149
dependencies:
81508150
bytes: "npm:3.1.2"
81518151
content-type: "npm:~1.0.5"
@@ -8155,11 +8155,11 @@ __metadata:
81558155
http-errors: "npm:2.0.0"
81568156
iconv-lite: "npm:0.4.24"
81578157
on-finished: "npm:2.4.1"
8158-
qs: "npm:6.11.0"
8158+
qs: "npm:6.13.0"
81598159
raw-body: "npm:2.5.2"
81608160
type-is: "npm:~1.6.18"
81618161
unpipe: "npm:1.0.0"
8162-
checksum: 10c0/06f1438fff388a2e2354c96aa3ea8147b79bfcb1262dfcc2aae68ec13723d01d5781680657b74e9f83c808266d5baf52804032fbde2b7382b89bd8cdb273ace9
8162+
checksum: 10c0/0a9a93b7518f222885498dcecaad528cf010dd109b071bf471c93def4bfe30958b83e03496eb9c1ad4896db543d999bb62be1a3087294162a88cfa1b42c16310
81638163
languageName: node
81648164
linkType: hard
81658165

@@ -10656,6 +10656,13 @@ __metadata:
1065610656
languageName: node
1065710657
linkType: hard
1065810658

10659+
"encodeurl@npm:~2.0.0":
10660+
version: 2.0.0
10661+
resolution: "encodeurl@npm:2.0.0"
10662+
checksum: 10c0/5d317306acb13e6590e28e27924c754163946a2480de11865c991a3a7eed4315cd3fba378b543ca145829569eefe9b899f3d84bb09870f675ae60bc924b01ceb
10663+
languageName: node
10664+
linkType: hard
10665+
1065910666
"encoding@npm:^0.1.13":
1066010667
version: 0.1.13
1066110668
resolution: "encoding@npm:0.1.13"
@@ -11965,41 +11972,41 @@ __metadata:
1196511972
linkType: hard
1196611973

1196711974
"express@npm:^4.14.0, express@npm:^4.19.2":
11968-
version: 4.19.2
11969-
resolution: "express@npm:4.19.2"
11975+
version: 4.21.0
11976+
resolution: "express@npm:4.21.0"
1197011977
dependencies:
1197111978
accepts: "npm:~1.3.8"
1197211979
array-flatten: "npm:1.1.1"
11973-
body-parser: "npm:1.20.2"
11980+
body-parser: "npm:1.20.3"
1197411981
content-disposition: "npm:0.5.4"
1197511982
content-type: "npm:~1.0.4"
1197611983
cookie: "npm:0.6.0"
1197711984
cookie-signature: "npm:1.0.6"
1197811985
debug: "npm:2.6.9"
1197911986
depd: "npm:2.0.0"
11980-
encodeurl: "npm:~1.0.2"
11987+
encodeurl: "npm:~2.0.0"
1198111988
escape-html: "npm:~1.0.3"
1198211989
etag: "npm:~1.8.1"
11983-
finalhandler: "npm:1.2.0"
11990+
finalhandler: "npm:1.3.1"
1198411991
fresh: "npm:0.5.2"
1198511992
http-errors: "npm:2.0.0"
11986-
merge-descriptors: "npm:1.0.1"
11993+
merge-descriptors: "npm:1.0.3"
1198711994
methods: "npm:~1.1.2"
1198811995
on-finished: "npm:2.4.1"
1198911996
parseurl: "npm:~1.3.3"
11990-
path-to-regexp: "npm:0.1.7"
11997+
path-to-regexp: "npm:0.1.10"
1199111998
proxy-addr: "npm:~2.0.7"
11992-
qs: "npm:6.11.0"
11999+
qs: "npm:6.13.0"
1199312000
range-parser: "npm:~1.2.1"
1199412001
safe-buffer: "npm:5.2.1"
11995-
send: "npm:0.18.0"
11996-
serve-static: "npm:1.15.0"
12002+
send: "npm:0.19.0"
12003+
serve-static: "npm:1.16.2"
1199712004
setprototypeof: "npm:1.2.0"
1199812005
statuses: "npm:2.0.1"
1199912006
type-is: "npm:~1.6.18"
1200012007
utils-merge: "npm:1.0.1"
1200112008
vary: "npm:~1.1.2"
12002-
checksum: 10c0/e82e2662ea9971c1407aea9fc3c16d6b963e55e3830cd0ef5e00b533feda8b770af4e3be630488ef8a752d7c75c4fcefb15892868eeaafe7353cb9e3e269fdcb
12009+
checksum: 10c0/4cf7ca328f3fdeb720f30ccb2ea7708bfa7d345f9cc460b64a82bf1b2c91e5b5852ba15a9a11b2a165d6089acf83457fc477dc904d59cd71ed34c7a91762c6cc
1200312010
languageName: node
1200412011
linkType: hard
1200512012

@@ -12192,18 +12199,18 @@ __metadata:
1219212199
languageName: node
1219312200
linkType: hard
1219412201

12195-
"finalhandler@npm:1.2.0":
12196-
version: 1.2.0
12197-
resolution: "finalhandler@npm:1.2.0"
12202+
"finalhandler@npm:1.3.1":
12203+
version: 1.3.1
12204+
resolution: "finalhandler@npm:1.3.1"
1219812205
dependencies:
1219912206
debug: "npm:2.6.9"
12200-
encodeurl: "npm:~1.0.2"
12207+
encodeurl: "npm:~2.0.0"
1220112208
escape-html: "npm:~1.0.3"
1220212209
on-finished: "npm:2.4.1"
1220312210
parseurl: "npm:~1.3.3"
1220412211
statuses: "npm:2.0.1"
1220512212
unpipe: "npm:~1.0.0"
12206-
checksum: 10c0/64b7e5ff2ad1fcb14931cd012651631b721ce657da24aedb5650ddde9378bf8e95daa451da43398123f5de161a81e79ff5affe4f9f2a6d2df4a813d6d3e254b7
12213+
checksum: 10c0/d38035831865a49b5610206a3a9a9aae4e8523cbbcd01175d0480ffbf1278c47f11d89be3ca7f617ae6d94f29cf797546a4619cd84dd109009ef33f12f69019f
1220712214
languageName: node
1220812215
linkType: hard
1220912216

@@ -16124,10 +16131,10 @@ __metadata:
1612416131
languageName: node
1612516132
linkType: hard
1612616133

16127-
"merge-descriptors@npm:1.0.1":
16128-
version: 1.0.1
16129-
resolution: "merge-descriptors@npm:1.0.1"
16130-
checksum: 10c0/b67d07bd44cfc45cebdec349bb6e1f7b077ee2fd5beb15d1f7af073849208cb6f144fe403e29a36571baf3f4e86469ac39acf13c318381e958e186b2766f54ec
16134+
"merge-descriptors@npm:1.0.3":
16135+
version: 1.0.3
16136+
resolution: "merge-descriptors@npm:1.0.3"
16137+
checksum: 10c0/866b7094afd9293b5ea5dcd82d71f80e51514bed33b4c4e9f516795dc366612a4cbb4dc94356e943a8a6914889a914530badff27f397191b9b75cda20b6bae93
1613116138
languageName: node
1613216139
linkType: hard
1613316140

@@ -18194,10 +18201,10 @@ __metadata:
1819418201
languageName: node
1819518202
linkType: hard
1819618203

18197-
"path-to-regexp@npm:0.1.7":
18198-
version: 0.1.7
18199-
resolution: "path-to-regexp@npm:0.1.7"
18200-
checksum: 10c0/50a1ddb1af41a9e68bd67ca8e331a705899d16fb720a1ea3a41e310480948387daf603abb14d7b0826c58f10146d49050a1291ba6a82b78a382d1c02c0b8f905
18204+
"path-to-regexp@npm:0.1.10":
18205+
version: 0.1.10
18206+
resolution: "path-to-regexp@npm:0.1.10"
18207+
checksum: 10c0/34196775b9113ca6df88e94c8d83ba82c0e1a2063dd33bfe2803a980da8d49b91db8104f49d5191b44ea780d46b8670ce2b7f4a5e349b0c48c6779b653f1afe4
1820118208
languageName: node
1820218209
linkType: hard
1820318210

@@ -19282,12 +19289,12 @@ __metadata:
1928219289
languageName: node
1928319290
linkType: hard
1928419291

19285-
"qs@npm:6.11.0":
19286-
version: 6.11.0
19287-
resolution: "qs@npm:6.11.0"
19292+
"qs@npm:6.13.0":
19293+
version: 6.13.0
19294+
resolution: "qs@npm:6.13.0"
1928819295
dependencies:
19289-
side-channel: "npm:^1.0.4"
19290-
checksum: 10c0/4e4875e4d7c7c31c233d07a448e7e4650f456178b9dd3766b7cfa13158fdb24ecb8c4f059fa91e820dc6ab9f2d243721d071c9c0378892dcdad86e9e9a27c68f
19296+
side-channel: "npm:^1.0.6"
19297+
checksum: 10c0/62372cdeec24dc83a9fb240b7533c0fdcf0c5f7e0b83343edd7310f0ab4c8205a5e7c56406531f2e47e1b4878a3821d652be4192c841de5b032ca83619d8f860
1929119298
languageName: node
1929219299
linkType: hard
1929319300

@@ -20509,9 +20516,9 @@ __metadata:
2050920516
languageName: node
2051020517
linkType: hard
2051120518

20512-
"send@npm:0.18.0":
20513-
version: 0.18.0
20514-
resolution: "send@npm:0.18.0"
20519+
"send@npm:0.19.0":
20520+
version: 0.19.0
20521+
resolution: "send@npm:0.19.0"
2051520522
dependencies:
2051620523
debug: "npm:2.6.9"
2051720524
depd: "npm:2.0.0"
@@ -20526,7 +20533,7 @@ __metadata:
2052620533
on-finished: "npm:2.4.1"
2052720534
range-parser: "npm:~1.2.1"
2052820535
statuses: "npm:2.0.1"
20529-
checksum: 10c0/0eb134d6a51fc13bbcb976a1f4214ea1e33f242fae046efc311e80aff66c7a43603e26a79d9d06670283a13000e51be6e0a2cb80ff0942eaf9f1cd30b7ae736a
20536+
checksum: 10c0/ea3f8a67a8f0be3d6bf9080f0baed6d2c51d11d4f7b4470de96a5029c598a7011c497511ccc28968b70ef05508675cebff27da9151dd2ceadd60be4e6cf845e3
2053020537
languageName: node
2053120538
linkType: hard
2053220539

@@ -20548,15 +20555,15 @@ __metadata:
2054820555
languageName: node
2054920556
linkType: hard
2055020557

20551-
"serve-static@npm:1.15.0":
20552-
version: 1.15.0
20553-
resolution: "serve-static@npm:1.15.0"
20558+
"serve-static@npm:1.16.2":
20559+
version: 1.16.2
20560+
resolution: "serve-static@npm:1.16.2"
2055420561
dependencies:
20555-
encodeurl: "npm:~1.0.2"
20562+
encodeurl: "npm:~2.0.0"
2055620563
escape-html: "npm:~1.0.3"
2055720564
parseurl: "npm:~1.3.3"
20558-
send: "npm:0.18.0"
20559-
checksum: 10c0/fa9f0e21a540a28f301258dfe1e57bb4f81cd460d28f0e973860477dd4acef946a1f41748b5bd41c73b621bea2029569c935faa38578fd34cd42a9b4947088ba
20565+
send: "npm:0.19.0"
20566+
checksum: 10c0/528fff6f5e12d0c5a391229ad893910709bc51b5705962b09404a1d813857578149b8815f35d3ee5752f44cd378d0f31669d4b1d7e2d11f41e08283d5134bd1f
2056020567
languageName: node
2056120568
linkType: hard
2056220569

0 commit comments

Comments
 (0)