Skip to content

Commit ab4f8ac

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 029eb05 commit ab4f8ac

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
@@ -46,14 +46,14 @@
4646
"@vitejs/plugin-react": "^4.2.1",
4747
"chalk": "^5.4.1",
4848
"commander": "^14.0.2",
49-
"express": "^4.21.2",
49+
"express": "^5.2.1",
5050
"express-rate-limit": "^8.2.1",
5151
"glob": "^13.0.0",
5252
"js-yaml": "^4.1.0",
5353
"vite": "^7.3.1"
5454
},
5555
"devDependencies": {
56-
"@types/express": "^4.17.21",
56+
"@types/express": "^5.0.6",
5757
"@types/js-yaml": "^4.0.9",
5858
"@types/node": "^25.0.10",
5959
"tsup": "^8.0.0",

0 commit comments

Comments
 (0)