Conversation
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async 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 async from 2.6.3 to 2.6.4 to fix a prototype pollution vulnerability (CVE reported in caolan/async#1828). The core change is correct and appropriate — the async package entry in both package-lock.json and yarn.lock is updated to the patched version. The remaining diff consists of incidental lockfile churn: dependency metadata corrections (dev/non-dev flags), transitive dependency upgrades (@solana/web3.js 0.90.5→1.41.3, jayson 3.6.5→3.6.6, rpc-websockets 7.4.16→7.4.18, ws 7.5.5→7.5.7, superstruct 0.8.4→0.14.2), and removal of unused packages (cheerio, esdoc-inject-style-plugin, npm-run-all, mz, circular-json, etc.). All of these are consistent with a lockfile regeneration triggered by the async update. The security fix is the primary concern here and it is addressed correctly.
package-lock.json (line None): The lockfile includes a significant upgrade to @solana/web3.js (0.90.5 → 1.41.3) and superstruct (0.8.4 → 0.14.2, a breaking-change major bump for semver purposes). While this is just lockfile resolution churn from Dependabot regenerating the lockfile, it's worth verifying that the Solana integration still works correctly after this upgrade, as superstruct 0.14.x has a different API than 0.8.x.
package-lock.json (line None): sinon-chai appears as a new non-dev dependency of @solana/web3.js 1.41.3. A test assertion library being a production dependency of a Solana library is unusual, but this is upstream @solana/web3.js packaging and not something controllable here.
Bumps async from 2.6.3 to 2.6.4.
Changelog
Sourced from async's changelog.
Commits
c6bdacaVersion 2.6.48870da9Update built files4df6754update changelog8f7f903Fix prototype pollution vulnerability (#1828)Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Dependabot 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.