Skip to content

Commit 4b71bbf

Browse files
Bump elliptic from 6.5.4 to 6.5.7 (#1831)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7. - [Commits](indutny/elliptic@v6.5.4...v6.5.7) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f48a0e commit 4b71bbf

1 file changed

Lines changed: 21 additions & 7 deletions

File tree

yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,9 +1747,9 @@ editorconfig@^0.15.3:
17471747
sigmund "^1.0.1"
17481748

17491749
elliptic@^6.5.3, elliptic@^6.5.4:
1750-
version "6.5.4"
1751-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
1752-
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
1750+
version "6.5.7"
1751+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
1752+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
17531753
dependencies:
17541754
bn.js "^4.11.9"
17551755
brorand "^1.1.0"
@@ -4666,8 +4666,7 @@ string_decoder@~1.1.1:
46664666
dependencies:
46674667
safe-buffer "~5.1.0"
46684668

4669-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
4670-
name strip-ansi-cjs
4669+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
46714670
version "6.0.1"
46724671
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
46734672
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4688,6 +4687,13 @@ strip-ansi@^6.0.0:
46884687
dependencies:
46894688
ansi-regex "^5.0.0"
46904689

4690+
strip-ansi@^6.0.1:
4691+
version "6.0.1"
4692+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4693+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4694+
dependencies:
4695+
ansi-regex "^5.0.1"
4696+
46914697
strip-ansi@^7.0.1:
46924698
version "7.1.0"
46934699
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -5351,8 +5357,7 @@ worker-farm@^1.7.0:
53515357
dependencies:
53525358
errno "~0.1.7"
53535359

5354-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5355-
name wrap-ansi-cjs
5360+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
53565361
version "7.0.0"
53575362
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
53585363
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5370,6 +5375,15 @@ wrap-ansi@^5.1.0:
53705375
string-width "^3.0.0"
53715376
strip-ansi "^5.0.0"
53725377

5378+
wrap-ansi@^7.0.0:
5379+
version "7.0.0"
5380+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5381+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5382+
dependencies:
5383+
ansi-styles "^4.0.0"
5384+
string-width "^4.1.0"
5385+
strip-ansi "^6.0.0"
5386+
53735387
wrap-ansi@^8.1.0:
53745388
version "8.1.0"
53755389
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)