fix(deps): update dependency better-sqlite3 to v12.1.0

This commit is contained in:
renovate[bot]
2025-06-24 02:10:12 +00:00
committed by GitHub
parent 9dc157b970
commit 81f50c46ed
3 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"dependencies": {
"better-sqlite3": "12.0.0"
"better-sqlite3": "12.1.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": "12.0.0"
"better-sqlite3": "12.1.0"
},
"devDependencies": {
"@electron/remote": "2.1.2",