|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.16.7": |
| 5 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7": |
6 | 6 | version "7.16.7"
|
7 | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
|
8 | 8 | integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
|
|
14 | 14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
|
15 | 15 | integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
|
16 | 16 |
|
17 |
| -"@babel/core@^7.1.6", "@babel/core@^7.12.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.14.5", "@babel/core@^7.16.0", "@babel/core@^7.3.4", "@babel/core@^7.7.5": |
| 17 | +"@babel/core@^7.1.6", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.14.5", "@babel/core@^7.3.4", "@babel/core@^7.7.5": |
| 18 | + version "7.16.5" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c" |
| 20 | + integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ== |
| 21 | + dependencies: |
| 22 | + "@babel/code-frame" "^7.16.0" |
| 23 | + "@babel/generator" "^7.16.5" |
| 24 | + "@babel/helper-compilation-targets" "^7.16.3" |
| 25 | + "@babel/helper-module-transforms" "^7.16.5" |
| 26 | + "@babel/helpers" "^7.16.5" |
| 27 | + "@babel/parser" "^7.16.5" |
| 28 | + "@babel/template" "^7.16.0" |
| 29 | + "@babel/traverse" "^7.16.5" |
| 30 | + "@babel/types" "^7.16.0" |
| 31 | + convert-source-map "^1.7.0" |
| 32 | + debug "^4.1.0" |
| 33 | + gensync "^1.0.0-beta.2" |
| 34 | + json5 "^2.1.2" |
| 35 | + semver "^6.3.0" |
| 36 | + source-map "^0.5.0" |
| 37 | + |
| 38 | +"@babel/core@^7.16.0": |
18 | 39 | version "7.16.7"
|
19 | 40 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
|
20 | 41 | integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
|
|
35 | 56 | semver "^6.3.0"
|
36 | 57 | source-map "^0.5.0"
|
37 | 58 |
|
38 |
| -"@babel/eslint-parser@7.16.5", "@babel/eslint-parser@^7.12.16": |
| 59 | +"@babel/eslint-parser@7.16.5": |
39 | 60 | version "7.16.5"
|
40 | 61 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz#48d3485091d6e36915358e4c0d0b2ebe6da90462"
|
41 | 62 | integrity sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==
|
|
44 | 65 | eslint-visitor-keys "^2.1.0"
|
45 | 66 | semver "^6.3.0"
|
46 | 67 |
|
47 |
| -"@babel/generator@^7.16.7": |
| 68 | +"@babel/generator@^7.16.5", "@babel/generator@^7.16.7": |
48 | 69 | version "7.16.7"
|
49 | 70 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.7.tgz#b42bf46a3079fa65e1544135f32e7958f048adbb"
|
50 | 71 | integrity sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==
|
|
68 | 89 | "@babel/helper-explode-assignable-expression" "^7.16.7"
|
69 | 90 | "@babel/types" "^7.16.7"
|
70 | 91 |
|
71 |
| -"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7": |
| 92 | +"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.3", "@babel/helper-compilation-targets@^7.16.7": |
72 | 93 | version "7.16.7"
|
73 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
|
74 | 95 | integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
|
|
164 | 185 | dependencies:
|
165 | 186 | "@babel/types" "^7.16.7"
|
166 | 187 |
|
167 |
| -"@babel/helper-module-transforms@^7.16.7": |
| 188 | +"@babel/helper-module-transforms@^7.16.5", "@babel/helper-module-transforms@^7.16.7": |
168 | 189 | version "7.16.7"
|
169 | 190 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41"
|
170 | 191 | integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
|
|
231 | 252 | dependencies:
|
232 | 253 | "@babel/types" "^7.16.7"
|
233 | 254 |
|
234 |
| -"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.16.7": |
| 255 | +"@babel/helper-validator-identifier@^7.15.7": |
| 256 | + version "7.15.7" |
| 257 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
| 258 | + integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
| 259 | + |
| 260 | +"@babel/helper-validator-identifier@^7.16.7": |
235 | 261 | version "7.16.7"
|
236 | 262 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
237 | 263 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
|
251 | 277 | "@babel/traverse" "^7.16.7"
|
252 | 278 | "@babel/types" "^7.16.7"
|
253 | 279 |
|
254 |
| -"@babel/helpers@^7.16.7": |
| 280 | +"@babel/helpers@^7.16.5", "@babel/helpers@^7.16.7": |
255 | 281 | version "7.16.7"
|
256 | 282 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc"
|
257 | 283 | integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==
|
|
269 | 295 | chalk "^2.0.0"
|
270 | 296 | js-tokens "^4.0.0"
|
271 | 297 |
|
272 |
| -"@babel/parser@^7.12.3", "@babel/parser@^7.14.5", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.4.5": |
| 298 | +"@babel/parser@^7.12.3", "@babel/parser@^7.14.5", "@babel/parser@^7.14.7", "@babel/parser@^7.16.5", "@babel/parser@^7.16.7", "@babel/parser@^7.4.5": |
273 | 299 | version "7.16.7"
|
274 | 300 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
|
275 | 301 | integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
|
|
956 | 982 | dependencies:
|
957 | 983 | regenerator-runtime "^0.13.4"
|
958 | 984 |
|
959 |
| -"@babel/template@^7.16.7": |
| 985 | +"@babel/template@^7.16.0", "@babel/template@^7.16.7": |
960 | 986 | version "7.16.7"
|
961 | 987 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
|
962 | 988 | integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
|
|
965 | 991 | "@babel/parser" "^7.16.7"
|
966 | 992 | "@babel/types" "^7.16.7"
|
967 | 993 |
|
968 |
| -"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.16.7", "@babel/traverse@^7.4.5": |
| 994 | +"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.16.5", "@babel/traverse@^7.16.7", "@babel/traverse@^7.4.5": |
969 | 995 | version "7.16.7"
|
970 | 996 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"
|
971 | 997 | integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==
|
@@ -5029,7 +5055,7 @@ chrome-trace-event@^1.0.2:
|
5029 | 5055 | resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
|
5030 | 5056 | integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
|
5031 | 5057 |
|
5032 |
| -ci-info@^3.2.0, ci-info@^3.3.0: |
| 5058 | +ci-info@^3.3.0: |
5033 | 5059 | version "3.3.0"
|
5034 | 5060 | resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2"
|
5035 | 5061 | integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==
|
@@ -7347,23 +7373,22 @@ eslint-plugin-qunit-dom@0.2.0:
|
7347 | 7373 | resolved "https://registry.yarnpkg.com/eslint-plugin-qunit-dom/-/eslint-plugin-qunit-dom-0.2.0.tgz#681ea7fbce81d8548b6cc68dc17448e1a4d38d87"
|
7348 | 7374 | integrity sha512-uqqkzj3k5ee36XOkr6Y9DfTC/6uXq/aWuuo14o79Bky+SmQy3NzK+Vee7UBICDEHhi7SDsFPxdsBFm9cjNAuvg==
|
7349 | 7375 |
|
7350 |
| -eslint-plugin-unicorn@39.0.0: |
7351 |
| - version "39.0.0" |
7352 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz#ee76d4f3bf37c605d89fa449d5e7c0c44c54b0cc" |
7353 |
| - integrity sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw== |
| 7376 | +eslint-plugin-unicorn@40.0.0: |
| 7377 | + version "40.0.0" |
| 7378 | + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.0.0.tgz#a8226cab9c62b303e44fc41b1333a146e5676b86" |
| 7379 | + integrity sha512-5GRXISfBk8jMmYk1eeNDw8zSRnWTxBjWkzx2Prre6E2/yLu2twozZ3EomLWCBu9nWms/ZE361BItyMQwfnG1qA== |
7354 | 7380 | dependencies:
|
7355 |
| - "@babel/helper-validator-identifier" "^7.14.9" |
7356 |
| - ci-info "^3.2.0" |
| 7381 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 7382 | + ci-info "^3.3.0" |
7357 | 7383 | clean-regexp "^1.0.0"
|
7358 |
| - eslint-template-visitor "^2.3.2" |
7359 | 7384 | eslint-utils "^3.0.0"
|
7360 | 7385 | esquery "^1.4.0"
|
7361 |
| - indent-string "4" |
| 7386 | + indent-string "^4.0.0" |
7362 | 7387 | is-builtin-module "^3.1.0"
|
7363 | 7388 | lodash "^4.17.21"
|
7364 | 7389 | pluralize "^8.0.0"
|
7365 | 7390 | read-pkg-up "^7.0.1"
|
7366 |
| - regexp-tree "^0.1.23" |
| 7391 | + regexp-tree "^0.1.24" |
7367 | 7392 | safe-regex "^2.1.1"
|
7368 | 7393 | semver "^7.3.5"
|
7369 | 7394 | strip-indent "^3.0.0"
|
@@ -7392,17 +7417,6 @@ eslint-scope@^7.1.0:
|
7392 | 7417 | esrecurse "^4.3.0"
|
7393 | 7418 | estraverse "^5.2.0"
|
7394 | 7419 |
|
7395 |
| -eslint-template-visitor@^2.3.2: |
7396 |
| - version "2.3.2" |
7397 |
| - resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d" |
7398 |
| - integrity sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA== |
7399 |
| - dependencies: |
7400 |
| - "@babel/core" "^7.12.16" |
7401 |
| - "@babel/eslint-parser" "^7.12.16" |
7402 |
| - eslint-visitor-keys "^2.0.0" |
7403 |
| - esquery "^1.3.1" |
7404 |
| - multimap "^1.1.0" |
7405 |
| - |
7406 | 7420 | eslint-utils@^3.0.0:
|
7407 | 7421 | version "3.0.0"
|
7408 | 7422 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
|
@@ -7488,7 +7502,7 @@ esprima@~3.0.0:
|
7488 | 7502 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.0.0.tgz#53cf247acda77313e551c3aa2e73342d3fb4f7d9"
|
7489 | 7503 | integrity sha1-U88kes2ncxPlUcOqLnM0LT+099k=
|
7490 | 7504 |
|
7491 |
| -esquery@^1.3.1, esquery@^1.4.0: |
| 7505 | +esquery@^1.4.0: |
7492 | 7506 | version "1.4.0"
|
7493 | 7507 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
|
7494 | 7508 | integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
|
@@ -8998,7 +9012,7 @@ imurmurhash@^0.1.4:
|
8998 | 9012 | resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
8999 | 9013 | integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
|
9000 | 9014 |
|
9001 |
| -indent-string@4, indent-string@^4.0.0: |
| 9015 | +indent-string@^4.0.0: |
9002 | 9016 | version "4.0.0"
|
9003 | 9017 | resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
|
9004 | 9018 | integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
|
@@ -10745,11 +10759,6 @@ ms@2.1.3, ms@^2.1.1:
|
10745 | 10759 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
10746 | 10760 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
10747 | 10761 |
|
10748 |
| -multimap@^1.1.0: |
10749 |
| - version "1.1.0" |
10750 |
| - resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8" |
10751 |
| - integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw== |
10752 |
| - |
10753 | 10762 | mustache@^3.0.0:
|
10754 | 10763 | version "3.2.1"
|
10755 | 10764 | resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.2.1.tgz#89e78a9d207d78f2799b1e95764a25bf71a28322"
|
@@ -12404,7 +12413,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
12404 | 12413 | extend-shallow "^3.0.2"
|
12405 | 12414 | safe-regex "^1.1.0"
|
12406 | 12415 |
|
12407 |
| -regexp-tree@^0.1.23, regexp-tree@~0.1.1: |
| 12416 | +regexp-tree@^0.1.24, regexp-tree@~0.1.1: |
12408 | 12417 | version "0.1.24"
|
12409 | 12418 | resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d"
|
12410 | 12419 | integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==
|
|
0 commit comments