Skip to content

Commit 0f936b2

Browse files
authored
Merge pull request #17 from Hosar/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2 parents 62c595e + 6cd1703 commit 0f936b2

File tree

2 files changed

+38
-26
lines changed

2 files changed

+38
-26
lines changed

package-lock.json

Lines changed: 21 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,10 +1630,10 @@ bluebird@^3.5.3:
16301630
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
16311631
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
16321632

1633-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1634-
version "4.11.9"
1635-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
1636-
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
1633+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
1634+
version "4.12.0"
1635+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
1636+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
16371637

16381638
boxen@^1.2.1:
16391639
version "1.3.0"
@@ -1670,7 +1670,7 @@ braces@^2.3.0, braces@^2.3.1, braces@^2.3.2:
16701670
split-string "^3.0.2"
16711671
to-regex "^3.0.1"
16721672

1673-
brorand@^1.0.1:
1673+
brorand@^1.0.1, brorand@^1.1.0:
16741674
version "1.1.0"
16751675
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
16761676
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
@@ -2431,17 +2431,17 @@ electron-to-chromium@^1.3.284:
24312431
integrity sha512-39GEOWgTxtMDk/WjIQLg4W/l1s4FZdiMCqUBLjd92tAXsBPDFLwuwCba5OGhuTdVYm6E128TZIqSnMpeocUlCQ==
24322432

24332433
elliptic@^6.0.0:
2434-
version "6.5.3"
2435-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
2436-
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
2434+
version "6.5.4"
2435+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
2436+
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
24372437
dependencies:
2438-
bn.js "^4.4.0"
2439-
brorand "^1.0.1"
2438+
bn.js "^4.11.9"
2439+
brorand "^1.1.0"
24402440
hash.js "^1.0.0"
2441-
hmac-drbg "^1.0.0"
2442-
inherits "^2.0.1"
2443-
minimalistic-assert "^1.0.0"
2444-
minimalistic-crypto-utils "^1.0.0"
2441+
hmac-drbg "^1.0.1"
2442+
inherits "^2.0.4"
2443+
minimalistic-assert "^1.0.1"
2444+
minimalistic-crypto-utils "^1.0.1"
24452445

24462446
emittery@^0.4.1:
24472447
version "0.4.1"
@@ -3162,7 +3162,7 @@ hash.js@^1.0.0, hash.js@^1.0.3:
31623162
inherits "^2.0.3"
31633163
minimalistic-assert "^1.0.1"
31643164

3165-
hmac-drbg@^1.0.0:
3165+
hmac-drbg@^1.0.1:
31663166
version "1.0.1"
31673167
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
31683168
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
@@ -3271,7 +3271,7 @@ inflight@^1.0.4:
32713271
once "^1.3.0"
32723272
wrappy "1"
32733273

3274-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
3274+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
32753275
version "2.0.4"
32763276
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
32773277
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -3969,7 +3969,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
39693969
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
39703970
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
39713971

3972-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
3972+
minimalistic-crypto-utils@^1.0.1:
39733973
version "1.0.1"
39743974
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
39753975
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=

0 commit comments

Comments
 (0)