Skip to content

Commit 778f2aa

Browse files
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.21.2 to 5.1.0 - [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.1.0) Updates `@types/express` from 5.0.0 to 5.0.2 - [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.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/express" dependency-version: 5.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af3badf commit 778f2aa

File tree

2 files changed

+195
-229
lines changed

2 files changed

+195
-229
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@emotion/react": "^11.14.0",
2626
"@types/debug": "^4.1.12",
27-
"@types/express": "^5.0.0",
27+
"@types/express": "^5.0.2",
2828
"@types/jest": "^29.5.14",
2929
"@types/node": "^22.15.3",
3030
"@types/react": "^18.3.12",
@@ -78,7 +78,7 @@
7878
"chokidar": "^4.0.3",
7979
"debug": "^4.4.0",
8080
"dotenv": "^16.5.0",
81-
"express": "^4.21.2",
81+
"express": "^5.1.0",
8282
"gray-matter": "^4.0.3",
8383
"open": "^10.1.1",
8484
"ws": "^8.18.2"

0 commit comments

Comments
 (0)