Skip to content

Commit b19a559

Browse files
build(deps): bump express and @types/express (#7248)
Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together. Updates `express` from 5.1.0 to 5.2.1 - [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.1) Updates `@types/express` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/express" dependency-version: 5.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31fc8d0 commit b19a559

File tree

2 files changed

+74
-60
lines changed

2 files changed

+74
-60
lines changed

pnpm-lock.yaml

Lines changed: 72 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"cross-spawn": "^7.0.6",
3838
"ejs": "^3.1.10",
3939
"esbuild": "^0.27.0",
40-
"express": "^5.1.0",
40+
"express": "^5.2.1",
4141
"express-rate-limit": "^8.2.1",
4242
"express-session": "^1.18.2",
4343
"find-root": "1.1.0",
@@ -88,7 +88,7 @@
8888
"@types/cookie-parser": "^1.4.10",
8989
"@types/cross-spawn": "^6.0.6",
9090
"@types/ejs": "^3.1.5",
91-
"@types/express": "^5.0.5",
91+
"@types/express": "^5.0.6",
9292
"@types/express-session": "^1.18.2",
9393
"@types/formidable": "^3.4.6",
9494
"@types/http-errors": "^2.0.5",

0 commit comments

Comments
 (0)