Skip to content

Commit b2189ef

Browse files
fix(deps): update dependency express to v5
1 parent 23988c9 commit b2189ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bun.lockb

5.6 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@faker-js/faker": "^8.4.1",
5555
"@opaline/core": "^0.5.5",
5656
"cors": "^2.8.5",
57-
"express": "^4.19.2",
57+
"express": "^5.0.0",
5858
"jsonschema": "^1.4.1",
5959
"morgan": "^1.10.0",
6060
"react": "^18",
@@ -65,7 +65,7 @@
6565
"@commitlint/config-conventional": "17.8.1",
6666
"@types/bun": "latest",
6767
"@types/cors": "^2.8.17",
68-
"@types/express": "^4.17.21",
68+
"@types/express": "^5.0.0",
6969
"@types/json-schema": "^7.0.11",
7070
"@types/morgan": "^1.9.9",
7171
"@types/node": "^20",

0 commit comments

Comments
 (0)