Skip to content

Commit 0077312

Browse files
authoredNov 17, 2020
chore(deps): bump elliptic in /examples/complete/typescript (#991)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b68ae29 commit 0077312

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎examples/complete/typescript/yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3197,9 +3197,9 @@ bluebird@^3.5.5:
31973197
integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==
31983198

31993199
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
3200-
version "4.11.8"
3201-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
3202-
integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
3200+
version "4.11.9"
3201+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
3202+
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
32033203

32043204
body-parser@1.19.0:
32053205
version "1.19.0"
@@ -4795,9 +4795,9 @@ electron-to-chromium@^1.3.96:
47954795
integrity sha512-ZUXBUyGLeoJxp4Nt6G/GjBRLnyz8IKQGexZ2ndWaoegThgMGFO1tdDYID5gBV32/1S83osjJHyfzvanE/8HY4Q==
47964796

47974797
elliptic@^6.0.0:
4798-
version "6.4.1"
4799-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
4800-
integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ==
4798+
version "6.5.3"
4799+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
4800+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
48014801
dependencies:
48024802
bn.js "^4.4.0"
48034803
brorand "^1.0.1"
@@ -6422,20 +6422,20 @@ inflight@^1.0.4:
64226422
once "^1.3.0"
64236423
wrappy "1"
64246424

6425-
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
6426-
version "2.0.3"
6427-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
6428-
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
6425+
inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
6426+
version "2.0.4"
6427+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
6428+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
64296429

64306430
inherits@2.0.1:
64316431
version "2.0.1"
64326432
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
64336433
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
64346434

6435-
inherits@2.0.4:
6436-
version "2.0.4"
6437-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
6438-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
6435+
inherits@2.0.3:
6436+
version "2.0.3"
6437+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
6438+
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
64396439

64406440
ini@^1.3.5, ini@~1.3.0:
64416441
version "1.3.5"

0 commit comments

Comments
 (0)
Please sign in to comment.