Skip to content

Commit 7589717

Browse files
Bump express from 4.21.0 to 4.21.1 (#396)
Bumps [express](https://github.com/expressjs/express) from 4.21.0 to 4.21.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>Backport a fix for CVE-2024-47764 to the 4.x branch by <a href="https://github.com/joshbuker"><code>@​joshbuker</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6029">expressjs/express#6029</a></li> <li>Release: 4.21.1 by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6031">expressjs/express#6031</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/4.21.0...4.21.1">https://github.com/expressjs/express/compare/4.21.0...4.21.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/4.21.1/History.md">express's changelog</a>.</em></p> <blockquote> <h1>4.21.1 / 2024-10-08</h1> <ul> <li>Backported a fix for <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47764">CVE-2024-47764</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/express/commit/8e229f92752ad51462c868b99f6e6c2e559801b0"><code>8e229f9</code></a> 4.21.1</li> <li><a href="https://github.com/expressjs/express/commit/a024c8a7b658a178cbdb9bde33030b7500172815"><code>a024c8a</code></a> fix(deps): [email protected]</li> <li>See full diff in <a href="https://github.com/expressjs/express/compare/4.21.0...4.21.1">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.21.0&new-version=4.21.1)](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 6c3c2ac commit 7589717

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.21.0",
31+
"express": "^4.21.1",
3232
"fetch-retry": "^5.0.6",
3333
"form-data": "^4.0.0",
3434
"fs-extra": "^11.2.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,10 +3290,10 @@ __metadata:
32903290
languageName: node
32913291
linkType: hard
32923292

3293-
"cookie@npm:0.6.0":
3294-
version: 0.6.0
3295-
resolution: "cookie@npm:0.6.0"
3296-
checksum: 10c0/f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686
3293+
"cookie@npm:0.7.1":
3294+
version: 0.7.1
3295+
resolution: "cookie@npm:0.7.1"
3296+
checksum: 10c0/5de60c67a410e7c8dc8a46a4b72eb0fe925871d057c9a5d2c0e8145c4270a4f81076de83410c4d397179744b478e33cd80ccbcc457abf40a9409ad27dcd21dde
32973297
languageName: node
32983298
linkType: hard
32993299

@@ -4175,16 +4175,16 @@ __metadata:
41754175
languageName: node
41764176
linkType: hard
41774177

4178-
"express@npm:^4.21.0":
4179-
version: 4.21.0
4180-
resolution: "express@npm:4.21.0"
4178+
"express@npm:^4.21.1":
4179+
version: 4.21.1
4180+
resolution: "express@npm:4.21.1"
41814181
dependencies:
41824182
accepts: "npm:~1.3.8"
41834183
array-flatten: "npm:1.1.1"
41844184
body-parser: "npm:1.20.3"
41854185
content-disposition: "npm:0.5.4"
41864186
content-type: "npm:~1.0.4"
4187-
cookie: "npm:0.6.0"
4187+
cookie: "npm:0.7.1"
41884188
cookie-signature: "npm:1.0.6"
41894189
debug: "npm:2.6.9"
41904190
depd: "npm:2.0.0"
@@ -4210,7 +4210,7 @@ __metadata:
42104210
type-is: "npm:~1.6.18"
42114211
utils-merge: "npm:1.0.1"
42124212
vary: "npm:~1.1.2"
4213-
checksum: 10c0/4cf7ca328f3fdeb720f30ccb2ea7708bfa7d345f9cc460b64a82bf1b2c91e5b5852ba15a9a11b2a165d6089acf83457fc477dc904d59cd71ed34c7a91762c6cc
4213+
checksum: 10c0/0c287867e5f6129d3def1edd9b63103a53c40d4dc8628839d4b6827e35eb8f0de5a4656f9d85f4457eba584f9871ebb2ad26c750b36bd75d9bbb8bcebdc4892c
42144214
languageName: node
42154215
linkType: hard
42164216

@@ -5981,7 +5981,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59815981
ajv-formats: "npm:^3.0.1"
59825982
camelcase-keys: "npm:^9.1.3"
59835983
eslint: "npm:^8.57.1"
5984-
express: "npm:^4.21.0"
5984+
express: "npm:^4.21.1"
59855985
fetch-mock: "npm:^9.11.0"
59865986
fetch-retry: "npm:^5.0.6"
59875987
form-data: "npm:^4.0.0"

0 commit comments

Comments
 (0)