Skip to content

Commit 1accbf6

Browse files
chore: Bump express and @types/express in /server
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.21.2 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@4.21.2...v5.2.1) Updates `@types/express` from 4.17.21 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] <[email protected]>
1 parent c4d7590 commit 1accbf6

File tree

2 files changed

+341
-361
lines changed

2 files changed

+341
-361
lines changed

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@wireapp/commons": "5.4.11",
44
"dotenv": "17.2.3",
55
"dotenv-extended": "2.9.0",
6-
"express": "4.21.2",
6+
"express": "5.2.1",
77
"express-hbs": "2.5.0",
88
"fs-extra": "11.3.3",
99
"handlebars": "4.7.7",
@@ -22,7 +22,7 @@
2222
"@babel/preset-env": "7.28.5",
2323
"@babel/preset-react": "7.28.5",
2424
"@types/dotenv": "8.2.3",
25-
"@types/express": "4.17.21",
25+
"@types/express": "5.0.6",
2626
"@types/form-data": "2.5.2",
2727
"@types/fs-extra": "11.0.4",
2828
"@types/helmet": "4.0.0",

0 commit comments

Comments
 (0)