diff --git a/package-lock.json b/package-lock.json index 38358e93..7140b018 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@cline/sdk": "^0.0.41", "@modelcontextprotocol/inspector": "^0.21.2", "@modelcontextprotocol/sdk": "^1.29.0", - "better-sqlite3": "^12.4.1", + "better-sqlite3": "^12.10.0", "cline": "^3.0.7" } }, @@ -238,9 +238,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -254,9 +251,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -270,9 +264,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -286,9 +277,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -3392,9 +3380,9 @@ "license": "MIT" }, "node_modules/better-sqlite3": { - "version": "12.9.0", - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.9.0.tgz", - "integrity": "sha512-wqUv4Gm3toFpHDQmaKD4QhZm3g1DjUBI0yzS4UBl6lElUmXFYdTQmmEDpAFa5o8FiFiymURypEnfVHzILKaxqQ==", + "version": "12.10.0", + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.10.0.tgz", + "integrity": "sha512-CyzaZRQKyHkB2ZInfTTl2nvT33EbDpjkLEbE8/Zck3Ll6O0qqvuGdrJ45HgtH+HykRg88ITY3AdreBGN70aBSQ==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -3402,7 +3390,7 @@ "prebuild-install": "^7.1.1" }, "engines": { - "node": "20.x || 22.x || 23.x || 24.x || 25.x" + "node": "20.x || 22.x || 23.x || 24.x || 25.x || 26.x" } }, "node_modules/bignumber.js": { diff --git a/package.json b/package.json index 742767fb..26a662b9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@cline/sdk": "^0.0.41", "@modelcontextprotocol/inspector": "^0.21.2", "@modelcontextprotocol/sdk": "^1.29.0", - "better-sqlite3": "^12.4.1", + "better-sqlite3": "^12.10.0", "cline": "^3.0.7" } }