@@ -12596,7 +12596,7 @@ create-ecdh@^4.0.0, create-ecdh@^4.0.4:
12596
12596
bn.js "^4.1.0"
12597
12597
elliptic "^6.5.3"
12598
12598
12599
- create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1. 2.0:
12599
+ create-hash@^1.1.0, create-hash@^1.2.0:
12600
12600
version "1.2.0"
12601
12601
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
12602
12602
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
@@ -12607,7 +12607,17 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
12607
12607
ripemd160 "^2.0.1"
12608
12608
sha.js "^2.4.0"
12609
12609
12610
- create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4, create-hmac@^1.1.7:
12610
+ create-hash@~1.1.3:
12611
+ version "1.1.3"
12612
+ resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.1.3.tgz#606042ac8b9262750f483caddab0f5819172d8fd"
12613
+ integrity sha512-snRpch/kwQhcdlnZKYanNF1m0RDlrCdSKQaH87w1FCFPVPNCQ/Il9QJKAX2jVBZddRdaHBMC+zXa9Gw9tmkNUA==
12614
+ dependencies:
12615
+ cipher-base "^1.0.1"
12616
+ inherits "^2.0.1"
12617
+ ripemd160 "^2.0.0"
12618
+ sha.js "^2.4.0"
12619
+
12620
+ create-hmac@^1.1.0, create-hmac@^1.1.7:
12611
12621
version "1.1.7"
12612
12622
resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
12613
12623
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
@@ -15593,6 +15603,13 @@ has-unicode@2.0.1:
15593
15603
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
15594
15604
integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==
15595
15605
15606
+ hash-base@^2.0.0:
15607
+ version "2.0.2"
15608
+ resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
15609
+ integrity sha512-0TROgQ1/SxE6KmxWSvXHvRj90/Xo1JvZShofnYF+f6ZsGtR4eES7WfrQzPalmyagfKZCXpVnitiRebZulWsbiw==
15610
+ dependencies:
15611
+ inherits "^2.0.1"
15612
+
15596
15613
hash-base@^3.0.0:
15597
15614
version "3.1.0"
15598
15615
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33"
@@ -20630,23 +20647,17 @@ pathval@^2.0.0:
20630
20647
resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.0.tgz#7e2550b422601d4f6b8e26f1301bc8f15a741a25"
20631
20648
integrity sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==
20632
20649
20633
- pbkdf2@3.0.8:
20634
- version "3.0.8"
20635
- resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.8.tgz#2f8abf16ebecc82277945d748aba1d78761f61e2"
20636
- integrity sha512-Bf7yBd61ChnMqPqf+PxHm34Iiq9M9Bkd/+JqzosPOqwG6FiTixtkpCs4PNd38+6/VYRvAxGe/GgPb4Q4GktFzg==
20637
- dependencies:
20638
- create-hmac "^1.1.2"
20639
-
20640
- pbkdf2@^3.1.2:
20641
- version "3.1.2"
20642
- resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
20643
- integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
20650
+ pbkdf2@3.0.8, pbkdf2@^3.1.2, pbkdf2@^3.1.3:
20651
+ version "3.1.3"
20652
+ resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.3.tgz#8be674d591d65658113424592a95d1517318dd4b"
20653
+ integrity sha512-wfRLBZ0feWRhCIkoMB6ete7czJcnNnqRpcoWQBLqatqXXmelSRqfdDK4F3u9T2s2cXas/hQJcryI/4lAL+XTlA==
20644
20654
dependencies:
20645
- create-hash "^1.1.2"
20646
- create-hmac "^1.1.4"
20647
- ripemd160 "^2.0.1"
20648
- safe-buffer "^5.0.1"
20649
- sha.js "^2.4.8"
20655
+ create-hash "~1.1.3"
20656
+ create-hmac "^1.1.7"
20657
+ ripemd160 "=2.0.1"
20658
+ safe-buffer "^5.2.1"
20659
+ sha.js "^2.4.11"
20660
+ to-buffer "^1.2.0"
20650
20661
20651
20662
picocolors@^1.0.0, picocolors@^1.1.1:
20652
20663
version "1.1.1"
@@ -22241,6 +22252,14 @@ rimraf@~2.6.2:
22241
22252
dependencies:
22242
22253
glob "^7.1.3"
22243
22254
22255
+ ripemd160@=2.0.1:
22256
+ version "2.0.1"
22257
+ resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7"
22258
+ integrity sha512-J7f4wutN8mdbV08MJnXibYpCOPHR+yzy+iQ/AsjMv2j8cLavQ8VGagDFUwwTAdF8FmRKVeNpbTTEwNHCW1g94w==
22259
+ dependencies:
22260
+ hash-base "^2.0.0"
22261
+ inherits "^2.0.1"
22262
+
22244
22263
ripemd160@^2.0.0, ripemd160@^2.0.1:
22245
22264
version "2.0.2"
22246
22265
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
0 commit comments