Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ce3495c

Browse files
fix(deps): update dependency express to v5
1 parent 27f36a4 commit ce3495c

4 files changed

Lines changed: 212 additions & 23 deletions

File tree

_regroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@playwright/test": "1.52.0",
3939
"@stylistic/eslint-plugin": "4.4.0",
40-
"@types/express": "5.0.1",
40+
"@types/express": "5.0.2",
4141
"@types/node": "22.15.24",
4242
"@types/yargs": "17.0.33",
4343
"@vitest/coverage-v8": "3.1.4",

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"electron-debug": "4.1.0",
6464
"electron-window-state": "5.0.3",
6565
"escape-html": "1.0.3",
66-
"express": "4.21.2",
66+
"express": "5.1.0",
6767
"express-openid-connect": "^2.17.1",
6868
"express-rate-limit": "7.5.0",
6969
"express-session": "1.18.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@nx/web": "21.1.2",
4040
"@playwright/test": "^1.36.0",
4141
"@triliumnext/server": "workspace:*",
42-
"@types/express": "^4.17.21",
42+
"@types/express": "^5.0.0",
4343
"@types/node": "22.15.24",
4444
"@vitest/coverage-v8": "^3.0.5",
4545
"@vitest/ui": "^3.0.0",
@@ -80,7 +80,7 @@
8080
"homepage": "https://github.com/TriliumNext/Notes#readme",
8181
"dependencies": {
8282
"axios": "^1.6.0",
83-
"express": "^4.21.2"
83+
"express": "^5.0.0"
8484
},
8585
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
8686
"pnpm": {

0 commit comments

Comments
 (0)