deps: upgrade to express 5.1.0

our code is already compliant with v5, and is not affected by the breaking changes described here:
https://expressjs.com/en/guide/migrating-5.html

I ran their codemod command, and it did not find anything – so I also double-checked by manually checking for all of the described changed topics in the migration guide.

with this change npm will still print a warning, due to
`@triliumnext/express-partial-content@"1.0.1"`, which needs to be updated to v5 as well
This commit is contained in:
Panagiotis Papadopoulos
2025-04-04 09:15:36 +02:00
parent f58a90c648
commit ac270aecb6
2 changed files with 187 additions and 256 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
"electron-window-state": "5.0.3",
"escape-html": "1.0.3",
"eslint-linter-browserify": "9.24.0",
"express": "4.21.2",
"express": "5.1.0",
"express-openid-connect": "^2.17.1",
"express-rate-limit": "7.5.0",
"express-session": "1.18.1",