diff --git a/packages/cli/package.json b/packages/cli/package.json index 89700a2..041548d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -21,7 +21,7 @@ "dependencies": { "@antilink-guard/core": "workspace:*", "@antilink-guard/storage": "workspace:*", - "better-sqlite3": "^11.8.1", + "better-sqlite3": "^12.11.1", "commander": "^13.1.0", "zod": "^3.24.1" }, diff --git a/packages/storage/package.json b/packages/storage/package.json index a7be29d..6a20c1f 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@antilink-guard/core": "workspace:*", - "better-sqlite3": "^11.8.1", + "better-sqlite3": "^12.11.1", "mysql2": "^3.12.0", "pg": "^8.13.1", "zod": "^3.24.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ed41ca..bb76d7c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,8 +95,8 @@ importers: specifier: workspace:* version: link:../storage better-sqlite3: - specifier: ^11.8.1 - version: 11.10.0 + specifier: ^12.11.1 + version: 12.11.1 commander: specifier: ^13.1.0 version: 13.1.0 @@ -169,8 +169,8 @@ importers: specifier: workspace:* version: link:../core better-sqlite3: - specifier: ^11.8.1 - version: 11.10.0 + specifier: ^12.11.1 + version: 12.11.1 mysql2: specifier: ^3.12.0 version: 3.22.5(@types/node@22.20.0) @@ -907,8 +907,9 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - better-sqlite3@11.10.0: - resolution: {integrity: sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==} + better-sqlite3@12.11.1: + resolution: {integrity: sha512-dq9AtApgg5PGFtBzPFSBl3HZQjHok5gaQCM6zh2Yk0aSmDCs1CbnVI8/HgASQkNKsWFpseIO9beg5xxpYhbIfA==} + engines: {node: 20.x || 22.x || 23.x || 24.x || 25.x || 26.x} bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} @@ -2383,7 +2384,7 @@ snapshots: base64-js@1.5.1: {} - better-sqlite3@11.10.0: + better-sqlite3@12.11.1: dependencies: bindings: 1.5.0 prebuild-install: 7.1.3