|
59 | 59 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
|
60 | 60 | integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
|
61 | 61 |
|
62 |
| -"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.15.5", "@babel/core@^7.16.7", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
| 62 | +"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.15.5", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
63 | 63 | version "7.17.8"
|
64 | 64 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
|
65 | 65 | integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
|
|
80 | 80 | json5 "^2.1.2"
|
81 | 81 | semver "^6.3.0"
|
82 | 82 |
|
| 83 | +"@babel/core@^7.16.7": |
| 84 | + version "7.17.9" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe" |
| 86 | + integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw== |
| 87 | + dependencies: |
| 88 | + "@ampproject/remapping" "^2.1.0" |
| 89 | + "@babel/code-frame" "^7.16.7" |
| 90 | + "@babel/generator" "^7.17.9" |
| 91 | + "@babel/helper-compilation-targets" "^7.17.7" |
| 92 | + "@babel/helper-module-transforms" "^7.17.7" |
| 93 | + "@babel/helpers" "^7.17.9" |
| 94 | + "@babel/parser" "^7.17.9" |
| 95 | + "@babel/template" "^7.16.7" |
| 96 | + "@babel/traverse" "^7.17.9" |
| 97 | + "@babel/types" "^7.17.0" |
| 98 | + convert-source-map "^1.7.0" |
| 99 | + debug "^4.1.0" |
| 100 | + gensync "^1.0.0-beta.2" |
| 101 | + json5 "^2.2.1" |
| 102 | + semver "^6.3.0" |
| 103 | + |
83 | 104 | "@babel/eslint-parser@^7.13.8", "@babel/eslint-parser@^7.15.4", "@babel/eslint-parser@^7.16.5":
|
84 | 105 | version "7.17.0"
|
85 | 106 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz#eabb24ad9f0afa80e5849f8240d0e5facc2d90d6"
|
|
96 | 117 | dependencies:
|
97 | 118 | eslint-rule-composer "^0.3.0"
|
98 | 119 |
|
99 |
| -"@babel/generator@^7.16.8", "@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.7.2": |
| 120 | +"@babel/generator@^7.16.8", "@babel/generator@^7.7.2": |
100 | 121 | version "7.17.7"
|
101 | 122 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
|
102 | 123 | integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
|
|
105 | 126 | jsesc "^2.5.1"
|
106 | 127 | source-map "^0.5.0"
|
107 | 128 |
|
| 129 | +"@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.17.9": |
| 130 | + version "7.17.9" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc" |
| 132 | + integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ== |
| 133 | + dependencies: |
| 134 | + "@babel/types" "^7.17.0" |
| 135 | + jsesc "^2.5.1" |
| 136 | + source-map "^0.5.0" |
| 137 | + |
108 | 138 | "@babel/helper-annotate-as-pure@^7.16.7":
|
109 | 139 | version "7.16.7"
|
110 | 140 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
179 | 209 | dependencies:
|
180 | 210 | "@babel/types" "^7.16.7"
|
181 | 211 |
|
182 |
| -"@babel/helper-function-name@^7.16.7": |
183 |
| - version "7.16.7" |
184 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" |
185 |
| - integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== |
| 212 | +"@babel/helper-function-name@^7.16.7", "@babel/helper-function-name@^7.17.9": |
| 213 | + version "7.17.9" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12" |
| 215 | + integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg== |
186 | 216 | dependencies:
|
187 |
| - "@babel/helper-get-function-arity" "^7.16.7" |
188 | 217 | "@babel/template" "^7.16.7"
|
189 |
| - "@babel/types" "^7.16.7" |
190 |
| - |
191 |
| -"@babel/helper-get-function-arity@^7.16.7": |
192 |
| - version "7.16.7" |
193 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" |
194 |
| - integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== |
195 |
| - dependencies: |
196 |
| - "@babel/types" "^7.16.7" |
| 218 | + "@babel/types" "^7.17.0" |
197 | 219 |
|
198 | 220 | "@babel/helper-hoist-variables@^7.16.7":
|
199 | 221 | version "7.16.7"
|
|
303 | 325 | "@babel/traverse" "^7.16.8"
|
304 | 326 | "@babel/types" "^7.16.8"
|
305 | 327 |
|
306 |
| -"@babel/helpers@^7.17.8": |
307 |
| - version "7.17.8" |
308 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106" |
309 |
| - integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw== |
| 328 | +"@babel/helpers@^7.17.8", "@babel/helpers@^7.17.9": |
| 329 | + version "7.17.9" |
| 330 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a" |
| 331 | + integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q== |
310 | 332 | dependencies:
|
311 | 333 | "@babel/template" "^7.16.7"
|
312 |
| - "@babel/traverse" "^7.17.3" |
| 334 | + "@babel/traverse" "^7.17.9" |
313 | 335 | "@babel/types" "^7.17.0"
|
314 | 336 |
|
315 |
| -"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7": |
| 337 | +"@babel/highlight@^7.10.4": |
316 | 338 | version "7.16.10"
|
317 | 339 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"
|
318 | 340 | integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
|
|
321 | 343 | chalk "^2.0.0"
|
322 | 344 | js-tokens "^4.0.0"
|
323 | 345 |
|
324 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8": |
| 346 | +"@babel/highlight@^7.16.7": |
| 347 | + version "7.17.9" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.9.tgz#61b2ee7f32ea0454612def4fccdae0de232b73e3" |
| 349 | + integrity sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg== |
| 350 | + dependencies: |
| 351 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 352 | + chalk "^2.0.0" |
| 353 | + js-tokens "^4.0.0" |
| 354 | + |
| 355 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5": |
325 | 356 | version "7.17.8"
|
326 | 357 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
|
327 | 358 | integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
|
328 | 359 |
|
| 360 | +"@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8", "@babel/parser@^7.17.9": |
| 361 | + version "7.17.9" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef" |
| 363 | + integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg== |
| 364 | + |
329 | 365 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
330 | 366 | version "7.16.7"
|
331 | 367 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
1044 | 1080 | core-js-pure "^3.20.2"
|
1045 | 1081 | regenerator-runtime "^0.13.4"
|
1046 | 1082 |
|
1047 |
| -"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.7", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
| 1083 | +"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
1048 | 1084 | version "7.17.8"
|
1049 | 1085 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2"
|
1050 | 1086 | integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==
|
1051 | 1087 | dependencies:
|
1052 | 1088 | regenerator-runtime "^0.13.4"
|
1053 | 1089 |
|
| 1090 | +"@babel/runtime@^7.16.7": |
| 1091 | + version "7.17.9" |
| 1092 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72" |
| 1093 | + integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== |
| 1094 | + dependencies: |
| 1095 | + regenerator-runtime "^0.13.4" |
| 1096 | + |
1054 | 1097 | "@babel/template@^7.16.7", "@babel/template@^7.3.3":
|
1055 | 1098 | version "7.16.7"
|
1056 | 1099 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
|
|
1060 | 1103 | "@babel/parser" "^7.16.7"
|
1061 | 1104 | "@babel/types" "^7.16.7"
|
1062 | 1105 |
|
1063 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2": |
| 1106 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.7.2": |
1064 | 1107 | version "7.17.3"
|
1065 | 1108 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
|
1066 | 1109 | integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
|
|
1076 | 1119 | debug "^4.1.0"
|
1077 | 1120 | globals "^11.1.0"
|
1078 | 1121 |
|
| 1122 | +"@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9": |
| 1123 | + version "7.17.9" |
| 1124 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d" |
| 1125 | + integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw== |
| 1126 | + dependencies: |
| 1127 | + "@babel/code-frame" "^7.16.7" |
| 1128 | + "@babel/generator" "^7.17.9" |
| 1129 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1130 | + "@babel/helper-function-name" "^7.17.9" |
| 1131 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1132 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1133 | + "@babel/parser" "^7.17.9" |
| 1134 | + "@babel/types" "^7.17.0" |
| 1135 | + debug "^4.1.0" |
| 1136 | + globals "^11.1.0" |
| 1137 | + |
1079 | 1138 | "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.15.4", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1080 | 1139 | version "7.17.0"
|
1081 | 1140 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
|
@@ -3914,11 +3973,16 @@ caniuse-api@^3.0.0:
|
3914 | 3973 | lodash.memoize "^4.1.2"
|
3915 | 3974 | lodash.uniq "^4.5.0"
|
3916 | 3975 |
|
3917 |
| -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001317: |
| 3976 | +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001125: |
3918 | 3977 | version "1.0.30001325"
|
3919 | 3978 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001325.tgz#2b4ad19b77aa36f61f2eaf72e636d7481d55e606"
|
3920 | 3979 | integrity sha512-sB1bZHjseSjDtijV1Hb7PB2Zd58Kyx+n/9EotvZ4Qcz2K3d0lWB8dB4nb8wN/TsOGFq3UuAm0zQZNQ4SoR7TrQ==
|
3921 | 3980 |
|
| 3981 | +caniuse-lite@^1.0.30001317: |
| 3982 | + version "1.0.30001327" |
| 3983 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001327.tgz#c1546d7d7bb66506f0ccdad6a7d07fc6d668c858" |
| 3984 | + integrity sha512-1/Cg4jlD9qjZzhbzkzEaAC2JHsP0WrOc8Rd/3a3LuajGzGWR/hD7TVyvq99VqmTy99eVh8Zkmdq213OgvgXx7w== |
| 3985 | + |
3922 | 3986 | [email protected], chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
|
3923 | 3987 | version "2.4.2"
|
3924 | 3988 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
|
5006 | 5070 | resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
5007 | 5071 | integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
5008 | 5072 |
|
5009 |
| -electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.84: |
| 5073 | +electron-to-chromium@^1.3.564: |
5010 | 5074 | version "1.4.103"
|
5011 | 5075 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.103.tgz#abfe376a4d70fa1e1b4b353b95df5d6dfd05da3a"
|
5012 | 5076 | integrity sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg==
|
5013 | 5077 |
|
| 5078 | +electron-to-chromium@^1.4.84: |
| 5079 | + version "1.4.106" |
| 5080 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.106.tgz#e7a3bfa9d745dd9b9e597616cb17283cc349781a" |
| 5081 | + integrity sha512-ZYfpVLULm67K7CaaGP7DmjyeMY4naxsbTy+syVVxT6QHI1Ww8XbJjmr9fDckrhq44WzCrcC5kH3zGpdusxwwqg== |
| 5082 | + |
5014 | 5083 | emittery@^0.8.1:
|
5015 | 5084 | version "0.8.1"
|
5016 | 5085 | resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860"
|
@@ -8237,7 +8306,7 @@ json5@^1.0.1:
|
8237 | 8306 | dependencies:
|
8238 | 8307 | minimist "^1.2.0"
|
8239 | 8308 |
|
8240 |
| -json5@^2.1.2, json5@^2.2.0: |
| 8309 | +json5@^2.1.2, json5@^2.2.0, json5@^2.2.1: |
8241 | 8310 | version "2.2.1"
|
8242 | 8311 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
8243 | 8312 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
|
0 commit comments