From 86b8a2ae8ce7282fd529b2b84ff959eb2d34065c Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Fri, 16 May 2025 12:52:11 +0500 Subject: [PATCH] desktop: update patched better-sqlite3-multiple-ciphers to 11.6.1 --- apps/desktop/scripts/patch-better-sqlite3.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/scripts/patch-better-sqlite3.mjs b/apps/desktop/scripts/patch-better-sqlite3.mjs index 8aea134c8..95a5c62d0 100644 --- a/apps/desktop/scripts/patch-better-sqlite3.mjs +++ b/apps/desktop/scripts/patch-better-sqlite3.mjs @@ -34,7 +34,7 @@ export async function patchBetterSQLite3() { ); const json = JSON.parse(await readFile(jsonPath, "utf-8")); - json.version = "11.5.1"; + json.version = "11.6.1"; json.homepage = "https://github.com/thecodrr/better-sqlite3-multiple-ciphers"; json.repository.url = "git://github.com/thecodrr/better-sqlite3-multiple-ciphers.git";