Skip to content

Bump async from 2.6.3 to 2.6.4#45

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/async-2.6.4
Open

Bump async from 2.6.3 to 2.6.4#45
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/async-2.6.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 29, 2022

Bumps async from 2.6.3 to 2.6.4.

Changelog

Sourced from async's changelog.

v2.6.4

  • Fix potential prototype pollution exploit (#1828)
Commits
Maintainer changes

This version was pushed to npm by hargasinski, a new releaser for async since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

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>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 29, 2022
Copy link
Copy Markdown

@foxpatch-aleph foxpatch-aleph left a comment

Choose a reason for hiding this comment

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

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant