|
@@ -43,20 +43,20 @@
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
|
|
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
|
|
|
|
|
-"@babel/core@7.15.0":
|
|
|
- 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==
|
|
|
+"@babel/core@7.15.5":
|
|
|
+ version "7.15.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
|
|
|
+ integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
|
|
|
dependencies:
|
|
|
"@babel/code-frame" "^7.14.5"
|
|
|
- "@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.15.0"
|
|
|
- "@babel/template" "^7.14.5"
|
|
|
- "@babel/traverse" "^7.15.0"
|
|
|
- "@babel/types" "^7.15.0"
|
|
|
+ "@babel/generator" "^7.15.4"
|
|
|
+ "@babel/helper-compilation-targets" "^7.15.4"
|
|
|
+ "@babel/helper-module-transforms" "^7.15.4"
|
|
|
+ "@babel/helpers" "^7.15.4"
|
|
|
+ "@babel/parser" "^7.15.5"
|
|
|
+ "@babel/template" "^7.15.4"
|
|
|
+ "@babel/traverse" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
convert-source-map "^1.7.0"
|
|
|
debug "^4.1.0"
|
|
|
gensync "^1.0.0-beta.2"
|
|
@@ -91,6 +91,15 @@
|
|
|
jsesc "^2.5.1"
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
+"@babel/generator@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0"
|
|
|
+ integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+ jsesc "^2.5.1"
|
|
|
+ source-map "^0.5.0"
|
|
|
+
|
|
|
"@babel/helper-annotate-as-pure@^7.12.13":
|
|
|
version "7.12.13"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
@@ -105,6 +114,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-annotate-as-pure@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
|
|
|
+ integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
|
|
version "7.14.5"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191"
|
|
@@ -133,10 +149,10 @@
|
|
|
browserslist "^4.16.6"
|
|
|
semver "^6.3.0"
|
|
|
|
|
|
-"@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==
|
|
|
+"@babel/helper-compilation-targets@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
|
|
|
+ integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
|
|
|
dependencies:
|
|
|
"@babel/compat-data" "^7.15.0"
|
|
|
"@babel/helper-validator-option" "^7.14.5"
|
|
@@ -167,6 +183,18 @@
|
|
|
"@babel/helper-replace-supers" "^7.15.0"
|
|
|
"@babel/helper-split-export-declaration" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-create-class-features-plugin@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz#7f977c17bd12a5fba363cb19bea090394bf37d2e"
|
|
|
+ integrity sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-annotate-as-pure" "^7.15.4"
|
|
|
+ "@babel/helper-function-name" "^7.15.4"
|
|
|
+ "@babel/helper-member-expression-to-functions" "^7.15.4"
|
|
|
+ "@babel/helper-optimise-call-expression" "^7.15.4"
|
|
|
+ "@babel/helper-replace-supers" "^7.15.4"
|
|
|
+ "@babel/helper-split-export-declaration" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-create-regexp-features-plugin@^7.12.13":
|
|
|
version "7.14.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.3.tgz#149aa6d78c016e318c43e2409a0ae9c136a86688"
|
|
@@ -222,6 +250,15 @@
|
|
|
"@babel/template" "^7.14.5"
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-function-name@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
|
|
|
+ integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-get-function-arity" "^7.15.4"
|
|
|
+ "@babel/template" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-get-function-arity@^7.12.13":
|
|
|
version "7.12.13"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
|
|
@@ -236,6 +273,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-get-function-arity@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
|
|
|
+ integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-hoist-variables@^7.14.5":
|
|
|
version "7.14.5"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
|
|
@@ -243,6 +287,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-hoist-variables@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
|
|
|
+ integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-member-expression-to-functions@^7.14.5":
|
|
|
version "7.14.5"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
|
|
@@ -257,6 +308,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.15.0"
|
|
|
|
|
|
+"@babel/helper-member-expression-to-functions@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
|
|
|
+ integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13":
|
|
|
version "7.13.12"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
|
|
@@ -271,6 +329,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-module-imports@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
|
|
|
+ integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-module-transforms@^7.14.5":
|
|
|
version "7.14.5"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
|
|
@@ -285,19 +350,19 @@
|
|
|
"@babel/traverse" "^7.14.5"
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
-"@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==
|
|
|
+"@babel/helper-module-transforms@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c"
|
|
|
+ integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==
|
|
|
dependencies:
|
|
|
- "@babel/helper-module-imports" "^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-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.14.9"
|
|
|
- "@babel/template" "^7.14.5"
|
|
|
- "@babel/traverse" "^7.15.0"
|
|
|
- "@babel/types" "^7.15.0"
|
|
|
+ "@babel/template" "^7.15.4"
|
|
|
+ "@babel/traverse" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
|
|
|
"@babel/helper-optimise-call-expression@^7.14.5":
|
|
|
version "7.14.5"
|
|
@@ -306,6 +371,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-optimise-call-expression@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
|
|
|
+ integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
|
|
version "7.13.0"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
|
|
@@ -325,6 +397,15 @@
|
|
|
"@babel/helper-wrap-function" "^7.14.5"
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-remap-async-to-generator@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f"
|
|
|
+ integrity sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-annotate-as-pure" "^7.15.4"
|
|
|
+ "@babel/helper-wrap-function" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@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"
|
|
@@ -345,6 +426,16 @@
|
|
|
"@babel/traverse" "^7.15.0"
|
|
|
"@babel/types" "^7.15.0"
|
|
|
|
|
|
+"@babel/helper-replace-supers@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
|
|
|
+ integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-member-expression-to-functions" "^7.15.4"
|
|
|
+ "@babel/helper-optimise-call-expression" "^7.15.4"
|
|
|
+ "@babel/traverse" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-simple-access@^7.14.5":
|
|
|
version "7.14.5"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
|
|
@@ -352,12 +443,12 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
-"@babel/helper-simple-access@^7.14.8":
|
|
|
- version "7.14.8"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
|
|
|
- integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
|
|
|
+"@babel/helper-simple-access@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
|
|
|
+ integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
|
|
|
dependencies:
|
|
|
- "@babel/types" "^7.14.8"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
|
|
version "7.14.5"
|
|
@@ -366,6 +457,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-skip-transparent-expression-wrappers@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz#707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb"
|
|
|
+ integrity sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-split-export-declaration@^7.12.13":
|
|
|
version "7.12.13"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
|
|
@@ -380,6 +478,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/helper-split-export-declaration@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
|
|
|
+ integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/helper-validator-identifier@^7.14.0":
|
|
|
version "7.14.0"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
|
|
@@ -415,14 +520,24 @@
|
|
|
"@babel/traverse" "^7.14.5"
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
-"@babel/helpers@^7.14.8":
|
|
|
- version "7.14.8"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
|
|
|
- integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
|
|
|
+"@babel/helper-wrap-function@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7"
|
|
|
+ integrity sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==
|
|
|
dependencies:
|
|
|
- "@babel/template" "^7.14.5"
|
|
|
- "@babel/traverse" "^7.14.8"
|
|
|
- "@babel/types" "^7.14.8"
|
|
|
+ "@babel/helper-function-name" "^7.15.4"
|
|
|
+ "@babel/template" "^7.15.4"
|
|
|
+ "@babel/traverse" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
+"@babel/helpers@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
|
|
|
+ integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/template" "^7.15.4"
|
|
|
+ "@babel/traverse" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
|
|
|
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
|
|
version "7.14.0"
|
|
@@ -457,22 +572,27 @@
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.2.tgz#08d4ffcf90d211bf77e7cc7154c6f02d468d2b1d"
|
|
|
integrity sha512-bMJXql1Ss8lFnvr11TZDH4ArtwlAS5NG9qBmdiFW2UHHm6MVoR+GDc5XE2b9K938cyjc9O6/+vjjcffLDtfuDg==
|
|
|
|
|
|
-"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
|
|
- version "7.14.5"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
|
|
- integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==
|
|
|
+"@babel/parser@^7.15.4", "@babel/parser@^7.15.5":
|
|
|
+ version "7.15.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
|
|
|
+ integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
|
|
|
+
|
|
|
+"@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"
|
|
|
+ integrity sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==
|
|
|
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-proposal-optional-chaining" "^7.14.5"
|
|
|
|
|
|
-"@babel/plugin-proposal-async-generator-functions@^7.14.9":
|
|
|
- version "7.14.9"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
|
|
|
- integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
|
|
|
+"@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"
|
|
|
+ integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==
|
|
|
dependencies:
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
- "@babel/helper-remap-async-to-generator" "^7.14.5"
|
|
|
+ "@babel/helper-remap-async-to-generator" "^7.15.4"
|
|
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
|
|
|
|
"@babel/plugin-proposal-class-properties@^7.14.5":
|
|
@@ -483,12 +603,12 @@
|
|
|
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
-"@babel/plugin-proposal-class-static-block@^7.14.5":
|
|
|
- version "7.14.5"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz#158e9e10d449c3849ef3ecde94a03d9f1841b681"
|
|
|
- integrity sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==
|
|
|
+"@babel/plugin-proposal-class-static-block@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz#3e7ca6128453c089e8b477a99f970c63fc1cb8d7"
|
|
|
+ integrity sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==
|
|
|
dependencies:
|
|
|
- "@babel/helper-create-class-features-plugin" "^7.14.5"
|
|
|
+ "@babel/helper-create-class-features-plugin" "^7.15.4"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
|
|
|
|
@@ -576,13 +696,13 @@
|
|
|
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
-"@babel/plugin-proposal-private-property-in-object@^7.14.5":
|
|
|
- version "7.14.5"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz#9f65a4d0493a940b4c01f8aa9d3f1894a587f636"
|
|
|
- integrity sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==
|
|
|
+"@babel/plugin-proposal-private-property-in-object@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz#55c5e3b4d0261fd44fe637e3f624cfb0f484e3e5"
|
|
|
+ integrity sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==
|
|
|
dependencies:
|
|
|
- "@babel/helper-annotate-as-pure" "^7.14.5"
|
|
|
- "@babel/helper-create-class-features-plugin" "^7.14.5"
|
|
|
+ "@babel/helper-annotate-as-pure" "^7.15.4"
|
|
|
+ "@babel/helper-create-class-features-plugin" "^7.15.4"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
|
|
|
|
@@ -730,24 +850,24 @@
|
|
|
dependencies:
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
-"@babel/plugin-transform-block-scoping@^7.14.5":
|
|
|
- version "7.14.5"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939"
|
|
|
- integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==
|
|
|
+"@babel/plugin-transform-block-scoping@^7.15.3":
|
|
|
+ version "7.15.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz#94c81a6e2fc230bcce6ef537ac96a1e4d2b3afaf"
|
|
|
+ integrity sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==
|
|
|
dependencies:
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
-"@babel/plugin-transform-classes@^7.14.9":
|
|
|
- version "7.14.9"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
|
|
|
- integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
|
|
|
+"@babel/plugin-transform-classes@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz#50aee17aaf7f332ae44e3bce4c2e10534d5d3bf1"
|
|
|
+ integrity sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==
|
|
|
dependencies:
|
|
|
- "@babel/helper-annotate-as-pure" "^7.14.5"
|
|
|
- "@babel/helper-function-name" "^7.14.5"
|
|
|
- "@babel/helper-optimise-call-expression" "^7.14.5"
|
|
|
+ "@babel/helper-annotate-as-pure" "^7.15.4"
|
|
|
+ "@babel/helper-function-name" "^7.15.4"
|
|
|
+ "@babel/helper-optimise-call-expression" "^7.15.4"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
- "@babel/helper-replace-supers" "^7.14.5"
|
|
|
- "@babel/helper-split-export-declaration" "^7.14.5"
|
|
|
+ "@babel/helper-replace-supers" "^7.15.4"
|
|
|
+ "@babel/helper-split-export-declaration" "^7.15.4"
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
"@babel/plugin-transform-computed-properties@^7.14.5":
|
|
@@ -795,10 +915,10 @@
|
|
|
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
-"@babel/plugin-transform-for-of@^7.14.5":
|
|
|
- version "7.14.5"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb"
|
|
|
- integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==
|
|
|
+"@babel/plugin-transform-for-of@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz#25c62cce2718cfb29715f416e75d5263fb36a8c2"
|
|
|
+ integrity sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==
|
|
|
dependencies:
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
@@ -833,25 +953,25 @@
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
babel-plugin-dynamic-import-node "^2.3.3"
|
|
|
|
|
|
-"@babel/plugin-transform-modules-commonjs@^7.15.0":
|
|
|
- version "7.15.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
|
|
|
- integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
|
|
|
+"@babel/plugin-transform-modules-commonjs@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz#8201101240eabb5a76c08ef61b2954f767b6b4c1"
|
|
|
+ integrity sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==
|
|
|
dependencies:
|
|
|
- "@babel/helper-module-transforms" "^7.15.0"
|
|
|
+ "@babel/helper-module-transforms" "^7.15.4"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
- "@babel/helper-simple-access" "^7.14.8"
|
|
|
+ "@babel/helper-simple-access" "^7.15.4"
|
|
|
babel-plugin-dynamic-import-node "^2.3.3"
|
|
|
|
|
|
-"@babel/plugin-transform-modules-systemjs@^7.14.5":
|
|
|
- version "7.14.5"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
|
|
|
- integrity sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==
|
|
|
+"@babel/plugin-transform-modules-systemjs@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz#b42890c7349a78c827719f1d2d0cd38c7d268132"
|
|
|
+ integrity sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==
|
|
|
dependencies:
|
|
|
- "@babel/helper-hoist-variables" "^7.14.5"
|
|
|
- "@babel/helper-module-transforms" "^7.14.5"
|
|
|
+ "@babel/helper-hoist-variables" "^7.15.4"
|
|
|
+ "@babel/helper-module-transforms" "^7.15.4"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
- "@babel/helper-validator-identifier" "^7.14.5"
|
|
|
+ "@babel/helper-validator-identifier" "^7.14.9"
|
|
|
babel-plugin-dynamic-import-node "^2.3.3"
|
|
|
|
|
|
"@babel/plugin-transform-modules-umd@^7.14.5":
|
|
@@ -891,6 +1011,13 @@
|
|
|
dependencies:
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
+"@babel/plugin-transform-parameters@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62"
|
|
|
+ integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-plugin-utils" "^7.14.5"
|
|
|
+
|
|
|
"@babel/plugin-transform-property-literals@^7.14.5":
|
|
|
version "7.14.5"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
|
|
@@ -972,19 +1099,19 @@
|
|
|
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
-"@babel/preset-env@7.15.0":
|
|
|
- version "7.15.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
|
|
|
- integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
|
|
|
+"@babel/preset-env@7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815"
|
|
|
+ integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==
|
|
|
dependencies:
|
|
|
"@babel/compat-data" "^7.15.0"
|
|
|
- "@babel/helper-compilation-targets" "^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.14.5"
|
|
|
- "@babel/plugin-proposal-async-generator-functions" "^7.14.9"
|
|
|
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
|
|
|
+ "@babel/plugin-proposal-async-generator-functions" "^7.15.4"
|
|
|
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
|
|
- "@babel/plugin-proposal-class-static-block" "^7.14.5"
|
|
|
+ "@babel/plugin-proposal-class-static-block" "^7.15.4"
|
|
|
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
|
|
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
|
|
|
"@babel/plugin-proposal-json-strings" "^7.14.5"
|
|
@@ -995,7 +1122,7 @@
|
|
|
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
|
|
|
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
|
|
"@babel/plugin-proposal-private-methods" "^7.14.5"
|
|
|
- "@babel/plugin-proposal-private-property-in-object" "^7.14.5"
|
|
|
+ "@babel/plugin-proposal-private-property-in-object" "^7.15.4"
|
|
|
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
|
|
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
|
@@ -1014,25 +1141,25 @@
|
|
|
"@babel/plugin-transform-arrow-functions" "^7.14.5"
|
|
|
"@babel/plugin-transform-async-to-generator" "^7.14.5"
|
|
|
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
|
|
|
- "@babel/plugin-transform-block-scoping" "^7.14.5"
|
|
|
- "@babel/plugin-transform-classes" "^7.14.9"
|
|
|
+ "@babel/plugin-transform-block-scoping" "^7.15.3"
|
|
|
+ "@babel/plugin-transform-classes" "^7.15.4"
|
|
|
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
|
|
"@babel/plugin-transform-destructuring" "^7.14.7"
|
|
|
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
|
|
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
|
|
|
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
|
|
|
- "@babel/plugin-transform-for-of" "^7.14.5"
|
|
|
+ "@babel/plugin-transform-for-of" "^7.15.4"
|
|
|
"@babel/plugin-transform-function-name" "^7.14.5"
|
|
|
"@babel/plugin-transform-literals" "^7.14.5"
|
|
|
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
|
|
"@babel/plugin-transform-modules-amd" "^7.14.5"
|
|
|
- "@babel/plugin-transform-modules-commonjs" "^7.15.0"
|
|
|
- "@babel/plugin-transform-modules-systemjs" "^7.14.5"
|
|
|
+ "@babel/plugin-transform-modules-commonjs" "^7.15.4"
|
|
|
+ "@babel/plugin-transform-modules-systemjs" "^7.15.4"
|
|
|
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
|
|
|
"@babel/plugin-transform-new-target" "^7.14.5"
|
|
|
"@babel/plugin-transform-object-super" "^7.14.5"
|
|
|
- "@babel/plugin-transform-parameters" "^7.14.5"
|
|
|
+ "@babel/plugin-transform-parameters" "^7.15.4"
|
|
|
"@babel/plugin-transform-property-literals" "^7.14.5"
|
|
|
"@babel/plugin-transform-regenerator" "^7.14.5"
|
|
|
"@babel/plugin-transform-reserved-words" "^7.14.5"
|
|
@@ -1044,7 +1171,7 @@
|
|
|
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
|
|
"@babel/plugin-transform-unicode-regex" "^7.14.5"
|
|
|
"@babel/preset-modules" "^0.1.4"
|
|
|
- "@babel/types" "^7.15.0"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
babel-plugin-polyfill-corejs2 "^0.2.2"
|
|
|
babel-plugin-polyfill-corejs3 "^0.2.2"
|
|
|
babel-plugin-polyfill-regenerator "^0.2.2"
|
|
@@ -1096,6 +1223,15 @@
|
|
|
"@babel/parser" "^7.14.5"
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
+"@babel/template@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
|
|
|
+ integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.14.5"
|
|
|
+ "@babel/parser" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+
|
|
|
"@babel/traverse@^7.13.0":
|
|
|
version "7.14.2"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
|
|
@@ -1125,7 +1261,7 @@
|
|
|
debug "^4.1.0"
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
-"@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0":
|
|
|
+"@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==
|
|
@@ -1140,6 +1276,21 @@
|
|
|
debug "^4.1.0"
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
+"@babel/traverse@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
|
|
|
+ integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.14.5"
|
|
|
+ "@babel/generator" "^7.15.4"
|
|
|
+ "@babel/helper-function-name" "^7.15.4"
|
|
|
+ "@babel/helper-hoist-variables" "^7.15.4"
|
|
|
+ "@babel/helper-split-export-declaration" "^7.15.4"
|
|
|
+ "@babel/parser" "^7.15.4"
|
|
|
+ "@babel/types" "^7.15.4"
|
|
|
+ debug "^4.1.0"
|
|
|
+ globals "^11.1.0"
|
|
|
+
|
|
|
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
|
|
|
version "7.14.4"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
|
|
@@ -1156,7 +1307,7 @@
|
|
|
"@babel/helper-validator-identifier" "^7.14.5"
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
-"@babel/types@^7.14.8", "@babel/types@^7.15.0":
|
|
|
+"@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==
|
|
@@ -1164,6 +1315,14 @@
|
|
|
"@babel/helper-validator-identifier" "^7.14.9"
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
+"@babel/types@^7.15.4":
|
|
|
+ version "7.15.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d"
|
|
|
+ integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-validator-identifier" "^7.14.9"
|
|
|
+ to-fast-properties "^2.0.0"
|
|
|
+
|
|
|
"@eslint/eslintrc@^0.4.3":
|
|
|
version "0.4.3"
|
|
|
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
|
|
@@ -1317,39 +1476,39 @@
|
|
|
dependencies:
|
|
|
"@types/node" "*"
|
|
|
|
|
|
-"@typescript-eslint/eslint-plugin@4.29.3":
|
|
|
- version "4.29.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
|
|
|
- integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
|
|
|
+"@typescript-eslint/eslint-plugin@4.31.0":
|
|
|
+ version "4.31.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.0.tgz#9c3fa6f44bad789a962426ad951b54695bd3af6b"
|
|
|
+ integrity sha512-iPKZTZNavAlOhfF4gymiSuUkgLne/nh5Oz2/mdiUmuZVD42m9PapnCnzjxuDsnpnbH3wT5s2D8bw6S39TC6GNw==
|
|
|
dependencies:
|
|
|
- "@typescript-eslint/experimental-utils" "4.29.3"
|
|
|
- "@typescript-eslint/scope-manager" "4.29.3"
|
|
|
+ "@typescript-eslint/experimental-utils" "4.31.0"
|
|
|
+ "@typescript-eslint/scope-manager" "4.31.0"
|
|
|
debug "^4.3.1"
|
|
|
functional-red-black-tree "^1.0.1"
|
|
|
regexpp "^3.1.0"
|
|
|
semver "^7.3.5"
|
|
|
tsutils "^3.21.0"
|
|
|
|
|
|
-"@typescript-eslint/experimental-utils@4.29.3":
|
|
|
- version "4.29.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
|
|
|
- integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
|
|
|
+"@typescript-eslint/experimental-utils@4.31.0":
|
|
|
+ version "4.31.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.0.tgz#0ef1d5d86c334f983a00f310e43c1ce4c14e054d"
|
|
|
+ integrity sha512-Hld+EQiKLMppgKKkdUsLeVIeEOrwKc2G983NmznY/r5/ZtZCDvIOXnXtwqJIgYz/ymsy7n7RGvMyrzf1WaSQrw==
|
|
|
dependencies:
|
|
|
"@types/json-schema" "^7.0.7"
|
|
|
- "@typescript-eslint/scope-manager" "4.29.3"
|
|
|
- "@typescript-eslint/types" "4.29.3"
|
|
|
- "@typescript-eslint/typescript-estree" "4.29.3"
|
|
|
+ "@typescript-eslint/scope-manager" "4.31.0"
|
|
|
+ "@typescript-eslint/types" "4.31.0"
|
|
|
+ "@typescript-eslint/typescript-estree" "4.31.0"
|
|
|
eslint-scope "^5.1.1"
|
|
|
eslint-utils "^3.0.0"
|
|
|
|
|
|
-"@typescript-eslint/parser@4.29.3":
|
|
|
- version "4.29.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
|
|
|
- integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
|
|
|
+"@typescript-eslint/parser@4.31.0":
|
|
|
+ version "4.31.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.0.tgz#87b7cd16b24b9170c77595d8b1363f8047121e05"
|
|
|
+ integrity sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==
|
|
|
dependencies:
|
|
|
- "@typescript-eslint/scope-manager" "4.29.3"
|
|
|
- "@typescript-eslint/types" "4.29.3"
|
|
|
- "@typescript-eslint/typescript-estree" "4.29.3"
|
|
|
+ "@typescript-eslint/scope-manager" "4.31.0"
|
|
|
+ "@typescript-eslint/types" "4.31.0"
|
|
|
+ "@typescript-eslint/typescript-estree" "4.31.0"
|
|
|
debug "^4.3.1"
|
|
|
|
|
|
"@typescript-eslint/parser@^4.0.0":
|
|
@@ -1370,23 +1529,23 @@
|
|
|
"@typescript-eslint/types" "4.25.0"
|
|
|
"@typescript-eslint/visitor-keys" "4.25.0"
|
|
|
|
|
|
-"@typescript-eslint/scope-manager@4.29.3":
|
|
|
- version "4.29.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
|
|
|
- integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
|
|
|
+"@typescript-eslint/scope-manager@4.31.0":
|
|
|
+ version "4.31.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.0.tgz#9be33aed4e9901db753803ba233b70d79a87fc3e"
|
|
|
+ integrity sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==
|
|
|
dependencies:
|
|
|
- "@typescript-eslint/types" "4.29.3"
|
|
|
- "@typescript-eslint/visitor-keys" "4.29.3"
|
|
|
+ "@typescript-eslint/types" "4.31.0"
|
|
|
+ "@typescript-eslint/visitor-keys" "4.31.0"
|
|
|
|
|
|
"@typescript-eslint/types@4.25.0":
|
|
|
version "4.25.0"
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
|
|
|
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
|
|
|
|
|
|
-"@typescript-eslint/types@4.29.3":
|
|
|
- version "4.29.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
|
|
|
- integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
|
|
|
+"@typescript-eslint/types@4.31.0":
|
|
|
+ version "4.31.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
|
|
|
+ integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
|
|
|
|
|
|
"@typescript-eslint/typescript-estree@4.25.0":
|
|
|
version "4.25.0"
|
|
@@ -1401,13 +1560,13 @@
|
|
|
semver "^7.3.2"
|
|
|
tsutils "^3.17.1"
|
|
|
|
|
|
-"@typescript-eslint/typescript-estree@4.29.3":
|
|
|
- version "4.29.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
|
|
|
- integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
|
|
|
+"@typescript-eslint/typescript-estree@4.31.0":
|
|
|
+ version "4.31.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.0.tgz#4da4cb6274a7ef3b21d53f9e7147cc76f278a078"
|
|
|
+ integrity sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==
|
|
|
dependencies:
|
|
|
- "@typescript-eslint/types" "4.29.3"
|
|
|
- "@typescript-eslint/visitor-keys" "4.29.3"
|
|
|
+ "@typescript-eslint/types" "4.31.0"
|
|
|
+ "@typescript-eslint/visitor-keys" "4.31.0"
|
|
|
debug "^4.3.1"
|
|
|
globby "^11.0.3"
|
|
|
is-glob "^4.0.1"
|
|
@@ -1422,12 +1581,12 @@
|
|
|
"@typescript-eslint/types" "4.25.0"
|
|
|
eslint-visitor-keys "^2.0.0"
|
|
|
|
|
|
-"@typescript-eslint/visitor-keys@4.29.3":
|
|
|
- version "4.29.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
|
|
|
- integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
|
|
|
+"@typescript-eslint/visitor-keys@4.31.0":
|
|
|
+ version "4.31.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.0.tgz#4e87b7761cb4e0e627dc2047021aa693fc76ea2b"
|
|
|
+ integrity sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==
|
|
|
dependencies:
|
|
|
- "@typescript-eslint/types" "4.29.3"
|
|
|
+ "@typescript-eslint/types" "4.31.0"
|
|
|
eslint-visitor-keys "^2.0.0"
|
|
|
|
|
|
"@yarnpkg/lockfile@^1.1.0":
|
|
@@ -2537,7 +2696,7 @@ json5@^1.0.1:
|
|
|
dependencies:
|
|
|
minimist "^1.2.0"
|
|
|
|
|
|
-json5@^2.1.2:
|
|
|
+json5@^2.1.2, json5@^2.2.0:
|
|
|
version "2.2.0"
|
|
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
|
|
|
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
|
|
@@ -2649,10 +2808,10 @@ magic-string@^0.25.7:
|
|
|
dependencies:
|
|
|
sourcemap-codec "^1.4.4"
|
|
|
|
|
|
-marked@^2.1.1:
|
|
|
- version "2.1.2"
|
|
|
- resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.2.tgz#59579e17b02443312caa1509994d5a0b18ae38e1"
|
|
|
- integrity sha512-ueJhIvklJJw04qxQbGIAu63EXwwOCYc7yKMBjgagTM4rjC5QtWyqSNgW7jCosV1/Km/1TUfs5qEpAqcGG0Mo5g==
|
|
|
+marked@^3.0.2:
|
|
|
+ version "3.0.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.2.tgz#60ce97d6aec34dd882ab4bb4df82494666854e17"
|
|
|
+ integrity sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA==
|
|
|
|
|
|
merge-stream@^2.0.0:
|
|
|
version "2.0.0"
|
|
@@ -3144,13 +3303,14 @@ shebang-regex@^3.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
|
|
|
|
-shiki@^0.9.3:
|
|
|
- version "0.9.3"
|
|
|
- resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.9.3.tgz#7bf7bcf3ed50ca525ec89cc09254abce4264d5ca"
|
|
|
- integrity sha512-NEjg1mVbAUrzRv2eIcUt3TG7X9svX7l3n3F5/3OdFq+/BxUdmBOeKGiH4icZJBLHy354Shnj6sfBTemea2e7XA==
|
|
|
+shiki@^0.9.8:
|
|
|
+ version "0.9.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.9.10.tgz#feb8d4938b5dd71c5c8b1c1c7cd28fbbd37da087"
|
|
|
+ integrity sha512-xeM7Oc6hY+6iW5O/T5hor8ul7mEprzyl5y4r5zthEHToQNw7MIhREMgU3r2gKDB0NaMLNrkcEQagudCdzE13Lg==
|
|
|
dependencies:
|
|
|
+ json5 "^2.2.0"
|
|
|
onigasm "^2.2.5"
|
|
|
- vscode-textmate "^5.2.0"
|
|
|
+ vscode-textmate "5.2.0"
|
|
|
|
|
|
slash@^3.0.0:
|
|
|
version "3.0.0"
|
|
@@ -3384,10 +3544,10 @@ type-check@^0.4.0, type-check@~0.4.0:
|
|
|
dependencies:
|
|
|
prelude-ls "^1.2.1"
|
|
|
|
|
|
-type-fest@2.1.0:
|
|
|
- version "2.1.0"
|
|
|
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.1.0.tgz#1f8b20ff51519f3b01b3188d50dea9f9ebfbf1b8"
|
|
|
- integrity sha512-2wHUmKDy5wNLmebekbHx/zE9ElYAKOmz34psTLG7OwyEJHaIUr6jnaCd55EvgrawAvliwbwgbyH1LkxIfWFyNg==
|
|
|
+type-fest@2.3.4:
|
|
|
+ version "2.3.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.3.4.tgz#59bd28c5715a7ea39f8fb0d7e424355ae231a24e"
|
|
|
+ integrity sha512-2UdQc7cx8F4Ky81Xj7NYQKPhZVtDFbtorrkairIW66rW7xQj5msAhioXa04HqEdP4MD4K2G6QAF7Zyiw/Hju1Q==
|
|
|
|
|
|
type-fest@^0.20.2:
|
|
|
version "0.20.2"
|
|
@@ -3406,24 +3566,24 @@ typedoc-plugin-markdown@3.10.4:
|
|
|
dependencies:
|
|
|
handlebars "^4.7.7"
|
|
|
|
|
|
-typedoc@0.21.6:
|
|
|
- version "0.21.6"
|
|
|
- resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.21.6.tgz#854bfa2d6b3ac818ac70aa4734a4d1ba93695595"
|
|
|
- integrity sha512-+4u3PEBjQdaL5/yfus5WJbjIdQHv7E/FpZq3cNki9BBdGmZhqnTF6JLIXDQ2EfVggojOJG9/soB5QVFgXRYnIw==
|
|
|
+typedoc@0.21.9:
|
|
|
+ version "0.21.9"
|
|
|
+ resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.21.9.tgz#6fbdc7152024a00f03af53a0ca40f44e91f0f129"
|
|
|
+ integrity sha512-VRo7aII4bnYaBBM1lhw4bQFmUcDQV8m8tqgjtc7oXl87jc1Slbhfw2X5MccfcR2YnEClHDWgsiQGgNB8KJXocA==
|
|
|
dependencies:
|
|
|
glob "^7.1.7"
|
|
|
handlebars "^4.7.7"
|
|
|
lunr "^2.3.9"
|
|
|
- marked "^2.1.1"
|
|
|
+ marked "^3.0.2"
|
|
|
minimatch "^3.0.0"
|
|
|
progress "^2.0.3"
|
|
|
- shiki "^0.9.3"
|
|
|
+ shiki "^0.9.8"
|
|
|
typedoc-default-themes "^0.12.10"
|
|
|
|
|
|
-typescript@4.3.5:
|
|
|
- version "4.3.5"
|
|
|
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
|
|
|
- integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
|
|
|
+typescript@4.4.2:
|
|
|
+ version "4.4.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
|
|
|
+ integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==
|
|
|
|
|
|
uglify-js@^3.1.4:
|
|
|
version "3.13.8"
|
|
@@ -3488,10 +3648,10 @@ validate-npm-package-license@^3.0.1:
|
|
|
spdx-correct "^3.0.0"
|
|
|
spdx-expression-parse "^3.0.0"
|
|
|
|
|
|
-vscode-textmate@^5.2.0:
|
|
|
- version "5.4.0"
|
|
|
- resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-5.4.0.tgz#4b25ffc1f14ac3a90faf9a388c67a01d24257cd7"
|
|
|
- integrity sha512-c0Q4zYZkcLizeYJ3hNyaVUM2AA8KDhNCA3JvXY8CeZSJuBdAy3bAvSbv46RClC4P3dSO9BdwhnKEx2zOo6vP/w==
|
|
|
+vscode-textmate@5.2.0:
|
|
|
+ version "5.2.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-5.2.0.tgz#01f01760a391e8222fe4f33fbccbd1ad71aed74e"
|
|
|
+ integrity sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==
|
|
|
|
|
|
which-boxed-primitive@^1.0.2:
|
|
|
version "1.0.2"
|