[Snyk] Upgrade: bitcore-lib, bitcore-mnemonic, crypto-js, elliptic, ethereumjs-util, rlp, tweetnacl, tweetnacl-util #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
bitcore-lib
from 8.1.1 to 8.25.47 | 71 versions ahead of your current version | 2 years ago
on 2023-02-17
bitcore-mnemonic
from 8.1.1 to 8.25.47 | 71 versions ahead of your current version | 2 years ago
on 2023-02-17
crypto-js
from 3.1.8 to 3.3.0 | 4 versions ahead of your current version | 5 years ago
on 2020-02-12
elliptic
from 6.4.1 to 6.5.7 | 8 versions ahead of your current version | 25 days ago
on 2024-08-14
ethereumjs-util
from 6.1.0 to 6.2.1 | 2 versions ahead of your current version | 4 years ago
on 2020-07-16
rlp
from 2.2.3 to 2.2.7 | 4 versions ahead of your current version | 3 years ago
on 2021-10-06
tweetnacl
from 1.0.1 to 1.0.3 | 2 versions ahead of your current version | 5 years ago
on 2020-02-10
tweetnacl-util
from 0.15.0 to 0.15.1 | 1 version ahead of your current version | 5 years ago
on 2020-01-29
Issues fixed by the recommended upgrade:
SNYK-JS-ELLIPTIC-571484
SNYK-JS-ELLIPTIC-1064899
SNYK-JS-ELLIPTIC-511941
SNYK-JS-ELLIPTIC-7577916
SNYK-JS-ELLIPTIC-7577917
SNYK-JS-ELLIPTIC-7577918
SNYK-JS-ELLIPTIC-571484
SNYK-JS-LODASH-450202
SNYK-JS-LODASH-608086
SNYK-JS-ELLIPTIC-1064899
SNYK-JS-ELLIPTIC-511941
SNYK-JS-ELLIPTIC-7577916
SNYK-JS-ELLIPTIC-7577917
SNYK-JS-ELLIPTIC-7577918
SNYK-JS-LODASH-1040724
SNYK-JS-LODASH-567746
SNYK-JS-LODASH-6139239
SNYK-JS-LODASH-1018905
Release notes
Package name: bitcore-mnemonic
Package name: crypto-js
No content.
No content.
No content.
No content.
No content.
Package name: elliptic
6.5.7
6.5.6
6.5.5
6.5.4
6.5.3
6.5.2
6.5.1
6.5.0
6.4.1
Package name: ethereumjs-util
Other Features
Bugfixes
Package name: rlp
Package name: tweetnacl
IMPORTANT BUG FIX. Due to a bug in calculating carry in
modulo reduction that used bit operations on integers larger than
32 bits,
nacl.sign
ornacl.sign.detached
could have createdincorrect signatures.
This only affects signing, not verification.
Thanks to @ valerini on GitHub for finding and reporting the bug.
Exported more internal undocumented functions for
third-party projects that rely on low-level interface,
(something users of TweetNaCl shouldn't care about).
Package name: tweetnacl-util
0.15.1
decodeBase64
will throw if the string contains invalid characters. If you want to ignore whitespace, you should remove it before passing to decoder. (Previously only browser version would throw in this case. Turns out Node.jsBuffer
doesn't validate encoding at all, for "performance" reasons — that is, it returns some kind of output even for invalid input — for exampleBuffer.from("бред", "base64")
results in<Buffer d7 9e>
— which is ridiculous.)Buffer.from
is now used on modern Node.js versions (versions that don't havefrom
will continue using the deprecated constructor.)This is the last version to be published on Bower: for simplicity, newer versions will only be published on NPM.
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: