Skip to content

Commit 8b42f7c

Browse files
chore(deps): bump express and @types/express (#639)
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.1 - [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.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d0a25f commit 8b42f7c

2 files changed

Lines changed: 492 additions & 224 deletions

File tree

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"dedent": "^1.5.3",
7878
"diff": "^7.0.0",
7979
"dotenv": "^16.4.7",
80-
"express": "^4.21.2",
80+
"express": "^5.1.0",
8181
"external-editor": "^3.1.0",
8282
"figlet": "^1.8.0",
8383
"flat": "^6.0.1",
@@ -129,7 +129,7 @@
129129
"devDependencies": {
130130
"@types/cors": "^2.8.17",
131131
"@types/diff": "^7.0.0",
132-
"@types/express": "^5.0.0",
132+
"@types/express": "^5.0.1",
133133
"@types/figlet": "^1.7.0",
134134
"@types/gettext-parser": "^4.0.4",
135135
"@types/glob": "^8.1.0",

0 commit comments

Comments
 (0)