Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

wbt
Copy link
Contributor

@wbt wbt commented Jun 24, 2022

This PR updates the Truffle dependency to use a minimum version of what is now the latest one out, which uses a later version of pouchdb incorporating a fix for a high severity vulnerability in node-fetch.

Simply relying on the caret notation and running npm audit fix will not necessarily work, because that will lead to updating the version of web3 used in Truffle to its latest version, which included a breaking change on the patch release number which has not yet been resolved to again bring Truffle's types back into consistency with web3's changed typings; Typescript compilation fails.

Increasing this minimum version, in this case, enhances security.

@changeset-bot
Copy link

changeset-bot bot commented Jun 24, 2022

🦋 Changeset detected

Latest commit: 43b8ee0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@typechain/truffle-v5 Patch
example-truffle-v5 Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

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