Conversation
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
foxpatch-aleph
left a comment
There was a problem hiding this comment.
This PR bumps qs from 6.5.2 to 6.5.3, which includes a critical security fix that ignores proto keys during parsing (prototype pollution prevention). The lock file also reflects several other transitive dependency updates, most notably upgrading @solana/web3.js from 0.90.5 to 1.70.0 (a major version bump with significant dependency tree changes), rpc-websockets from 7.4.16 to 7.5.0, jayson from 3.6.5 to 3.7.0, and superstruct from 0.8.4 to 0.14.2. Many packages were reclassified from production to dev dependencies. The qs upgrade itself is straightforward and addresses a real security vulnerability (CVE-2022-24999). The broader lock file changes appear to be legitimate resolution updates driven by the @solana/web3.js major version upgrade that was already in the tree, not introduced by this PR. No source files were changed — only package-lock.json.
package-lock.json (line None): The lock file contains a much larger set of changes than just the qs bump: @solana/web3.js jumps from 0.90.5 to 1.70.0 (a major version), superstruct from 0.8.4 to 0.14.2 (also a major version), and rpc-websockets from 7.4.16 to 7.5.0. These appear to be transitive resolution changes rather than direct dependency changes. It's worth verifying that the existing test suite still passes with these updated transitive dependencies, particularly the Solana-related functionality, as the @solana/web3.js major version jump removes several previously-bundled dependencies (secp256k1 native addon, tweetnacl, mz, crypto-hash, etc.) and replaces them with @noble/* pure-JS implementations.
Bumps qs from 6.5.2 to 6.5.3.
Changelog
Sourced from qs's changelog.
Commits
298bfa5v6.5.3ed0f5dc[Fix]parse: ignore__proto__keys (#428)691e739[Robustness]stringify: avoid relying on a globalundefined(#427)1072d57[readme] remove travis badge; add github actions/codecov badges; update URLs12ac1c4[meta] fix README.md (#399)0338716[actions] backport actions from main5639c20Clean up license text so it’s properly detected as BSD-3-Clause51b8a0badd FUNDING.yml45f6759[Fix] fix for an impossible situation: when the formatter is called with a no...f814a7f[Dev Deps] backport from mainDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.