build(deps): bump @tootallnate/once and sqlite3#20
Conversation
PR SummaryMedium Risk Overview Regenerates Reviewed by Cursor Bugbot for commit 9d8c1a8. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3a6c445. Configure here.
| "@modelcontextprotocol/sdk": "^1.13.1", | ||
| "@types/sqlite3": "^3.1.11", | ||
| "sqlite3": "^5.1.7", | ||
| "sqlite3": "^6.0.1", |
There was a problem hiding this comment.
Node.js engine requirement conflicts with sqlite3 v6
High Severity
The engines field still declares "node": ">=18.0.0", but sqlite3 v6.0.1 requires "node": ">=20.17.0". Users on Node 18 who rely on the declared engine constraint will install successfully but encounter runtime failures from the native sqlite3 module. The engines field needs to be updated to match the new minimum Node version required by sqlite3 6.x.
Reviewed by Cursor Bugbot for commit 3a6c445. Configure here.
Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependency [sqlite3](https://github.com/TryGhost/node-sqlite3). These dependencies need to be updated together. Removes `@tootallnate/once` Updates `sqlite3` from 5.1.7 to 6.0.1 - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](TryGhost/node-sqlite3@v5.1.7...v6.0.1) --- updated-dependencies: - dependency-name: "@tootallnate/once" dependency-version: dependency-type: indirect - dependency-name: sqlite3 dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
3a6c445 to
9d8c1a8
Compare
|
Looks like these dependencies are no longer a dependency, so this is no longer needed. |


Removes @tootallnate/once. It's no longer used after updating ancestor dependency sqlite3. These dependencies need to be updated together.
Removes
@tootallnate/onceUpdates
sqlite3from 5.1.7 to 6.0.1Release notes
Sourced from sqlite3's releases.
Commits
a7badcev6.0.10ed0c97Fixed Alpine/musl builds, replaced QEMU with native ARM runners20a3bd2v6.0.0d808e57Bumped bundled SQLite from 3.45.0 to 3.52.0a962b72Bumped all dependencies and modernised CI for Node 20+/22+/24+66d054a2026a85f9e8Mark repository as unmaintained (#1844)528e15a20252f0c799Updatedactions/upload-artifactto v41609684Updated bundled SQLite to v3.45.0Maintainer changes
This version was pushed to npm by jonatan-ghost, a new releaser for sqlite3 since your current version.