From d6d0d2cd3a0609f33c8ea6090e98db8838d9b089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2020 05:53:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20elliptic=20from=206.4.1=20to=206.5.3=20i?= =?UTF-8?q?n=20/06-react=E8=84=9A=E6=89=8B=E6=9E=B6=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E5=B0=8F=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] --- .../package-lock.json" | 32 +++++++++++-------- .../yarn.lock" | 25 +++++++++------ 2 files changed, 34 insertions(+), 23 deletions(-) diff --git "a/06-react\350\204\232\346\211\213\346\236\266\351\207\215\346\236\204\345\260\217\346\241\210\344\276\213/package-lock.json" "b/06-react\350\204\232\346\211\213\346\236\266\351\207\215\346\236\204\345\260\217\346\241\210\344\276\213/package-lock.json" index 2b8e4119d..5825c0fa1 100644 --- "a/06-react\350\204\232\346\211\213\346\236\266\351\207\215\346\236\204\345\260\217\346\241\210\344\276\213/package-lock.json" +++ "b/06-react\350\204\232\346\211\213\346\236\266\351\207\215\346\236\204\345\260\217\346\241\210\344\276\213/package-lock.json" @@ -40,16 +40,6 @@ } } }, - "todomvc-app-css": { - "version": "2.2.0", - "resolved": "https://registry.npm.taobao.org/todomvc-app-css/download/todomvc-app-css-2.2.0.tgz", - "integrity": "sha1-b4SxXZ1ODPGGZ5SJ+yNgUMgi3hE=" - }, - "todomvc-common": { - "version": "1.0.5", - "resolved": "https://registry.npm.taobao.org/todomvc-common/download/todomvc-common-1.0.5.tgz", - "integrity": "sha1-jD55msnx/BVz4MIE+YRRCCaRRzA=" - }, "@babel/generator": { "version": "7.6.2", "resolved": "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.6.2.tgz", @@ -2203,6 +2193,12 @@ } } }, + "babel-standalone": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-standalone/-/babel-standalone-6.26.0.tgz", + "integrity": "sha1-Ffs9NfLEVmlYFevx7Zb+fwFbaIY=", + "dev": true + }, "babylon": { "version": "6.18.0", "resolved": "https://registry.npm.taobao.org/babylon/download/babylon-6.18.0.tgz", @@ -4343,9 +4339,9 @@ "integrity": "sha1-GaOENuNCFvUYIPovQybVzhQfo28=" }, "elliptic": { - "version": "6.5.1", - "resolved": "https://registry.npm.taobao.org/elliptic/download/elliptic-6.5.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felliptic%2Fdownload%2Felliptic-6.5.1.tgz", - "integrity": "sha1-w4D1+Qm/G5tEKNAozRjTsO/WtSs=", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", + "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", "requires": { "bn.js": "^4.4.0", "brorand": "^1.0.1", @@ -12051,6 +12047,16 @@ "repeat-string": "^1.6.1" } }, + "todomvc-app-css": { + "version": "2.2.0", + "resolved": "https://registry.npm.taobao.org/todomvc-app-css/download/todomvc-app-css-2.2.0.tgz", + "integrity": "sha1-b4SxXZ1ODPGGZ5SJ+yNgUMgi3hE=" + }, + "todomvc-common": { + "version": "1.0.5", + "resolved": "https://registry.npm.taobao.org/todomvc-common/download/todomvc-common-1.0.5.tgz", + "integrity": "sha1-jD55msnx/BVz4MIE+YRRCCaRRzA=" + }, "toidentifier": { "version": "1.0.0", "resolved": "https://registry.npm.taobao.org/toidentifier/download/toidentifier-1.0.0.tgz", diff --git "a/06-react\350\204\232\346\211\213\346\236\266\351\207\215\346\236\204\345\260\217\346\241\210\344\276\213/yarn.lock" "b/06-react\350\204\232\346\211\213\346\236\266\351\207\215\346\236\204\345\260\217\346\241\210\344\276\213/yarn.lock" index a8241e211..1cac6c0b0 100644 --- "a/06-react\350\204\232\346\211\213\346\236\266\351\207\215\346\236\204\345\260\217\346\241\210\344\276\213/yarn.lock" +++ "b/06-react\350\204\232\346\211\213\346\236\266\351\207\215\346\236\204\345\260\217\346\241\210\344\276\213/yarn.lock" @@ -2159,9 +2159,9 @@ bluebird@^3.5.5: integrity sha1-VqaohuA/auV3z/7etST48kUCk88= 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== body-parser@1.18.3: version "1.18.3" @@ -3580,9 +3580,9 @@ electron-to-chromium@^1.3.247: integrity sha1-GaOENuNCFvUYIPovQybVzhQfo28= elliptic@^6.0.0: - version "6.4.1" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a" - integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ== + 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" @@ -4977,16 +4977,21 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= +inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== inherits@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= +inherits@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + ini@^1.3.5, ini@~1.3.0: version "1.3.5" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"