diff --git a/package-lock.json b/package-lock.json index 7243a42ba..cda118609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 5f453cfea..5e8574df3 100644 --- a/package.json +++ b/package.json @@ -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",