diff --git a/package-lock.json b/package-lock.json index da45567b..fa80ba5f 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": [ diff --git a/package.json b/package.json index 781eaa1d..8ded951d 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" }, "overrides": {