Skip to content

Commit 5efe08e

Browse files
Bump express from 4.19.2 to 4.20.0 (#382)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.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.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> <li>docs: specify new instructions for <code>question</code> and <code>discuss</code> by <a href="https://github.com/IamLizu"><code>@​IamLizu</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5835">expressjs/express#5835</a></li> <li>4.x: Upgrade <code>merge-descriptors</code> dependency by <a href="https://github.com/RobinTail"><code>@​RobinTail</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5781">expressjs/express#5781</a></li> <li>[email protected] by <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5902">expressjs/express#5902</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marco-ippolito"><code>@​marco-ippolito</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5565">expressjs/express#5565</a></li> <li><a href="https://github.com/inigomarquinez"><code>@​inigomarquinez</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5590">expressjs/express#5590</a></li> <li><a href="https://github.com/mertcanaltin"><code>@​mertcanaltin</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5627">expressjs/express#5627</a></li> <li><a href="https://github.com/ctcpip"><code>@​ctcpip</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5690">expressjs/express#5690</a></li> <li><a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5814">expressjs/express#5814</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/4.19.1...4.20.0">https://github.com/expressjs/express/compare/4.19.1...4.20.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/master/History.md">express's changelog</a>.</em></p> <blockquote> <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/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><a href="https://github.com/expressjs/express/commit/125bb742a38cd97938a3932b47cc301e41c31f5d"><code>125bb74</code></a> [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5902">#5902</a>)</li> <li><a href="https://github.com/expressjs/express/commit/2a980ad16052e53b398c9953fea50e3daa0b495c"><code>2a980ad</code></a> [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5781">#5781</a>)</li> <li><a href="https://github.com/expressjs/express/commit/a3e7e05e0a435b7b4be25bd38d8d0ca19a773ca9"><code>a3e7e05</code></a> docs: specify new instructions for <code>question</code> and <code>discuss</code></li> <li><a href="https://github.com/expressjs/express/commit/c5addb9a17c5b4c9fccdd2c04153a30595e03385"><code>c5addb9</code></a> deps: [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5603">#5603</a>)</li> <li><a href="https://github.com/expressjs/express/commit/e35380a39d94937e3d0f7119e0efbc7cd69d003f"><code>e35380a</code></a> docs: add <a href="https://github.com/IamLizu"><code>@​IamLizu</code></a> to the triage team (<a href="https://redirect.github.com/expressjs/express/issues/5836">#5836</a>)</li> <li>Additional commits viewable in <a href="https://github.com/expressjs/express/compare/4.19.2...4.20.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.20.0)](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) </details>
1 parent e0b460e commit 5efe08e

File tree

2 files changed

+73
-44
lines changed

2 files changed

+73
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ajv": "^8.17.1",
2929
"ajv-formats": "^3.0.1",
3030
"camelcase-keys": "^9.1.3",
31-
"express": "^4.19.2",
31+
"express": "^4.20.0",
3232
"fetch-retry": "^5.0.6",
3333
"form-data": "^4.0.0",
3434
"fs-extra": "^11.2.0",

yarn.lock

Lines changed: 72 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,9 +2885,9 @@ __metadata:
28852885
languageName: node
28862886
linkType: hard
28872887

2888-
"body-parser@npm:1.20.2":
2889-
version: 1.20.2
2890-
resolution: "body-parser@npm:1.20.2"
2888+
"body-parser@npm:1.20.3":
2889+
version: 1.20.3
2890+
resolution: "body-parser@npm:1.20.3"
28912891
dependencies:
28922892
bytes: "npm:3.1.2"
28932893
content-type: "npm:~1.0.5"
@@ -2897,11 +2897,11 @@ __metadata:
28972897
http-errors: "npm:2.0.0"
28982898
iconv-lite: "npm:0.4.24"
28992899
on-finished: "npm:2.4.1"
2900-
qs: "npm:6.11.0"
2900+
qs: "npm:6.13.0"
29012901
raw-body: "npm:2.5.2"
29022902
type-is: "npm:~1.6.18"
29032903
unpipe: "npm:1.0.0"
2904-
checksum: 10c0/06f1438fff388a2e2354c96aa3ea8147b79bfcb1262dfcc2aae68ec13723d01d5781680657b74e9f83c808266d5baf52804032fbde2b7382b89bd8cdb273ace9
2904+
checksum: 10c0/0a9a93b7518f222885498dcecaad528cf010dd109b071bf471c93def4bfe30958b83e03496eb9c1ad4896db543d999bb62be1a3087294162a88cfa1b42c16310
29052905
languageName: node
29062906
linkType: hard
29072907

@@ -2990,7 +2990,7 @@ __metadata:
29902990
languageName: node
29912991
linkType: hard
29922992

2993-
"call-bind@npm:^1.0.0, call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7":
2993+
"call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7":
29942994
version: 1.0.7
29952995
resolution: "call-bind@npm:1.0.7"
29962996
dependencies:
@@ -3666,6 +3666,13 @@ __metadata:
36663666
languageName: node
36673667
linkType: hard
36683668

3669+
"encodeurl@npm:~2.0.0":
3670+
version: 2.0.0
3671+
resolution: "encodeurl@npm:2.0.0"
3672+
checksum: 10c0/5d317306acb13e6590e28e27924c754163946a2480de11865c991a3a7eed4315cd3fba378b543ca145829569eefe9b899f3d84bb09870f675ae60bc924b01ceb
3673+
languageName: node
3674+
linkType: hard
3675+
36693676
"encoding@npm:^0.1.13":
36703677
version: 0.1.13
36713678
resolution: "encoding@npm:0.1.13"
@@ -4168,42 +4175,42 @@ __metadata:
41684175
languageName: node
41694176
linkType: hard
41704177

4171-
"express@npm:^4.19.2":
4172-
version: 4.19.2
4173-
resolution: "express@npm:4.19.2"
4178+
"express@npm:^4.20.0":
4179+
version: 4.20.0
4180+
resolution: "express@npm:4.20.0"
41744181
dependencies:
41754182
accepts: "npm:~1.3.8"
41764183
array-flatten: "npm:1.1.1"
4177-
body-parser: "npm:1.20.2"
4184+
body-parser: "npm:1.20.3"
41784185
content-disposition: "npm:0.5.4"
41794186
content-type: "npm:~1.0.4"
41804187
cookie: "npm:0.6.0"
41814188
cookie-signature: "npm:1.0.6"
41824189
debug: "npm:2.6.9"
41834190
depd: "npm:2.0.0"
4184-
encodeurl: "npm:~1.0.2"
4191+
encodeurl: "npm:~2.0.0"
41854192
escape-html: "npm:~1.0.3"
41864193
etag: "npm:~1.8.1"
41874194
finalhandler: "npm:1.2.0"
41884195
fresh: "npm:0.5.2"
41894196
http-errors: "npm:2.0.0"
4190-
merge-descriptors: "npm:1.0.1"
4197+
merge-descriptors: "npm:1.0.3"
41914198
methods: "npm:~1.1.2"
41924199
on-finished: "npm:2.4.1"
41934200
parseurl: "npm:~1.3.3"
4194-
path-to-regexp: "npm:0.1.7"
4201+
path-to-regexp: "npm:0.1.10"
41954202
proxy-addr: "npm:~2.0.7"
41964203
qs: "npm:6.11.0"
41974204
range-parser: "npm:~1.2.1"
41984205
safe-buffer: "npm:5.2.1"
4199-
send: "npm:0.18.0"
4200-
serve-static: "npm:1.15.0"
4206+
send: "npm:0.19.0"
4207+
serve-static: "npm:1.16.0"
42014208
setprototypeof: "npm:1.2.0"
42024209
statuses: "npm:2.0.1"
42034210
type-is: "npm:~1.6.18"
42044211
utils-merge: "npm:1.0.1"
42054212
vary: "npm:~1.1.2"
4206-
checksum: 10c0/e82e2662ea9971c1407aea9fc3c16d6b963e55e3830cd0ef5e00b533feda8b770af4e3be630488ef8a752d7c75c4fcefb15892868eeaafe7353cb9e3e269fdcb
4213+
checksum: 10c0/626e440e9feffa3f82ebce5e7dc0ad7a74fa96079994f30048cce450f4855a258abbcabf021f691aeb72154867f0d28440a8498c62888805faf667a829fb65aa
42074214
languageName: node
42084215
linkType: hard
42094216

@@ -4575,7 +4582,7 @@ __metadata:
45754582
languageName: node
45764583
linkType: hard
45774584

4578-
"get-intrinsic@npm:^1.0.2, get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.3, get-intrinsic@npm:^1.2.4":
4585+
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.3, get-intrinsic@npm:^1.2.4":
45794586
version: 1.2.4
45804587
resolution: "get-intrinsic@npm:1.2.4"
45814588
dependencies:
@@ -5974,7 +5981,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59745981
ajv-formats: "npm:^3.0.1"
59755982
camelcase-keys: "npm:^9.1.3"
59765983
eslint: "npm:^8.57.0"
5977-
express: "npm:^4.19.2"
5984+
express: "npm:^4.20.0"
59785985
fetch-mock: "npm:^9.11.0"
59795986
fetch-retry: "npm:^5.0.6"
59805987
form-data: "npm:^4.0.0"
@@ -6179,10 +6186,10 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
61796186
languageName: node
61806187
linkType: hard
61816188

6182-
"merge-descriptors@npm:1.0.1":
6183-
version: 1.0.1
6184-
resolution: "merge-descriptors@npm:1.0.1"
6185-
checksum: 10c0/b67d07bd44cfc45cebdec349bb6e1f7b077ee2fd5beb15d1f7af073849208cb6f144fe403e29a36571baf3f4e86469ac39acf13c318381e958e186b2766f54ec
6189+
"merge-descriptors@npm:1.0.3":
6190+
version: 1.0.3
6191+
resolution: "merge-descriptors@npm:1.0.3"
6192+
checksum: 10c0/866b7094afd9293b5ea5dcd82d71f80e51514bed33b4c4e9f516795dc366612a4cbb4dc94356e943a8a6914889a914530badff27f397191b9b75cda20b6bae93
61866193
languageName: node
61876194
linkType: hard
61886195

@@ -6564,7 +6571,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
65646571
languageName: node
65656572
linkType: hard
65666573

6567-
"object-inspect@npm:^1.13.1, object-inspect@npm:^1.9.0":
6574+
"object-inspect@npm:^1.13.1":
65686575
version: 1.13.1
65696576
resolution: "object-inspect@npm:1.13.1"
65706577
checksum: 10c0/fad603f408e345c82e946abdf4bfd774260a5ed3e5997a0b057c44153ac32c7271ff19e3a5ae39c858da683ba045ccac2f65245c12763ce4e8594f818f4a648d
@@ -6808,10 +6815,10 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
68086815
languageName: node
68096816
linkType: hard
68106817

6811-
"path-to-regexp@npm:0.1.7":
6812-
version: 0.1.7
6813-
resolution: "path-to-regexp@npm:0.1.7"
6814-
checksum: 10c0/50a1ddb1af41a9e68bd67ca8e331a705899d16fb720a1ea3a41e310480948387daf603abb14d7b0826c58f10146d49050a1291ba6a82b78a382d1c02c0b8f905
6818+
"path-to-regexp@npm:0.1.10":
6819+
version: 0.1.10
6820+
resolution: "path-to-regexp@npm:0.1.10"
6821+
checksum: 10c0/34196775b9113ca6df88e94c8d83ba82c0e1a2063dd33bfe2803a980da8d49b91db8104f49d5191b44ea780d46b8670ce2b7f4a5e349b0c48c6779b653f1afe4
68156822
languageName: node
68166823
linkType: hard
68176824

@@ -6990,12 +6997,12 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
69906997
languageName: node
69916998
linkType: hard
69926999

6993-
"qs@npm:^6.10.2, qs@npm:^6.11.0":
6994-
version: 6.11.2
6995-
resolution: "qs@npm:6.11.2"
7000+
"qs@npm:6.13.0, qs@npm:^6.10.2, qs@npm:^6.11.0":
7001+
version: 6.13.0
7002+
resolution: "qs@npm:6.13.0"
69967003
dependencies:
6997-
side-channel: "npm:^1.0.4"
6998-
checksum: 10c0/4f95d4ff18ed480befcafa3390022817ffd3087fc65f146cceb40fc5edb9fa96cb31f648cae2fa96ca23818f0798bd63ad4ca369a0e22702fcd41379b3ab6571
7004+
side-channel: "npm:^1.0.6"
7005+
checksum: 10c0/62372cdeec24dc83a9fb240b7533c0fdcf0c5f7e0b83343edd7310f0ab4c8205a5e7c56406531f2e47e1b4878a3821d652be4192c841de5b032ca83619d8f860
69997006
languageName: node
70007007
linkType: hard
70017008

@@ -7372,15 +7379,36 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
73727379
languageName: node
73737380
linkType: hard
73747381

7375-
"serve-static@npm:1.15.0":
7376-
version: 1.15.0
7377-
resolution: "serve-static@npm:1.15.0"
7382+
"send@npm:0.19.0":
7383+
version: 0.19.0
7384+
resolution: "send@npm:0.19.0"
7385+
dependencies:
7386+
debug: "npm:2.6.9"
7387+
depd: "npm:2.0.0"
7388+
destroy: "npm:1.2.0"
7389+
encodeurl: "npm:~1.0.2"
7390+
escape-html: "npm:~1.0.3"
7391+
etag: "npm:~1.8.1"
7392+
fresh: "npm:0.5.2"
7393+
http-errors: "npm:2.0.0"
7394+
mime: "npm:1.6.0"
7395+
ms: "npm:2.1.3"
7396+
on-finished: "npm:2.4.1"
7397+
range-parser: "npm:~1.2.1"
7398+
statuses: "npm:2.0.1"
7399+
checksum: 10c0/ea3f8a67a8f0be3d6bf9080f0baed6d2c51d11d4f7b4470de96a5029c598a7011c497511ccc28968b70ef05508675cebff27da9151dd2ceadd60be4e6cf845e3
7400+
languageName: node
7401+
linkType: hard
7402+
7403+
"serve-static@npm:1.16.0":
7404+
version: 1.16.0
7405+
resolution: "serve-static@npm:1.16.0"
73787406
dependencies:
73797407
encodeurl: "npm:~1.0.2"
73807408
escape-html: "npm:~1.0.3"
73817409
parseurl: "npm:~1.3.3"
73827410
send: "npm:0.18.0"
7383-
checksum: 10c0/fa9f0e21a540a28f301258dfe1e57bb4f81cd460d28f0e973860477dd4acef946a1f41748b5bd41c73b621bea2029569c935faa38578fd34cd42a9b4947088ba
7411+
checksum: 10c0/d7a5beca08cc55f92998d8b87c111dd842d642404231c90c11f504f9650935da4599c13256747b0a988442a59851343271fe8e1946e03e92cd79c447b5f3ae01
73847412
languageName: node
73857413
linkType: hard
73867414

@@ -7433,14 +7461,15 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
74337461
languageName: node
74347462
linkType: hard
74357463

7436-
"side-channel@npm:^1.0.4":
7437-
version: 1.0.4
7438-
resolution: "side-channel@npm:1.0.4"
7464+
"side-channel@npm:^1.0.4, side-channel@npm:^1.0.6":
7465+
version: 1.0.6
7466+
resolution: "side-channel@npm:1.0.6"
74397467
dependencies:
7440-
call-bind: "npm:^1.0.0"
7441-
get-intrinsic: "npm:^1.0.2"
7442-
object-inspect: "npm:^1.9.0"
7443-
checksum: 10c0/054a5d23ee35054b2c4609b9fd2a0587760737782b5d765a9c7852264710cc39c6dcb56a9bbd6c12cd84071648aea3edb2359d2f6e560677eedadce511ac1da5
7468+
call-bind: "npm:^1.0.7"
7469+
es-errors: "npm:^1.3.0"
7470+
get-intrinsic: "npm:^1.2.4"
7471+
object-inspect: "npm:^1.13.1"
7472+
checksum: 10c0/d2afd163dc733cc0a39aa6f7e39bf0c436293510dbccbff446733daeaf295857dbccf94297092ec8c53e2503acac30f0b78830876f0485991d62a90e9cad305f
74447473
languageName: node
74457474
linkType: hard
74467475

0 commit comments

Comments
 (0)