Skip to content

Commit cd42a3b

Browse files
authored
Merge pull request #47 from jessehouwing/dependabot/npm_and_yarn/elliptic-6.5.7
Bump elliptic from 6.4.1 to 6.5.7
2 parents b0075e8 + c59c3e4 commit cd42a3b

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

yarn.lock

+7-20
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ bluebird@^3.5.1:
15191519
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
15201520
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
15211521

1522-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0:
1522+
bn.js@^4.0.0, bn.js@^4.1.0:
15231523
version "4.11.8"
15241524
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
15251525
integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
@@ -2626,23 +2626,10 @@ electron-to-chromium@^1.4.601:
26262626
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.601.tgz#cac69868548aee89961ffe63ff5a7716f0685b75"
26272627
integrity sha512-SpwUMDWe9tQu8JX5QCO1+p/hChAi9AE9UpoC3rcHVc+gdCGlbT3SGb5I1klgb952HRIyvt9wZhSz9bNBYz9swA==
26282628

2629-
elliptic@^6.0.0:
2630-
version "6.4.1"
2631-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
2632-
integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ==
2633-
dependencies:
2634-
bn.js "^4.4.0"
2635-
brorand "^1.0.1"
2636-
hash.js "^1.0.0"
2637-
hmac-drbg "^1.0.0"
2638-
inherits "^2.0.1"
2639-
minimalistic-assert "^1.0.0"
2640-
minimalistic-crypto-utils "^1.0.0"
2641-
2642-
elliptic@^6.5.4:
2643-
version "6.5.4"
2644-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
2645-
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
2629+
elliptic@^6.0.0, elliptic@^6.5.4:
2630+
version "6.5.7"
2631+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
2632+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
26462633
dependencies:
26472634
bn.js "^4.11.9"
26482635
brorand "^1.1.0"
@@ -3703,7 +3690,7 @@ [email protected], he@^1.1.1:
37033690
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
37043691
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
37053692

3706-
hmac-drbg@^1.0.0, hmac-drbg@^1.0.1:
3693+
hmac-drbg@^1.0.1:
37073694
version "1.0.1"
37083695
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
37093696
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
@@ -5202,7 +5189,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
52025189
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
52035190
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
52045191

5205-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
5192+
minimalistic-crypto-utils@^1.0.1:
52065193
version "1.0.1"
52075194
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
52085195
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=

0 commit comments

Comments
 (0)