mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
deps: upgrade @triliumnext/express-partial-content to 1.1.0
now we have full express 5 compatibility
This commit is contained in:
parent
ac270aecb6
commit
ba02070b7c
10
package-lock.json
generated
10
package-lock.json
generated
@ -12,7 +12,7 @@
|
||||
"@braintree/sanitize-url": "7.1.1",
|
||||
"@electron/remote": "2.1.2",
|
||||
"@highlightjs/cdn-assets": "11.11.1",
|
||||
"@triliumnext/express-partial-content": "1.0.1",
|
||||
"@triliumnext/express-partial-content": "1.1.0",
|
||||
"archiver": "7.0.1",
|
||||
"async-mutex": "0.5.0",
|
||||
"autocomplete.js": "0.38.1",
|
||||
@ -4511,12 +4511,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@triliumnext/express-partial-content": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@triliumnext/express-partial-content/-/express-partial-content-1.0.1.tgz",
|
||||
"integrity": "sha512-WQipyCd3AHnKRhkMGUjgvi75L8kRjCyvCituvtdkNt5GLUQeHRyMwEokYJ8uoBgPoJNPLPCjXV1Ig0WE37N7KA==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@triliumnext/express-partial-content/-/express-partial-content-1.1.0.tgz",
|
||||
"integrity": "sha512-VAV4P9JUDmkVRX/Au8qLBQEBU+TdpNi0orfRizfG31sQNphzznAjGBL3R8DY0xwwEReIjD0X6uxi23hjRD1fAg==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"express": "^4.16.4"
|
||||
"express": "^4.16.4 || ^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tweenjs/tween.js": {
|
||||
|
@ -74,7 +74,7 @@
|
||||
"@braintree/sanitize-url": "7.1.1",
|
||||
"@electron/remote": "2.1.2",
|
||||
"@highlightjs/cdn-assets": "11.11.1",
|
||||
"@triliumnext/express-partial-content": "1.0.1",
|
||||
"@triliumnext/express-partial-content": "1.1.0",
|
||||
"archiver": "7.0.1",
|
||||
"async-mutex": "0.5.0",
|
||||
"autocomplete.js": "0.38.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user