Skip to content

Commit b72c05a

Browse files
build: bump express from 4.21.2 to 5.0.0
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 5.0.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.0.0) --- updated-dependencies: - dependency-name: express dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e96ddb1 commit b72c05a

File tree

3 files changed

+246
-112
lines changed

3 files changed

+246
-112
lines changed

packages/cardano-services-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/validator": "^13.7.1",
4747
"axios-mock-adapter": "^2.0.0",
4848
"eslint": "^7.32.0",
49-
"express": "^4.20.0",
49+
"express": "^5.0.0",
5050
"get-port-please": "^2.5.0",
5151
"jest": "^28.1.3",
5252
"madge": "^5.0.1",

packages/cardano-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"debug": "^4.3.4",
114114
"dotenv": "^16.0.0",
115115
"envalid": "^7.3.1",
116-
"express": "^4.20.0",
116+
"express": "^5.0.0",
117117
"express-openapi-validator": "^4.13.8",
118118
"express-prom-bundle": "^6.4.1",
119119
"fraction.js": "^4.2.0",

0 commit comments

Comments
 (0)