Skip to content

Commit b179462

Browse files
authored
Merge pull request #132 from HelixDesignSystem/dependabot/npm_and_yarn/elliptic-6.5.4
chore(deps): bump elliptic from 6.5.3 to 6.5.4
2 parents 3d37954 + ce1ad88 commit b179462

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

yarn.lock

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,11 +2705,6 @@
27052705
"@webassemblyjs/wast-parser" "1.8.5"
27062706
"@xtuc/long" "4.2.2"
27072707

2708-
"@webcomponents/webcomponentsjs@^2.4.3":
2709-
version "2.5.0"
2710-
resolved "https://registry.yarnpkg.com/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.5.0.tgz#61b27785a6ad5bfd68fa018201fe418b118cb38d"
2711-
integrity sha512-C0l51MWQZ9kLzcxOZtniOMohpIFdCLZum7/TEHv3XWFc1Fvt5HCpbSX84x8ltka/JuNKcuiDnxXFkiB2gaePcg==
2712-
27132708
"@xtuc/ieee754@^1.2.0":
27142709
version "1.2.0"
27152710
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -3341,10 +3336,10 @@ bluebird@^3.3.5, bluebird@^3.5.5:
33413336
version "3.7.2"
33423337
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
33433338

3344-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
3345-
version "4.11.9"
3346-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
3347-
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
3339+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
3340+
version "4.12.0"
3341+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
3342+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
33483343

33493344
33503345
version "1.19.0"
@@ -3406,7 +3401,7 @@ braces@^3.0.1:
34063401
dependencies:
34073402
fill-range "^7.0.1"
34083403

3409-
brorand@^1.0.1:
3404+
brorand@^1.0.1, brorand@^1.1.0:
34103405
version "1.1.0"
34113406
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
34123407
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
@@ -4601,17 +4596,17 @@ element-resize-detector@^1.2.1:
46014596
batch-processor "1.0.0"
46024597

46034598
elliptic@^6.0.0:
4604-
version "6.5.3"
4605-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
4606-
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
4599+
version "6.5.4"
4600+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
4601+
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
46074602
dependencies:
4608-
bn.js "^4.4.0"
4609-
brorand "^1.0.1"
4603+
bn.js "^4.11.9"
4604+
brorand "^1.1.0"
46104605
hash.js "^1.0.0"
4611-
hmac-drbg "^1.0.0"
4612-
inherits "^2.0.1"
4613-
minimalistic-assert "^1.0.0"
4614-
minimalistic-crypto-utils "^1.0.0"
4606+
hmac-drbg "^1.0.1"
4607+
inherits "^2.0.4"
4608+
minimalistic-assert "^1.0.1"
4609+
minimalistic-crypto-utils "^1.0.1"
46154610

46164611
emoji-regex@^7.0.1:
46174612
version "7.0.3"
@@ -5491,7 +5486,7 @@ highlight.js@~9.13.0:
54915486
version "9.13.1"
54925487
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.13.1.tgz#054586d53a6863311168488a0f58d6c505ce641e"
54935488

5494-
hmac-drbg@^1.0.0:
5489+
hmac-drbg@^1.0.1:
54955490
version "1.0.1"
54965491
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
54975492
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
@@ -5709,7 +5704,7 @@ inflight@^1.0.4:
57095704
once "^1.3.0"
57105705
wrappy "1"
57115706

5712-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
5707+
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
57135708
version "2.0.4"
57145709
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
57155710
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -6666,7 +6661,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
66666661
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
66676662
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
66686663

6669-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
6664+
minimalistic-crypto-utils@^1.0.1:
66706665
version "1.0.1"
66716666
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
66726667
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=

0 commit comments

Comments
 (0)