From 9220ffac9abf31c8849dc5ceb12205df1b5af1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:56:00 +0000 Subject: [PATCH] Bump better-sqlite3 in the root-npm-minor-patch group across 1 directory Bumps the root-npm-minor-patch group with 1 update in the / directory: [better-sqlite3](https://github.com/WiseLibs/better-sqlite3). Updates `better-sqlite3` from 12.9.0 to 12.10.0 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v12.9.0...v12.10.0) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 12.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-npm-minor-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++----------------- package.json | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) 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" } }