-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.2...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b5a47b3
commit cad2083
Showing
1 changed file
with
93 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -984,18 +984,18 @@ | |
optionalDependencies: | ||
prettier "^1.18.2" | ||
|
||
"@vuepress/core@1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.4.1.tgz#b6f75720d9b7132b90cce46f620bcdda5d07e581" | ||
integrity sha512-R1oJeSiDQPw8sVo70mrP1Zn2H0nCqnAHb6DV9mpJBQ6ur4VT6qQnCpd2onKU+bZRLlEhm4G8IQNDEV+DuE7zZQ== | ||
"@vuepress/core@1.7.1": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.7.1.tgz#e92faad0e9445fdd775f8e0d65e927bc35e80571" | ||
integrity sha512-M5sxZq30Ke1vXa4ZZjk6185fwtpiJOqzXNnzcIe0GxtvtaF8Yij6b+KqQKlUJnnUXm+CKxiLCr8PTzDY26N7yw== | ||
dependencies: | ||
"@babel/core" "^7.8.4" | ||
"@vue/babel-preset-app" "^4.1.2" | ||
"@vuepress/markdown" "1.4.1" | ||
"@vuepress/markdown-loader" "1.4.1" | ||
"@vuepress/plugin-last-updated" "1.4.1" | ||
"@vuepress/plugin-register-components" "1.4.1" | ||
"@vuepress/shared-utils" "1.4.1" | ||
"@vuepress/markdown" "1.7.1" | ||
"@vuepress/markdown-loader" "1.7.1" | ||
"@vuepress/plugin-last-updated" "1.7.1" | ||
"@vuepress/plugin-register-components" "1.7.1" | ||
"@vuepress/shared-utils" "1.7.1" | ||
autoprefixer "^9.5.1" | ||
babel-loader "^8.0.4" | ||
cache-loader "^3.0.0" | ||
|
@@ -1017,7 +1017,7 @@ | |
url-loader "^1.0.1" | ||
vue "^2.6.10" | ||
vue-loader "^15.7.1" | ||
vue-router "^3.1.3" | ||
vue-router "^3.4.5" | ||
vue-server-renderer "^2.6.10" | ||
vue-template-compiler "^2.6.10" | ||
vuepress-html-webpack-plugin "^3.2.0" | ||
|
@@ -1028,60 +1028,67 @@ | |
webpack-merge "^4.1.2" | ||
webpackbar "3.2.0" | ||
|
||
"@vuepress/markdown-loader@1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.4.1.tgz#7a97772ed5238c68eb1ab2921fc5ced21ff7e18e" | ||
integrity sha512-FGtZ15rRwo9iVMcJ0eX4tf1bxWSKKpC4NGNLJuYzaPlO9ND/U04jsj4Xj454piokr2JzBSmaJlIZTAG1EuiTNw== | ||
"@vuepress/markdown-loader@1.7.1": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.7.1.tgz#f3ab20965d5dec6e2fc2d11c78ef1a9f08d62f72" | ||
integrity sha512-GM1F/tRhP9qZydTC89FXJPlLH+BmZijMKom5BYLAMEXsU20A9kABTRoatPjOUbZuKT+gn03JgG97qVd8xa/ETw== | ||
dependencies: | ||
"@vuepress/markdown" "1.4.1" | ||
"@vuepress/markdown" "1.7.1" | ||
loader-utils "^1.1.0" | ||
lru-cache "^5.1.1" | ||
|
||
"@vuepress/markdown@1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.4.1.tgz#cc507ce4a3447dfc459082105cb83909db4b54f1" | ||
integrity sha512-5a69ufnu1A3NXqQtzAE5LiR7EbtsQ1qe8UcIr+KizNO4gCg8+E8/uu3hxvDOLs2ElS6b0AihKIuwmeIgZkfeKA== | ||
"@vuepress/markdown@1.7.1": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.7.1.tgz#56f60c2362fd82b8f2702eefa366c0d5b02fdcbd" | ||
integrity sha512-Ava9vJECHG1+RC53ut1dXSze35IH5tc3qesC06Ny37WS93iDSQy09j8y+a0Lugy12j1369+QQeRFWa40tdHczA== | ||
dependencies: | ||
"@vuepress/shared-utils" "1.4.1" | ||
"@vuepress/shared-utils" "1.7.1" | ||
markdown-it "^8.4.1" | ||
markdown-it-anchor "^5.0.2" | ||
markdown-it-chain "^1.3.0" | ||
markdown-it-emoji "^1.4.0" | ||
markdown-it-table-of-contents "^0.4.0" | ||
prismjs "^1.13.0" | ||
|
||
"@vuepress/plugin-active-header-links@1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.4.1.tgz#36c6952230f12056d18c63229e0e499c6ef74fe5" | ||
integrity sha512-xv/qDY6S8rHzLGDHtwn3XV7Gi3Fnevp6d3H18PFK3sNwT2KGzKIe2c7lbn1qHDRUWcxY7+EoT7zmdJwIeG6dWQ== | ||
"@vuepress/plugin-active-header-links@1.7.1": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.7.1.tgz#5a16281bebb977fc1c2b93d992b1a3b7ff840641" | ||
integrity sha512-Wgf/oB9oPZLnYoLjQ/xbQc4Qa3RU5tXAo2dB4Xl/7bUL6SqBxO866kX3wPxKdSOIL58tq8iH9XbUe3Sxi8/ISQ== | ||
dependencies: | ||
lodash.debounce "^4.0.8" | ||
|
||
"@vuepress/plugin-last-updated@1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.4.1.tgz#89a9a4cbc242f9e0c5d380f73edb85ac4a7186c6" | ||
integrity sha512-67ouc9cB3C19zcDqeJwhwqO9CXjy8G67tcXUgPpL/GsuK11oQbnR4rkupILvNa9HoemtCcF2aaxXSGsi/1VEtA== | ||
"@vuepress/plugin-last-updated@1.7.1": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.7.1.tgz#668c55daa6b8bc1d8ee42cdb4169cf67c01b6e97" | ||
integrity sha512-VW5jhBuO0WRHDsBmFsKC6QtEyBLCgyhuH9nQ65aairCn3tdoJPz0uQ4g3lr/boVbgsPexO677Sn3dRPgYqnMug== | ||
dependencies: | ||
cross-spawn "^6.0.5" | ||
|
||
"@vuepress/plugin-nprogress@1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.4.1.tgz#2a16217091102a2b4fddc1b09f5854ac4f80f992" | ||
integrity sha512-CIhIuIgKtvk/ULENjefkZAJQqUstdZcqiM/Gs8CDyTKJITpwyqoZcgolFZ+1ZofUQuHuqDj1hKKm3AQ1cG3cBA== | ||
"@vuepress/plugin-nprogress@1.7.1": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.7.1.tgz#101ebf720eaa635a473e16ca16e7b4a7850331fa" | ||
integrity sha512-KtqfI3RitbsEbm22EhbooTvhjfMf6zttKlbND7LcyJwP3MEPVYyzQJuET03hk9z4SgCfNV2r/W3sYyejzzTMog== | ||
dependencies: | ||
nprogress "^0.2.0" | ||
|
||
"@vuepress/[email protected]", "@vuepress/plugin-register-components@^1.4.1": | ||
"@vuepress/[email protected]": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.7.1.tgz#1ff58e931e8c27d64f9b86f2df879ddaceccdebe" | ||
integrity sha512-MlFdH6l3rTCJlGMvyssXVG998cq5LSMzxCuQLYcRdtHQT4HbikIcV4HSPGarWInD1mP12+qX/PvKUawGwp1eVg== | ||
dependencies: | ||
"@vuepress/shared-utils" "1.7.1" | ||
|
||
"@vuepress/plugin-register-components@^1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.4.1.tgz#25d70834006960f54475da97255ebaca66ecc5a6" | ||
integrity sha512-6yI4J/tMhOASSLmlP+5p4ccljlWuNBRsyYSKiD5jWAV181oMmN32LtuoCggXBhSvQUgn2grxyjmYw+tcSV5KGQ== | ||
dependencies: | ||
"@vuepress/shared-utils" "1.4.1" | ||
|
||
"@vuepress/plugin-search@1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.4.1.tgz#5842f7ef0214c8f9f3cafa6ca2f4648f8dbc03d2" | ||
integrity sha512-J4JyXD6M1oOU013s4ZLKMkKEGd7qEtSIsAw2nZY2mckZ7ETX49R5Pv2S5uCqLRQfUQSIGR5TEABL22q0B8uCVA== | ||
"@vuepress/plugin-search@1.7.1": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.7.1.tgz#f52b6e77af30f452213bc677741cefe8a8309be2" | ||
integrity sha512-OmiGM5eYg9c+uC50b6/cSxAhqxfD7AIui6JEztFGeECrlP33RLHmteXK9YBBZjp5wTNmoYs+NXI/cWggYUPW8Q== | ||
|
||
"@vuepress/[email protected]": | ||
version "1.4.1" | ||
|
@@ -1098,17 +1105,32 @@ | |
semver "^6.0.0" | ||
upath "^1.1.0" | ||
|
||
"@vuepress/theme-default@1.4.1": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.4.1.tgz#8a0ddc51bee6f3c3b93fae059cac76fe63c51db3" | ||
integrity sha512-QhU1ORj20xmGr9Gk5szWJyzHm8i+NqxotBTeOF4WsKewB/3SPamJUoipgX4VdChw9jVew1oJQw0TpyDZfiHx+A== | ||
"@vuepress/shared-utils@1.7.1": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.7.1.tgz#028bc6003247bb4c60cdc96f231eecfb55e7b85d" | ||
integrity sha512-ydB2ZKsFZE6hFRb9FWqzZksxAPIMJjtBawk50RP6F+YX5HbID/HlyYYZM9aDSbk6RTkjgB5UzJjggA2xM8POlw== | ||
dependencies: | ||
"@vuepress/plugin-active-header-links" "1.4.1" | ||
"@vuepress/plugin-nprogress" "1.4.1" | ||
"@vuepress/plugin-search" "1.4.1" | ||
chalk "^2.3.2" | ||
escape-html "^1.0.3" | ||
fs-extra "^7.0.1" | ||
globby "^9.2.0" | ||
gray-matter "^4.0.1" | ||
hash-sum "^1.0.2" | ||
semver "^6.0.0" | ||
toml "^3.0.0" | ||
upath "^1.1.0" | ||
|
||
"@vuepress/[email protected]": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.7.1.tgz#36fee5bb5165798c0082c512cbf4d94352260d97" | ||
integrity sha512-a9HeTrlcWQj3ONHiABmlN2z9TyIxKfQtLsA8AL+WgjN3PikhFuZFIJGzfr+NLt67Y9oiI+S9ZfiaVyvWM+7bWQ== | ||
dependencies: | ||
"@vuepress/plugin-active-header-links" "1.7.1" | ||
"@vuepress/plugin-nprogress" "1.7.1" | ||
"@vuepress/plugin-search" "1.7.1" | ||
docsearch.js "^2.5.2" | ||
lodash "^4.17.15" | ||
stylus "^0.54.5" | ||
stylus "^0.54.8" | ||
stylus-loader "^3.0.2" | ||
vuepress-plugin-container "^2.0.2" | ||
vuepress-plugin-smooth-scroll "^0.0.3" | ||
|
@@ -1772,9 +1794,9 @@ bluebird@^3.1.1, bluebird@^3.5.5: | |
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== | ||
|
||
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: | ||
version "4.11.8" | ||
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" | ||
integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA== | ||
version "4.11.9" | ||
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828" | ||
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== | ||
|
||
[email protected]: | ||
version "1.19.0" | ||
|
@@ -3201,9 +3223,9 @@ electron-to-chromium@^1.3.413: | |
integrity sha512-i2QrQtHes5fK/F9QGG5XacM5WKEuR322fxTYF9e8O9Gu0mc0WmjjwGpV8c7Htso6Zf2Di18lc3SIPxmMeRFBug== | ||
|
||
elliptic@^6.0.0: | ||
version "6.5.2" | ||
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" | ||
integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw== | ||
version "6.5.3" | ||
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6" | ||
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== | ||
dependencies: | ||
bn.js "^4.4.0" | ||
brorand "^1.0.1" | ||
|
@@ -3892,7 +3914,7 @@ glob-to-regexp@^0.3.0: | |
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" | ||
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= | ||
|
||
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1: | ||
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1: | ||
version "7.1.6" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" | ||
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== | ||
|
@@ -5586,14 +5608,14 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e" | ||
integrity sha1-G79asbqCevI1dRQ0kEJkVfSB/h4= | ||
|
||
"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1, mkdirp@~0.5.x: | ||
"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1: | ||
version "0.5.5" | ||
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" | ||
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== | ||
dependencies: | ||
minimist "^1.2.5" | ||
|
||
mkdirp@^1.0.4: | ||
mkdirp@^1.0.4, mkdirp@~1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" | ||
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== | ||
|
@@ -8035,18 +8057,18 @@ stylus-loader@^3.0.2: | |
lodash.clonedeep "^4.5.0" | ||
when "~3.6.x" | ||
|
||
stylus@^0.54.5: | ||
version "0.54.7" | ||
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.7.tgz#c6ce4793965ee538bcebe50f31537bfc04d88cd2" | ||
integrity sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug== | ||
stylus@^0.54.8: | ||
version "0.54.8" | ||
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.8.tgz#3da3e65966bc567a7b044bfe0eece653e099d147" | ||
integrity sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg== | ||
dependencies: | ||
css-parse "~2.0.0" | ||
debug "~3.1.0" | ||
glob "^7.1.3" | ||
mkdirp "~0.5.x" | ||
glob "^7.1.6" | ||
mkdirp "~1.0.4" | ||
safer-buffer "^2.1.2" | ||
sax "~1.2.4" | ||
semver "^6.0.0" | ||
semver "^6.3.0" | ||
source-map "^0.7.3" | ||
|
||
supports-color@^2.0.0: | ||
|
@@ -8678,10 +8700,10 @@ vue-loader@^15.7.1: | |
vue-hot-reload-api "^2.3.0" | ||
vue-style-loader "^4.1.0" | ||
|
||
vue-router@^3.1.3: | ||
version "3.1.6" | ||
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.6.tgz#45f5a3a3843e31702c061dd829393554e4328f89" | ||
integrity sha512-GYhn2ynaZlysZMkFE5oCHRUTqE8BWs/a9YbKpNLi0i7xD6KG1EzDqpHQmv1F5gXjr8kL5iIVS8EOtRaVUEXTqA== | ||
vue-router@^3.4.5: | ||
version "3.4.9" | ||
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.4.9.tgz#c016f42030ae2932f14e4748b39a1d9a0e250e66" | ||
integrity sha512-CGAKWN44RqXW06oC+u4mPgHLQQi2t6vLD/JbGRDAXm0YpMv0bgpKuU5bBd7AvMgfTz9kXVRIWKHqRwGEb8xFkA== | ||
|
||
vue-server-renderer@^2.6.10: | ||
version "2.6.11" | ||
|
@@ -8750,13 +8772,13 @@ vuepress-plugin-smooth-scroll@^0.0.3: | |
dependencies: | ||
smoothscroll-polyfill "^0.4.3" | ||
|
||
vuepress@^1.4.1: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.4.1.tgz#726885da5c569755b40fd795ef3aed3fae13f83c" | ||
integrity sha512-vFePZLEx9FRJf5buDqSSBHHbTrPzBsL1u3Z4LX0HI9iQmHjkP+cGA8MMS0zVYy/xyYf28xWLWo3L/gj0rdMy7w== | ||
vuepress@^1.7.1: | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.7.1.tgz#bb0e139d8c407a0b5aa962cf9577832a5808937e" | ||
integrity sha512-AdA3do1L4DNzeF8sMTE+cSUJ5hR/6f3YujU8DVowi/vFOg/SX2lJF8urvDkZUSXzaAT6aSgkI9L+B6D+i7SJjA== | ||
dependencies: | ||
"@vuepress/core" "1.4.1" | ||
"@vuepress/theme-default" "1.4.1" | ||
"@vuepress/core" "1.7.1" | ||
"@vuepress/theme-default" "1.7.1" | ||
cac "^6.5.6" | ||
envinfo "^7.2.0" | ||
opencollective-postinstall "^2.0.2" | ||
|