build(deps): bump express from 5.0.0-beta.1 to 5.0.0-beta.3 #175

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/express-5.0.0-beta.3 into main 2024-05-06 12:06:20 -07:00
dependabot[bot] commented 2024-05-06 09:39:24 -07:00 (Migrated from github.com)

Bumps express from 5.0.0-beta.1 to 5.0.0-beta.3.

Release notes

Sourced from express's releases.

v5.0.0-beta.3

Full Changelog: https://github.com/expressjs/express/compare/5.0.0-beta.2...v5.0.0-beta.3

5.0.0-beta.2

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.0.0-beta.3 / 2024-03-25

This incorporates all changes after 4.19.1 up to 4.19.2.

5.0.0-beta.2 / 2024-03-20

This incorporates all changes after 4.17.2 up to 4.19.1.

Commits
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Dependabot compatibility score

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 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)
Bumps [express](https://github.com/expressjs/express) from 5.0.0-beta.1 to 5.0.0-beta.3. <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>v5.0.0-beta.3</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/5.0.0-beta.2...v5.0.0-beta.3">https://github.com/expressjs/express/compare/5.0.0-beta.2...v5.0.0-beta.3</a></p> <h2>5.0.0-beta.2</h2> <h2>What's Changed</h2> <ul> <li>lib: fix typo ocurred -&gt; occurred by <a href="https://github.com/caioagiani"><code>@​caioagiani</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4805">expressjs/express#4805</a></li> <li>examples: defend from privilege elevation by <a href="https://github.com/KoyamaSohei"><code>@​KoyamaSohei</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4120">expressjs/express#4120</a></li> <li>replace &quot;replaces&quot; with &quot;replacer&quot; in jsdoc by <a href="https://github.com/apeltop"><code>@​apeltop</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4843">expressjs/express#4843</a></li> <li>Add install size badge to README by <a href="https://github.com/styfle"><code>@​styfle</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/3710">expressjs/express#3710</a></li> <li>Replace deprecated String.prototype.substr() by <a href="https://github.com/CommanderRoot"><code>@​CommanderRoot</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4860">expressjs/express#4860</a></li> <li>fix: remove deprecated html attribute by <a href="https://github.com/Hashen110"><code>@​Hashen110</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4866">expressjs/express#4866</a></li> <li>fix: parameter index is not described in JSDoc by <a href="https://github.com/Hashen110"><code>@​Hashen110</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4867">expressjs/express#4867</a></li> <li>fix: continue is unnecessary as the last statement in a loop by <a href="https://github.com/Hashen110"><code>@​Hashen110</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4868">expressjs/express#4868</a></li> <li>Deprecate non integer status codes in v4 by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4223">expressjs/express#4223</a></li> <li>Add root support in res.download() by <a href="https://github.com/mmito"><code>@​mmito</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4855">expressjs/express#4855</a></li> <li>res.format(): call default using <code>obj</code> as the context by <a href="https://github.com/shesek"><code>@​shesek</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/3587">expressjs/express#3587</a></li> <li>Feature/4171 depd by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4174">expressjs/express#4174</a></li> <li>Validate <code>maxAge</code> appropriateness before use by <a href="https://github.com/cjbarth"><code>@​cjbarth</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/3936">expressjs/express#3936</a></li> <li>deps: statuses@2.0.1 by <a href="https://github.com/3imed-jaberi"><code>@​3imed-jaberi</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4336">expressjs/express#4336</a></li> <li>test: fix typo by <a href="https://github.com/Hashen110"><code>@​Hashen110</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4882">expressjs/express#4882</a></li> <li>docs: fix typo: http -&gt; HTTP by <a href="https://github.com/ghousemohamed"><code>@​ghousemohamed</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4872">expressjs/express#4872</a></li> <li>Update Security.md by <a href="https://github.com/netcode"><code>@​netcode</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4890">expressjs/express#4890</a></li> <li>examples: add missing associated labels by <a href="https://github.com/Hashen110"><code>@​Hashen110</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4884">expressjs/express#4884</a></li> <li>Increase timeout for mocha to 7500 by <a href="https://github.com/grisu48"><code>@​grisu48</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4887">expressjs/express#4887</a></li> <li>Release 4.18 by <a href="https://github.com/dougwilson"><code>@​dougwilson</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4287">expressjs/express#4287</a></li> <li>Expanding the benchmark. by <a href="https://github.com/denizy97"><code>@​denizy97</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4880">expressjs/express#4880</a></li> <li>examples: remove unused params by <a href="https://github.com/alxdrg"><code>@​alxdrg</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4914">expressjs/express#4914</a></li> <li>Grammatically updated the express documentation for better comprehension by <a href="https://github.com/REALSTEVEIG"><code>@​REALSTEVEIG</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4926">expressjs/express#4926</a></li> <li>Freenode is dead/dying by <a href="https://github.com/theabhinavdas"><code>@​theabhinavdas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5013">expressjs/express#5013</a></li> <li>Use https: protocol instead of deprecated git: protocol by <a href="https://github.com/vcsjones"><code>@​vcsjones</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5032">expressjs/express#5032</a></li> <li>build: Node.js@16.18 and Node.js@18.12 by <a href="https://github.com/abenhamdine"><code>@​abenhamdine</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5034">expressjs/express#5034</a></li> <li>ci: update actions/checkout to v3 by <a href="https://github.com/armujahid"><code>@​armujahid</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5027">expressjs/express#5027</a></li> <li>test: remove unused function arguments in params by <a href="https://github.com/raksbisht"><code>@​raksbisht</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5124">expressjs/express#5124</a></li> <li>Remove unused originalIndex from acceptParams by <a href="https://github.com/raksbisht"><code>@​raksbisht</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5119">expressjs/express#5119</a></li> <li>Fixed typos by <a href="https://github.com/raksbisht"><code>@​raksbisht</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5117">expressjs/express#5117</a></li> <li>examples: remove unused params by <a href="https://github.com/raksbisht"><code>@​raksbisht</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5113">expressjs/express#5113</a></li> <li>fix: parameter str is not described in JSDoc by <a href="https://github.com/raksbisht"><code>@​raksbisht</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5130">expressjs/express#5130</a></li> <li>fix: typos in History.md by <a href="https://github.com/raksbisht"><code>@​raksbisht</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5131">expressjs/express#5131</a></li> <li>build : add Node.js@19.7 by <a href="https://github.com/abenhamdine"><code>@​abenhamdine</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5028">expressjs/express#5028</a></li> <li>test: remove unused function arguments in params by <a href="https://github.com/raksbisht"><code>@​raksbisht</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5137">expressjs/express#5137</a></li> <li>use random port in test so it won't fail on already listening by <a href="https://github.com/rluvaton"><code>@​rluvaton</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5162">expressjs/express#5162</a></li> <li>tests: use cb() instead of done() by <a href="https://github.com/kristof-low"><code>@​kristof-low</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5233">expressjs/express#5233</a></li> <li>examples: remove multipart example by <a href="https://github.com/riddlew"><code>@​riddlew</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5195">expressjs/express#5195</a></li> <li>Update support Node.js@18 in the CI by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5490">expressjs/express#5490</a></li> <li>Fix favicon-related bug in cookie-sessions example by <a href="https://github.com/DmytroKondrashov"><code>@​DmytroKondrashov</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5414">expressjs/express#5414</a></li> <li>Release 4.18.3 by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5505">expressjs/express#5505</a></li> <li>fix typo in release date by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5527">expressjs/express#5527</a></li> <li>docs: nominating <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> to be project captian by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5511">expressjs/express#5511</a></li> <li>docs: loosen TC activity rules by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5510">expressjs/express#5510</a></li> <li>Add note on how to update docs for new release by <a href="https://github.com/crandmck"><code>@​crandmck</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5541">expressjs/express#5541</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/v5.0.0-beta.3/History.md">express's changelog</a>.</em></p> <blockquote> <h1>5.0.0-beta.3 / 2024-03-25</h1> <p>This incorporates all changes after 4.19.1 up to 4.19.2.</p> <h1>5.0.0-beta.2 / 2024-03-20</h1> <p>This incorporates all changes after 4.17.2 up to 4.19.1.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/express/commit/cd7d79f92a7209b09aa9b065b0643c1bec55ed1d"><code>cd7d79f</code></a> v5.0.0-beta.3</li> <li><a href="https://github.com/expressjs/express/commit/5e2345e966c81b656a121454b207a928c4818c63"><code>5e2345e</code></a> Merge branch '5.0' into 5.x</li> <li><a href="https://github.com/expressjs/express/commit/6415f7035b3675ec4eaee3b91973d7d3b0464ca9"><code>6415f70</code></a> Merge tag '4.19.2' into 5.0</li> <li><a href="https://github.com/expressjs/express/commit/04bc62787be974874bc1467b23606c36bc9779ba"><code>04bc627</code></a> 4.19.2</li> <li><a href="https://github.com/expressjs/express/commit/da4d763ff6ba9df6dbd8f1f0b1d05412dda934d5"><code>da4d763</code></a> Improved fix for open redirect allow list bypass</li> <li><a href="https://github.com/expressjs/express/commit/7091ec17f046a12a294155e6584f8da699fa160d"><code>7091ec1</code></a> 5.0.0-beta.2</li> <li><a href="https://github.com/expressjs/express/commit/416ba025a1fb77f0762eb25ae0d6fc79035a2fbd"><code>416ba02</code></a> build: disable test for 4.x which is failing in v5</li> <li><a href="https://github.com/expressjs/express/commit/60fb1d2acd7fbee2bbcc2e0702709cc0a7be40dd"><code>60fb1d2</code></a> Merge tag '4.19.1' into 5.x</li> <li><a href="https://github.com/expressjs/express/commit/e9f9aaeebd13d0ca57e59828a96eb88cb61888bd"><code>e9f9aae</code></a> Merge tag '4.19.0' into 5.x</li> <li><a href="https://github.com/expressjs/express/commit/4f0f6cc67d531431c096ea006c2191b92931bbc3"><code>4f0f6cc</code></a> 4.19.1</li> <li>Additional commits viewable in <a href="https://github.com/expressjs/express/compare/v5.0.0-beta.1...v5.0.0-beta.3">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~wesleytodd">wesleytodd</a>, a new releaser for express since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express&package-manager=npm_and_yarn&previous-version=5.0.0-beta.1&new-version=5.0.0-beta.3)](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) </details>
Sign in to join this conversation.
No description provided.