-
-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2567d8
commit 341cccd
Showing
1 changed file
with
80 additions
and
80 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 |
---|---|---|
|
@@ -16,25 +16,25 @@ | |
dependencies: | ||
"@babel/highlight" "^7.14.5" | ||
|
||
"@babel/compat-data@^7.14.5": | ||
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210" | ||
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw== | ||
"@babel/compat-data@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" | ||
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== | ||
|
||
"@babel/core@^7.12.16", "@babel/core@^7.7.5": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" | ||
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" | ||
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== | ||
dependencies: | ||
"@babel/code-frame" "^7.14.5" | ||
"@babel/generator" "^7.14.8" | ||
"@babel/helper-compilation-targets" "^7.14.5" | ||
"@babel/helper-module-transforms" "^7.14.8" | ||
"@babel/generator" "^7.15.0" | ||
"@babel/helper-compilation-targets" "^7.15.0" | ||
"@babel/helper-module-transforms" "^7.15.0" | ||
"@babel/helpers" "^7.14.8" | ||
"@babel/parser" "^7.14.8" | ||
"@babel/parser" "^7.15.0" | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
"@babel/traverse" "^7.15.0" | ||
"@babel/types" "^7.15.0" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
|
@@ -43,29 +43,29 @@ | |
source-map "^0.5.0" | ||
|
||
"@babel/eslint-parser@^7.12.16": | ||
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.9.tgz#b2cfaf67cc7f7a9b475d3ee9b166755ffd44e086" | ||
integrity sha512-W3En2CT6iOZJ+jEujLlwL2h/Jraj6S/IHrh63nV+TfX83DYe9pI4pcu0Luj6/hJ2kIr/3hOttxzaEsSQnUKx+w== | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz#b54f06e04d0e93aebcba99f89251e3bf0ee39f21" | ||
integrity sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw== | ||
dependencies: | ||
eslint-scope "^5.1.1" | ||
eslint-visitor-keys "^2.1.0" | ||
semver "^6.3.0" | ||
|
||
"@babel/generator@^7.14.8", "@babel/generator@^7.14.9": | ||
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.9.tgz#23b19c597d38b4f7dc2e3fe42a69c88d9ecfaa16" | ||
integrity sha512-4yoHbhDYzFa0GLfCzLp5GxH7vPPMAHdZjyE7M/OajM9037zhx0rf+iNsJwp4PT0MSFpwjG7BsHEbPkBQpZ6cYA== | ||
"@babel/generator@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" | ||
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== | ||
dependencies: | ||
"@babel/types" "^7.14.9" | ||
"@babel/types" "^7.15.0" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/helper-compilation-targets@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" | ||
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== | ||
"@babel/helper-compilation-targets@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" | ||
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== | ||
dependencies: | ||
"@babel/compat-data" "^7.14.5" | ||
"@babel/compat-data" "^7.15.0" | ||
"@babel/helper-validator-option" "^7.14.5" | ||
browserslist "^4.16.6" | ||
semver "^6.3.0" | ||
|
@@ -93,12 +93,12 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.14.5": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970" | ||
integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA== | ||
"@babel/helper-member-expression-to-functions@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" | ||
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== | ||
dependencies: | ||
"@babel/types" "^7.14.5" | ||
"@babel/types" "^7.15.0" | ||
|
||
"@babel/helper-module-imports@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -107,19 +107,19 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-module-transforms@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" | ||
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== | ||
"@babel/helper-module-transforms@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" | ||
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.14.5" | ||
"@babel/helper-replace-supers" "^7.14.5" | ||
"@babel/helper-replace-supers" "^7.15.0" | ||
"@babel/helper-simple-access" "^7.14.8" | ||
"@babel/helper-split-export-declaration" "^7.14.5" | ||
"@babel/helper-validator-identifier" "^7.14.8" | ||
"@babel/helper-validator-identifier" "^7.14.9" | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
"@babel/traverse" "^7.15.0" | ||
"@babel/types" "^7.15.0" | ||
|
||
"@babel/helper-optimise-call-expression@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -128,15 +128,15 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-replace-supers@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94" | ||
integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow== | ||
"@babel/helper-replace-supers@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" | ||
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== | ||
dependencies: | ||
"@babel/helper-member-expression-to-functions" "^7.14.5" | ||
"@babel/helper-member-expression-to-functions" "^7.15.0" | ||
"@babel/helper-optimise-call-expression" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
"@babel/traverse" "^7.15.0" | ||
"@babel/types" "^7.15.0" | ||
|
||
"@babel/helper-simple-access@^7.14.8": | ||
version "7.14.8" | ||
|
@@ -152,7 +152,7 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8", "@babel/helper-validator-identifier@^7.14.9": | ||
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": | ||
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" | ||
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== | ||
|
@@ -180,10 +180,10 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.14.9": | ||
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4" | ||
integrity sha512-RdUTOseXJ8POjjOeEBEvNMIZU/nm4yu2rufRkcibzkkg7DmQvXU8v3M4Xk9G7uuI86CDGkKcuDWgioqZm+mScQ== | ||
"@babel/parser@^7.14.5", "@babel/parser@^7.15.0": | ||
version "7.15.2" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.2.tgz#08d4ffcf90d211bf77e7cc7154c6f02d468d2b1d" | ||
integrity sha512-bMJXql1Ss8lFnvr11TZDH4ArtwlAS5NG9qBmdiFW2UHHm6MVoR+GDc5XE2b9K938cyjc9O6/+vjjcffLDtfuDg== | ||
|
||
"@babel/template@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -194,25 +194,25 @@ | |
"@babel/parser" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8": | ||
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.9.tgz#016126b331210bf06fff29d52971eef8383e556f" | ||
integrity sha512-bldh6dtB49L8q9bUyB7bC20UKgU+EFDwKJylwl234Kv+ySZeMD31Xeht6URyueQ6LrRRpF2tmkfcZooZR9/e8g== | ||
"@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" | ||
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== | ||
dependencies: | ||
"@babel/code-frame" "^7.14.5" | ||
"@babel/generator" "^7.14.9" | ||
"@babel/generator" "^7.15.0" | ||
"@babel/helper-function-name" "^7.14.5" | ||
"@babel/helper-hoist-variables" "^7.14.5" | ||
"@babel/helper-split-export-declaration" "^7.14.5" | ||
"@babel/parser" "^7.14.9" | ||
"@babel/types" "^7.14.9" | ||
"@babel/parser" "^7.15.0" | ||
"@babel/types" "^7.15.0" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
||
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9": | ||
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d" | ||
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow== | ||
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" | ||
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.14.9" | ||
to-fast-properties "^2.0.0" | ||
|
@@ -628,15 +628,15 @@ [email protected]: | |
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw== | ||
|
||
browserslist@^4.16.6: | ||
version "4.16.6" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" | ||
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== | ||
version "4.16.7" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.7.tgz#108b0d1ef33c4af1b587c54f390e7041178e4335" | ||
integrity sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA== | ||
dependencies: | ||
caniuse-lite "^1.0.30001219" | ||
caniuse-lite "^1.0.30001248" | ||
colorette "^1.2.2" | ||
electron-to-chromium "^1.3.723" | ||
electron-to-chromium "^1.3.793" | ||
escalade "^3.1.1" | ||
node-releases "^1.1.71" | ||
node-releases "^1.1.73" | ||
|
||
buffer-alloc-unsafe@^1.1.0: | ||
version "1.1.0" | ||
|
@@ -757,10 +757,10 @@ camelcase@^6.0.0, camelcase@^6.2.0: | |
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" | ||
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== | ||
|
||
caniuse-lite@^1.0.30001219: | ||
version "1.0.30001248" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001248.tgz#26ab45e340f155ea5da2920dadb76a533cb8ebce" | ||
integrity sha512-NwlQbJkxUFJ8nMErnGtT0QTM2TJ33xgz4KXJSMIrjXIbDVdaYueGyjOrLKRtJC+rTiWfi6j5cnZN1NBiSBJGNw== | ||
caniuse-lite@^1.0.30001248: | ||
version "1.0.30001249" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001249.tgz#90a330057f8ff75bfe97a94d047d5e14fabb2ee8" | ||
integrity sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw== | ||
|
||
[email protected]: | ||
version "7.1.1" | ||
|
@@ -1459,10 +1459,10 @@ duplexer3@^0.1.4: | |
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" | ||
integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= | ||
|
||
electron-to-chromium@^1.3.723: | ||
version "1.3.792" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.792.tgz#791b0d8fcf7411885d086193fb49aaef0c1594ca" | ||
integrity sha512-RM2O2xrNarM7Cs+XF/OE2qX/aBROyOZqqgP+8FXMXSuWuUqCfUUzg7NytQrzZU3aSqk1Qq6zqnVkJsbfMkIatg== | ||
electron-to-chromium@^1.3.793: | ||
version "1.3.799" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.799.tgz#6e9911b25e7ecd5aa1e54dcb68f82a3e02d00f09" | ||
integrity sha512-V2rbYWdGvSqrg+95KjkVuSi41bGfrhrOzjl1tSi2VLnm0mRe3FsSvhiqidSiSll9WiMhrQAhpDcW/wcqK3c+Yw== | ||
|
||
elegant-spinner@^1.0.1: | ||
version "1.0.1" | ||
|
@@ -2363,9 +2363,9 @@ got@^8.3.1: | |
url-to-options "^1.0.1" | ||
|
||
graceful-fs@^4.1.10, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0: | ||
version "4.2.6" | ||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" | ||
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== | ||
version "4.2.8" | ||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a" | ||
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg== | ||
|
||
[email protected]: | ||
version "1.10.5" | ||
|
@@ -3518,7 +3518,7 @@ node-preload@^0.2.1: | |
dependencies: | ||
process-on-spawn "^1.0.0" | ||
|
||
node-releases@^1.1.71: | ||
node-releases@^1.1.73: | ||
version "1.1.73" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20" | ||
integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg== | ||
|