-
Notifications
You must be signed in to change notification settings - Fork 2
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
445176a
commit 5d3f4dd
Showing
2 changed files
with
132 additions
and
27 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
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 |
---|---|---|
|
@@ -35,6 +35,13 @@ | |
dependencies: | ||
"@babel/highlight" "^7.14.5" | ||
|
||
"@babel/code-frame@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" | ||
integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== | ||
dependencies: | ||
"@babel/highlight" "^7.14.5" | ||
|
||
"@babel/compat-data@^7.13.11": | ||
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210" | ||
|
@@ -43,7 +50,7 @@ | |
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" | ||
|
||
"@babel/core@^7.15.0", "@babel/core@^7.15.5": | ||
"@babel/core@^7.15.0": | ||
version "7.15.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" | ||
dependencies: | ||
|
@@ -63,6 +70,27 @@ | |
semver "^6.3.0" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" | ||
integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== | ||
dependencies: | ||
"@babel/code-frame" "^7.15.8" | ||
"@babel/generator" "^7.15.8" | ||
"@babel/helper-compilation-targets" "^7.15.4" | ||
"@babel/helper-module-transforms" "^7.15.8" | ||
"@babel/helpers" "^7.15.4" | ||
"@babel/parser" "^7.15.8" | ||
"@babel/template" "^7.15.4" | ||
"@babel/traverse" "^7.15.4" | ||
"@babel/types" "^7.15.6" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.1.2" | ||
semver "^6.3.0" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.7.5": | ||
version "7.12.9" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" | ||
|
@@ -108,6 +136,15 @@ | |
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" | ||
integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== | ||
dependencies: | ||
"@babel/types" "^7.15.6" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" | ||
|
@@ -322,6 +359,20 @@ | |
"@babel/traverse" "^7.15.4" | ||
"@babel/types" "^7.15.4" | ||
|
||
"@babel/helper-module-transforms@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" | ||
integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.15.4" | ||
"@babel/helper-replace-supers" "^7.15.4" | ||
"@babel/helper-simple-access" "^7.15.4" | ||
"@babel/helper-split-export-declaration" "^7.15.4" | ||
"@babel/helper-validator-identifier" "^7.15.7" | ||
"@babel/template" "^7.15.4" | ||
"@babel/traverse" "^7.15.4" | ||
"@babel/types" "^7.15.6" | ||
|
||
"@babel/helper-optimise-call-expression@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" | ||
|
@@ -447,6 +498,11 @@ | |
version "7.14.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" | ||
|
||
"@babel/helper-validator-identifier@^7.15.7": | ||
version "7.15.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" | ||
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== | ||
|
||
"@babel/helper-validator-option@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" | ||
|
@@ -517,6 +573,11 @@ | |
version "7.15.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac" | ||
|
||
"@babel/parser@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" | ||
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== | ||
|
||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": | ||
version "7.15.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e" | ||
|
@@ -525,9 +586,10 @@ | |
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" | ||
"@babel/plugin-proposal-optional-chaining" "^7.14.5" | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.15.4": | ||
version "7.15.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" | ||
"@babel/plugin-proposal-async-generator-functions@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403" | ||
integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/helper-remap-async-to-generator" "^7.15.4" | ||
|
@@ -914,14 +976,15 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/plugin-transform-runtime@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3" | ||
"@babel/plugin-transform-runtime@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz#9d15b1e94e1c7f6344f65a8d573597d93c6cd886" | ||
integrity sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.14.5" | ||
"@babel/helper-module-imports" "^7.15.4" | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
babel-plugin-polyfill-corejs2 "^0.2.2" | ||
babel-plugin-polyfill-corejs3 "^0.2.2" | ||
babel-plugin-polyfill-corejs3 "^0.2.5" | ||
babel-plugin-polyfill-regenerator "^0.2.2" | ||
semver "^6.3.0" | ||
|
||
|
@@ -931,12 +994,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/plugin-transform-spread@^7.14.6": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" | ||
"@babel/plugin-transform-spread@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468" | ||
integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" | ||
|
||
"@babel/plugin-transform-sticky-regex@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -984,16 +1048,17 @@ | |
core-js "^2.6.5" | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/preset-env@^7.15.6": | ||
version "7.15.6" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" | ||
"@babel/preset-env@^7.15.8": | ||
version "7.15.8" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" | ||
integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== | ||
dependencies: | ||
"@babel/compat-data" "^7.15.0" | ||
"@babel/helper-compilation-targets" "^7.15.4" | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/helper-validator-option" "^7.14.5" | ||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.15.4" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.15.8" | ||
"@babel/plugin-proposal-class-properties" "^7.14.5" | ||
"@babel/plugin-proposal-class-static-block" "^7.15.4" | ||
"@babel/plugin-proposal-dynamic-import" "^7.14.5" | ||
|
@@ -1048,7 +1113,7 @@ | |
"@babel/plugin-transform-regenerator" "^7.14.5" | ||
"@babel/plugin-transform-reserved-words" "^7.14.5" | ||
"@babel/plugin-transform-shorthand-properties" "^7.14.5" | ||
"@babel/plugin-transform-spread" "^7.14.6" | ||
"@babel/plugin-transform-spread" "^7.15.8" | ||
"@babel/plugin-transform-sticky-regex" "^7.14.5" | ||
"@babel/plugin-transform-template-literals" "^7.14.5" | ||
"@babel/plugin-transform-typeof-symbol" "^7.14.5" | ||
|
@@ -1057,7 +1122,7 @@ | |
"@babel/preset-modules" "^0.1.4" | ||
"@babel/types" "^7.15.6" | ||
babel-plugin-polyfill-corejs2 "^0.2.2" | ||
babel-plugin-polyfill-corejs3 "^0.2.2" | ||
babel-plugin-polyfill-corejs3 "^0.2.5" | ||
babel-plugin-polyfill-regenerator "^0.2.2" | ||
core-js-compat "^3.16.0" | ||
semver "^6.3.0" | ||
|
@@ -1797,12 +1862,13 @@ babel-plugin-polyfill-corejs2@^0.2.2: | |
"@babel/helper-define-polyfill-provider" "^0.2.2" | ||
semver "^6.1.1" | ||
|
||
babel-plugin-polyfill-corejs3@^0.2.2: | ||
version "0.2.4" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.4.tgz#68cb81316b0e8d9d721a92e0009ec6ecd4cd2ca9" | ||
babel-plugin-polyfill-corejs3@^0.2.5: | ||
version "0.2.5" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92" | ||
integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw== | ||
dependencies: | ||
"@babel/helper-define-polyfill-provider" "^0.2.2" | ||
core-js-compat "^3.14.0" | ||
core-js-compat "^3.16.2" | ||
|
||
babel-plugin-polyfill-regenerator@^0.2.2: | ||
version "0.2.2" | ||
|
@@ -1872,6 +1938,17 @@ browserslist@^4.16.6: | |
escalade "^3.1.1" | ||
node-releases "^1.1.71" | ||
|
||
browserslist@^4.17.3: | ||
version "4.17.3" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.3.tgz#2844cd6eebe14d12384b0122d217550160d2d624" | ||
integrity sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ== | ||
dependencies: | ||
caniuse-lite "^1.0.30001264" | ||
electron-to-chromium "^1.3.857" | ||
escalade "^3.1.1" | ||
node-releases "^1.1.77" | ||
picocolors "^0.2.1" | ||
|
||
buffer-from@^1.0.0: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" | ||
|
@@ -1942,6 +2019,11 @@ caniuse-lite@^1.0.30001219: | |
version "1.0.30001245" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001245.tgz#45b941bbd833cb0fa53861ff2bae746b3c6ca5d4" | ||
|
||
caniuse-lite@^1.0.30001264: | ||
version "1.0.30001265" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz#0613c9e6c922e422792e6fcefdf9a3afeee4f8c3" | ||
integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw== | ||
|
||
[email protected]: | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/chai-as-promised/-/chai-as-promised-7.1.1.tgz#08645d825deb8696ee61725dbf590c012eb00ca0" | ||
|
@@ -2143,13 +2225,21 @@ copy-descriptor@^0.1.0: | |
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" | ||
|
||
core-js-compat@^3.14.0, core-js-compat@^3.16.0: | ||
core-js-compat@^3.16.0: | ||
version "3.16.0" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f" | ||
dependencies: | ||
browserslist "^4.16.6" | ||
semver "7.0.0" | ||
|
||
core-js-compat@^3.16.2: | ||
version "3.18.2" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.2.tgz#e40c266fbd613948dd8d2d2156345da8ac03c142" | ||
integrity sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ== | ||
dependencies: | ||
browserslist "^4.17.3" | ||
semver "7.0.0" | ||
|
||
core-js@^2.6.5: | ||
version "2.6.12" | ||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" | ||
|
@@ -2329,6 +2419,11 @@ electron-to-chromium@^1.3.723: | |
version "1.3.776" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.776.tgz#33f6e2423b61f1bdaa8d2a103aae78a09764a75f" | ||
|
||
electron-to-chromium@^1.3.857: | ||
version "1.3.862" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.862.tgz#c1c5d4382449e2c9b0e67fe1652f4fc451d6d8c0" | ||
integrity sha512-o+FMbCD+hAUJ9S8bfz/FaqA0gE8OpCCm58KhhGogOEqiA1BLFSoVYLi+tW+S/ZavnqBn++n0XZm7HQiBVPs8Jg== | ||
|
||
elegant-spinner@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" | ||
|
@@ -4161,6 +4256,11 @@ node-releases@^1.1.71: | |
version "1.1.73" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20" | ||
|
||
node-releases@^1.1.77: | ||
version "1.1.77" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e" | ||
integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ== | ||
|
||
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: | ||
version "2.5.0" | ||
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" | ||
|
@@ -4492,6 +4592,11 @@ pathval@^1.1.1: | |
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" | ||
|
||
picocolors@^0.2.1: | ||
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" | ||
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== | ||
|
||
picomatch@^2.0.4, picomatch@^2.2.1: | ||
version "2.2.2" | ||
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" | ||
|