Skip to content

Commit 6bf9576

Browse files
chore(deps): bump express and @types/express
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 4.22.1 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@v4.22.1...v5.2.1) Updates `@types/express` from 4.17.25 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-major - dependency-name: "@types/express" dependency-version: 5.0.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90f0d98 commit 6bf9576

File tree

2 files changed

+20
-265
lines changed

2 files changed

+20
-265
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"@vitejs/plugin-react": "^4.2.1",
4848
"chalk": "^5.4.1",
4949
"commander": "^14.0.2",
50-
"express": "^4.21.2",
50+
"express": "^5.2.1",
5151
"express-rate-limit": "^8.2.1",
5252
"glob": "^13.0.0",
5353
"js-yaml": "^4.1.0",
5454
"vite": "^7.3.1"
5555
},
5656
"devDependencies": {
57-
"@types/express": "^4.17.21",
57+
"@types/express": "^5.0.6",
5858
"@types/js-yaml": "^4.0.9",
5959
"@types/node": "^25.0.10",
6060
"tsup": "^8.0.0",

0 commit comments

Comments
 (0)