Skip to content

Commit e876817

Browse files
chore(deps): bump express from 5.1.0 to 5.2.0 (#1840)
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd06559 commit e876817

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@substrate/calc": "0.3.1",
6262
"argparse": "^2.0.1",
6363
"confmgr": "^1.1.0",
64-
"express": "^5.1.0",
64+
"express": "^5.2.0",
6565
"express-winston": "^4.2.0",
6666
"http-errors": "^2.0.1",
6767
"lru-cache": "^11.2.2",

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,7 +2475,7 @@ __metadata:
24752475
"@types/triple-beam": "npm:^1.3.5"
24762476
argparse: "npm:^2.0.1"
24772477
confmgr: "npm:^1.1.0"
2478-
express: "npm:^5.1.0"
2478+
express: "npm:^5.2.0"
24792479
express-winston: "npm:^4.2.0"
24802480
http-errors: "npm:^2.0.1"
24812481
lru-cache: "npm:^11.2.2"
@@ -3422,7 +3422,7 @@ __metadata:
34223422
languageName: node
34233423
linkType: hard
34243424

3425-
"body-parser@npm:^2.2.0":
3425+
"body-parser@npm:^2.2.1":
34263426
version: 2.2.1
34273427
resolution: "body-parser@npm:2.2.1"
34283428
dependencies:
@@ -4834,17 +4834,18 @@ __metadata:
48344834
languageName: node
48354835
linkType: hard
48364836

4837-
"express@npm:^5.1.0":
4838-
version: 5.1.0
4839-
resolution: "express@npm:5.1.0"
4837+
"express@npm:^5.2.0":
4838+
version: 5.2.0
4839+
resolution: "express@npm:5.2.0"
48404840
dependencies:
48414841
accepts: "npm:^2.0.0"
4842-
body-parser: "npm:^2.2.0"
4842+
body-parser: "npm:^2.2.1"
48434843
content-disposition: "npm:^1.0.0"
48444844
content-type: "npm:^1.0.5"
48454845
cookie: "npm:^0.7.1"
48464846
cookie-signature: "npm:^1.2.1"
48474847
debug: "npm:^4.4.0"
4848+
depd: "npm:^2.0.0"
48484849
encodeurl: "npm:^2.0.0"
48494850
escape-html: "npm:^1.0.3"
48504851
etag: "npm:^1.8.1"
@@ -4865,7 +4866,7 @@ __metadata:
48654866
statuses: "npm:^2.0.1"
48664867
type-is: "npm:^2.0.1"
48674868
vary: "npm:^1.1.2"
4868-
checksum: 10/6dba00bbdf308f43a84ed3f07a7e9870d5208f2a0b8f60f39459dda089750379747819863fad250849d3c9163833f33f94ce69d73938df31e0c5a430800d7e56
4869+
checksum: 10/2a793e260fd343c67b038c85dd6b4561483cc277a2c826287ddb9e5baa23500802a0b53237e0113d503e0a181ed5f2334d93facc877d44181608280ae4eebf28
48694870
languageName: node
48704871
linkType: hard
48714872

0 commit comments

Comments
 (0)