Skip to content

Commit 594c61e

Browse files
Merge pull request #299 from danielbayerlein/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2 parents a9261ef + 3a3cd91 commit 594c61e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,10 +2065,10 @@ bluebird@^3.5.5:
20652065
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
20662066
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
20672067

2068-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
2069-
version "4.11.9"
2070-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
2071-
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
2068+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
2069+
version "4.12.0"
2070+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
2071+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
20722072

20732073
brace-expansion@^1.1.7:
20742074
version "1.1.11"
@@ -2101,7 +2101,7 @@ braces@^3.0.1, braces@~3.0.2:
21012101
dependencies:
21022102
fill-range "^7.0.1"
21032103

2104-
brorand@^1.0.1:
2104+
brorand@^1.0.1, brorand@^1.1.0:
21052105
version "1.1.0"
21062106
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
21072107
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
@@ -3247,17 +3247,17 @@ electron-to-chromium@^1.3.413:
32473247
integrity sha512-oJUEW++zbjB5C0BIAH0ksGH92S/yxPauJ1smD2M9DmEqB4SeU4MmJg6avyDGW+qusBDHoqy+e5Vq+fGhArP9Iw==
32483248

32493249
elliptic@^6.0.0:
3250-
version "6.5.3"
3251-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
3252-
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
3250+
version "6.5.4"
3251+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
3252+
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
32533253
dependencies:
3254-
bn.js "^4.4.0"
3255-
brorand "^1.0.1"
3254+
bn.js "^4.11.9"
3255+
brorand "^1.1.0"
32563256
hash.js "^1.0.0"
3257-
hmac-drbg "^1.0.0"
3258-
inherits "^2.0.1"
3259-
minimalistic-assert "^1.0.0"
3260-
minimalistic-crypto-utils "^1.0.0"
3257+
hmac-drbg "^1.0.1"
3258+
inherits "^2.0.4"
3259+
minimalistic-assert "^1.0.1"
3260+
minimalistic-crypto-utils "^1.0.1"
32613261

32623262
emoji-regex@^7.0.1:
32633263
version "7.0.3"
@@ -4299,7 +4299,7 @@ hash.js@^1.0.0, hash.js@^1.0.3:
42994299
inherits "^2.0.3"
43004300
minimalistic-assert "^1.0.1"
43014301

4302-
hmac-drbg@^1.0.0:
4302+
hmac-drbg@^1.0.1:
43034303
version "1.0.1"
43044304
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
43054305
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
@@ -4505,7 +4505,7 @@ inflight@^1.0.4:
45054505
once "^1.3.0"
45064506
wrappy "1"
45074507

4508-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
4508+
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
45094509
version "2.0.4"
45104510
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
45114511
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -5482,7 +5482,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
54825482
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
54835483
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
54845484

5485-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
5485+
minimalistic-crypto-utils@^1.0.1:
54865486
version "1.0.1"
54875487
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
54885488
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=

0 commit comments

Comments
 (0)