Skip to content

build(deps): bump @tootallnate/once and sqlite3#20

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-a39e092795
Closed

build(deps): bump @tootallnate/once and sqlite3#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-a39e092795

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Removes @tootallnate/once. It's no longer used after updating ancestor dependency sqlite3. These dependencies need to be updated together.

Removes @tootallnate/once

Updates sqlite3 from 5.1.7 to 6.0.1

Release notes

Sourced from sqlite3's releases.

v6.0.1

  • Fixed prebuilt binaries for alpine/musl

Full Changelog: TryGhost/node-sqlite3@v6.0.0...v6.0.1

v6.0.0

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.1.7...v6.0.0

Commits
Maintainer changes

This version was pushed to npm by jonatan-ghost, a new releaser for sqlite3 since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code labels Apr 12, 2026
@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 12, 2026

PR Summary

Medium Risk
Upgrading sqlite3 to a new major version changes native build/runtime dependencies and introduces tighter Node version constraints via transitive deps, which could break installs or persistence at runtime.

Overview
Upgrades the direct dependency sqlite3 from ^5.1.7 to ^6.0.1 in package.json.

Regenerates package-lock.json, replacing/removing several transitive packages (notably dropping @tootallnate/once) and pulling in newer node-gyp/fetch/cache toolchain dependencies with updated engine requirements.

Reviewed by Cursor Bugbot for commit 9d8c1a8. Bugbot is set up for automated code reviews on this repo. Configure here.

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 12, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedsqlite3@​5.1.7 ⏵ 6.0.19910010090100

View full report

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread package.json
"@modelcontextprotocol/sdk": "^1.13.1",
"@types/sqlite3": "^3.1.11",
"sqlite3": "^5.1.7",
"sqlite3": "^6.0.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

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>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-a39e092795 branch from 3a6c445 to 9d8c1a8 Compare April 12, 2026 14:04
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2026

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 12, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-a39e092795 branch April 12, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants