mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-24 23:18:23 -05:00
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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user