Skip to content

Commit 1d19ca9

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.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.23 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] <support@github.com>
1 parent 918c3a9 commit 1d19ca9

3 files changed

Lines changed: 234 additions & 25 deletions

File tree

packages/mock-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
},
1515
"dependencies": {
1616
"cors": "^2.8.5",
17-
"express": "^4.19.2"
17+
"express": "^5.2.1"
1818
},
1919
"devDependencies": {
2020
"@types/cors": "^2.8.17",
21-
"@types/express": "^4.17.21",
21+
"@types/express": "^5.0.6",
2222
"@types/node": "^20.11.0",
2323
"supertest": "^6.3.4",
2424
"ts-node": "^10.9.2",

packages/plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@testing-library/jest-dom": "^6.4.2",
104104
"@testing-library/react": "^14.1.2",
105105
"@types/cors": "^2.8.17",
106-
"@types/express": "^4.17.21",
106+
"@types/express": "^5.0.6",
107107
"@types/jest": "^29.5.12",
108108
"@types/node": "^20.11.0",
109109
"@types/react": "^18.2.0",
@@ -121,7 +121,7 @@
121121
"eslint-plugin-react": "^7.34.0",
122122
"eslint-plugin-react-hooks": "^4.6.0",
123123
"eslint-plugin-security": "^3.0.1",
124-
"express": "^4.19.2",
124+
"express": "^5.2.1",
125125
"husky": "^9.0.0",
126126
"jest": "^29.7.0",
127127
"jest-axe": "^9.0.0",

0 commit comments

Comments
 (0)