Skip to content

Commit 7b16cc6

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.21.1 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.1...v5.1.0) Updates `@types/express` from 4.17.21 to 5.0.5 - [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.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a04f1e9 commit 7b16cc6

File tree

2 files changed

+457
-82
lines changed

2 files changed

+457
-82
lines changed

agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"@peculiar/x509": "^1.14.2",
1313
"cors": "^2.8.5",
1414
"dotenv": "^16.6.1",
15-
"express": "^4.21.2",
15+
"express": "^5.1.0",
1616
"oidc-provider": "^8.5.3",
1717
"zod": "^3.25.76"
1818
},
1919
"devDependencies": {
2020
"@types/cors": "^2.8.19",
21-
"@types/express": "^4.17.25",
21+
"@types/express": "^5.0.5",
2222
"@types/node": "^20.19.25",
2323
"@types/oidc-provider": "^8.5.2",
2424
"tsx": "^4.20.6",

0 commit comments

Comments
 (0)