Skip to content

Update dependencies#9105

Merged
whymarrh merged 2 commits intoMetaMask:developfrom
whymarrh:npm-advisories
Jul 29, 2020
Merged

Update dependencies#9105
whymarrh merged 2 commits intoMetaMask:developfrom
whymarrh:npm-advisories

Conversation

@whymarrh
Copy link
Copy Markdown
Contributor

@whymarrh whymarrh commented Jul 29, 2020

This PR updates the following two dependencies to address high severity advisories in the production dependencies:

  • Use elliptic@6.5.3
  • Use dot-prop@5.2.0

The public advisories:

I don't believe there to be any functional changes here:

  • I don't think we hit any (important?) codepaths of the whole ipld-zcash/zcash-bitcore-lib/elliptic subtree of 3Box
  • dot-prop doesn't have a changelog but;
    • Looking through v3.0.0...v4.0.0 it would seem that the breaking change was requiring Node.js 4 (88b6eb6)
    • The only breaking change listed for v5.0.0 was requiring Node.js 8.

@whymarrh whymarrh marked this pull request as ready for review July 29, 2020 22:05
@whymarrh whymarrh requested a review from a team as a code owner July 29, 2020 22:05
Copy link
Copy Markdown
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

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

LGTM!

@whymarrh whymarrh merged commit d990de4 into MetaMask:develop Jul 29, 2020
@whymarrh whymarrh deleted the npm-advisories branch July 29, 2020 22:09
Gudahtt added a commit that referenced this pull request Jul 30, 2020
* origin/develop: (582 commits)
  Use async/await for seedPhraseVerifier.verifyAccounts (#9100)
  Use async/await for getRestrictedMethods (#9099)
  Update dependencies (#9105)
  update email us to contact us (#9104)
  Improve source maps (#9101)
  Update font family globally (#9073)
  rpc-cap@3.1.0 (#9103)
  Use environment variable for production Sentry DSN (#9097)
  Only log error on first occurrence of missing substitution (#9096)
  Use mixins for typography instead of placeholder selectors (#9072)
  Update css folder structure (#9071)
  Disable Sentry in development (#9095)
  Use environment variable for MetaMetrics project ID (#9094)
  Use development metametrics project during tests (#9093)
  json-rpc-engine@5.2.0 (#9091)
  fixup! call initializeProvider where necessary
  call initializeProvider where necessary
  Add euclid fontface (#9018)
  fix timing-reliant network controller test
  Robustify permissions controller requestUserApproval tests (#9064)
  ...
Gudahtt pushed a commit that referenced this pull request Aug 7, 2020
This change updates the following two dependencies to address high severity advisories in the production dependencies:

* Use elliptic@6.5.3
* Use dot-prop@5.2.0

The public advisories:

- `elliptic`: [npm](https://www.npmjs.com/advisories/1547)
- `dot-prop`: [npm](https://www.npmjs.com/advisories/1213), [GHSA-ff7x-qrg7-qggm](GHSA-ff7x-qrg7-qggm)

I don't believe there to be any functional changes here:

- I don't think we hit any (important?) codepaths of the whole `ipld-zcash/zcash-bitcore-lib/elliptic` subtree of 3Box
- `dot-prop` doesn't have a changelog but;
    - Looking through [`v3.0.0...v4.0.0`](sindresorhus/dot-prop@v3.0.0...v4.0.0) it would seem that the breaking change was requiring Node.js 4 ([`88b6eb6`](sindresorhus/dot-prop@88b6eb6))
    - The only breaking change listed for [v5.0.0](https://github.com/sindresorhus/dot-prop/releases/tag/v5.0.0) was requiring Node.js 8.
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.

3 participants