Skip to content

fix(deps): add npm override for qs >=6.15.2#298

Open
hummbl-dev wants to merge 1 commit into
mainfrom
fix/devin/qs-override
Open

fix(deps): add npm override for qs >=6.15.2#298
hummbl-dev wants to merge 1 commit into
mainfrom
fix/devin/qs-override

Conversation

@hummbl-dev

Copy link
Copy Markdown
Owner

Addresses Dependabot alert #54 (CVE-2026-8723) by adding an explicit npm override:

  • qs: >=6.15.2 (fixes TypeError crash on null/undefined entries in comma-format arrays with encodeValuesOnly)

The lockfile already resolves qs to 6.15.2. This override makes the minimum version explicit.

Generated with Devin

Addresses Dependabot alert #54 (CVE-2026-8723):
qs.stringify crashes with TypeError on null/undefined entries in
comma-format arrays when encodeValuesOnly is set.

The lockfile already resolves qs to 6.15.2 (patched). This override
makes the minimum version explicit so Dependabot can dismiss the alert.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant