Skip to content

Commit d9a41d2

Browse files
build(deps): bump elliptic from 6.4.1 to 6.5.3 (#11554)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c1f387 commit d9a41d2

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

yarn.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -1444,9 +1444,9 @@ bluebird@^3.3.0, bluebird@^3.5.3:
14441444
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
14451445

14461446
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1447-
version "4.11.8"
1448-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
1449-
integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
1447+
version "4.11.9"
1448+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
1449+
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
14501450

14511451
body-parser@^1.16.1:
14521452
version "1.18.3"
@@ -2717,9 +2717,9 @@ elegant-spinner@^1.0.1:
27172717
integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=
27182718

27192719
elliptic@^6.0.0:
2720-
version "6.4.1"
2721-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
2722-
integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ==
2720+
version "6.5.3"
2721+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
2722+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
27232723
dependencies:
27242724
bn.js "^4.4.0"
27252725
brorand "^1.0.1"
@@ -4106,16 +4106,21 @@ inflight@^1.0.4:
41064106
once "^1.3.0"
41074107
wrappy "1"
41084108

4109-
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
4110-
version "2.0.3"
4111-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4112-
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
4109+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
4110+
version "2.0.4"
4111+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
4112+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
41134113

41144114
inherits@2.0.1:
41154115
version "2.0.1"
41164116
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
41174117
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
41184118

4119+
inherits@2.0.3:
4120+
version "2.0.3"
4121+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4122+
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
4123+
41194124
ini@^1.3.2, ini@^1.3.4, ini@~1.3.0:
41204125
version "1.3.5"
41214126
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"

0 commit comments

Comments
 (0)