chore(deps): bump vulnerable npm deps to clear Dependabot alerts - #226
Merged
StefanSteiner merged 1 commit intoAug 14, 2026
Merged
Conversation
Update npm dependencies flagged by Dependabot security alerts. The Apache Thrift Rust alert (tableau#16) is intentionally left out — the patched 0.23.0 cannot yet be adopted without breaking other dependencies. hyperdb-api-node/package-lock.json: - js-yaml 4.2.0 -> 4.3.1 (GHSA-5p4m-2wfm-xmqj high, GHSA-52cp-r559-cp3m high) hyperdb-api-node/examples/hyper-explorer/package-lock.json: - postcss 8.5.15 -> 8.5.26 (GHSA-r28c-9q8g-f849 high, GHSA-fxqj-rqcc-2cmp med) - shell-quote 1.8.4 -> 1.10.0 (GHSA-395f-4hp3-45gv high) - body-parser 1.20.5 -> 1.20.6 (GHSA-v422-hmwv-36x6 low) - nanoid 3.3.12 -> 3.3.17 (pulled forward transitively by postcss) Lockfile-only changes; node_modules is gitignored and no package.json manifests changed. All four alerted packages are patched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clears the open npm Dependabot security alerts on
tableau/hyper-api-rustbybumping the flagged packages in the two Node lockfiles. Lockfile-only — no
package.jsonmanifests changed andnode_modulesis gitignored.The Apache Thrift Rust alert
(alert 16,
Cargo.lock→ 0.23.0) is intentionally not included: as in the past, thepatched version can't yet be adopted without breaking other dependencies.
Dependabot alerts addressed
Each of the following should auto-resolve once this merges to
mainandDependabot re-scans the lockfiles (Dependabot alerts close automatically when
the vulnerable version is gone — they are not closed via PR keywords):
hyperdb-api-node/hyperdb-api-node/examples/hyper-explorer/hyperdb-api-node/examples/hyper-explorer/hyperdb-api-node/hyperdb-api-node/examples/hyper-explorer/hyperdb-api-node/examples/hyper-explorer/All six alerts (four distinct packages) are patched to versions at or above the
Dependabot-recommended fix.
Notes
nanoidfrom 3.3.12 → 3.3.17.npm auditseparately flagsnanoid <3.3.18(GHSA-2v37-7h3g-55p8), but nanoid isnot a Dependabot alert on this repo and 3.3.18 is a very recent release; it
will be picked up on a future resolve. Left out of scope here.
../..descriptor also re-synced theparent
hyperdb-api-nodedevDependency version ranges to match its currentpackage.json— a metadata sync, not an installed-package change.Verification
npm auditinhyperdb-api-node/→ 0 vulnerabilities.npm auditinhyperdb-api-node/examples/hyper-explorer/→ only theout-of-scope
nanoid <3.3.18finding remains; all four alerted packages clear.