Merge branch 'main' into renovate/express-rate-limit-7.x

This commit is contained in:
Elian Doran
2025-06-22 14:12:21 +03:00
committed by GitHub
8 changed files with 45 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
{
"dependencies": {
"better-sqlite3": "11.10.0"
"better-sqlite3": "12.0.0"
}
}

View File

@@ -4,7 +4,7 @@
"description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.",
"private": true,
"dependencies": {
"better-sqlite3": "11.10.0"
"better-sqlite3": "12.0.0"
},
"devDependencies": {
"@electron/remote": "2.1.2",
@@ -88,7 +88,7 @@
"multer": "2.0.1",
"normalize-strings": "1.1.1",
"ollama": "0.5.16",
"openai": "5.5.1",
"openai": "5.6.0",
"rand-token": "1.0.1",
"safe-compare": "1.1.4",
"sanitize-filename": "1.6.3",