Skip to content

Commit 8bb277d

Browse files
Bump elliptic from 6.4.1 to 6.5.4 in /frontend
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.1...v6.5.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28a98b4 commit 8bb277d

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

frontend/yarn.lock

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,10 +2143,10 @@ bluebird@^3.5.1, bluebird@^3.5.3:
21432143
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.4.tgz#d6cc661595de30d5b3af5fcedd3c0b3ef6ec5714"
21442144
integrity sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==
21452145

2146-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
2147-
version "4.11.8"
2148-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
2149-
integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
2146+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
2147+
version "4.12.0"
2148+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
2149+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
21502150

21512151
21522152
version "1.18.3"
@@ -2219,7 +2219,7 @@ brcast@^3.0.1:
22192219
resolved "https://registry.yarnpkg.com/brcast/-/brcast-3.0.1.tgz#6256a8349b20de9eed44257a9b24d71493cd48dd"
22202220
integrity sha512-eI3yqf9YEqyGl9PCNTR46MGvDylGtaHjalcz6Q3fAPnP/PhpKkkve52vFdfGpwp4VUvK6LUr4TQN+2stCrEwTg==
22212221

2222-
brorand@^1.0.1:
2222+
brorand@^1.0.1, brorand@^1.1.0:
22232223
version "1.1.0"
22242224
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
22252225
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
@@ -3620,17 +3620,17 @@ electron-to-chromium@^1.3.103, electron-to-chromium@^1.3.124:
36203620
integrity sha512-1o25iFRf/dbgauTWalEzmD1EmRN3a2CzP/K7UVpYLEBduk96LF0FyUdCcf4Ry2mAWJ1VxyblFjC93q6qlLwA2A==
36213621

36223622
elliptic@^6.0.0:
3623-
version "6.4.1"
3624-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
3625-
integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ==
3623+
version "6.5.4"
3624+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
3625+
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
36263626
dependencies:
3627-
bn.js "^4.4.0"
3628-
brorand "^1.0.1"
3627+
bn.js "^4.11.9"
3628+
brorand "^1.1.0"
36293629
hash.js "^1.0.0"
3630-
hmac-drbg "^1.0.0"
3631-
inherits "^2.0.1"
3632-
minimalistic-assert "^1.0.0"
3633-
minimalistic-crypto-utils "^1.0.0"
3630+
hmac-drbg "^1.0.1"
3631+
inherits "^2.0.4"
3632+
minimalistic-assert "^1.0.1"
3633+
minimalistic-crypto-utils "^1.0.1"
36343634

36353635
emoji-regex@^6.5.1:
36363636
version "6.5.1"
@@ -4891,7 +4891,7 @@ history@^4.9.0:
48914891
tiny-warning "^1.0.0"
48924892
value-equal "^0.4.0"
48934893

4894-
hmac-drbg@^1.0.0:
4894+
hmac-drbg@^1.0.1:
48954895
version "1.0.1"
48964896
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
48974897
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
@@ -5225,16 +5225,21 @@ inflight@^1.0.4:
52255225
once "^1.3.0"
52265226
wrappy "1"
52275227

5228-
inherits@2, [email protected].3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
5229-
version "2.0.3"
5230-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
5231-
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
5228+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
5229+
version "2.0.4"
5230+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
5231+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
52325232

52335233
52345234
version "2.0.1"
52355235
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
52365236
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
52375237

5238+
5239+
version "2.0.3"
5240+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
5241+
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
5242+
52385243
ini@^1.3.5, ini@~1.3.0:
52395244
version "1.3.5"
52405245
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
@@ -6774,7 +6779,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
67746779
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
67756780
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
67766781

6777-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
6782+
minimalistic-crypto-utils@^1.0.1:
67786783
version "1.0.1"
67796784
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
67806785
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=

0 commit comments

Comments
 (0)