|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.14.5" |
18 | 18 |
|
19 | | -"@babel/compat-data@^7.13.12": |
20 | | - version "7.13.15" |
21 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4" |
22 | | - integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA== |
23 | | - |
24 | 19 | "@babel/compat-data@^7.13.15": |
25 | 20 | version "7.14.0" |
26 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
|
74 | 69 | semver "^5.4.1" |
75 | 70 | source-map "^0.5.0" |
76 | 71 |
|
77 | | -"@babel/core@^7.12.16": |
78 | | - version "7.13.15" |
79 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0" |
80 | | - integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ== |
81 | | - dependencies: |
82 | | - "@babel/code-frame" "^7.12.13" |
83 | | - "@babel/generator" "^7.13.9" |
84 | | - "@babel/helper-compilation-targets" "^7.13.13" |
85 | | - "@babel/helper-module-transforms" "^7.13.14" |
86 | | - "@babel/helpers" "^7.13.10" |
87 | | - "@babel/parser" "^7.13.15" |
88 | | - "@babel/template" "^7.12.13" |
89 | | - "@babel/traverse" "^7.13.15" |
90 | | - "@babel/types" "^7.13.14" |
91 | | - convert-source-map "^1.7.0" |
92 | | - debug "^4.1.0" |
93 | | - gensync "^1.0.0-beta.2" |
94 | | - json5 "^2.1.2" |
95 | | - semver "^6.3.0" |
96 | | - source-map "^0.5.0" |
97 | | - |
98 | 72 | "@babel/core@^7.7.2": |
99 | 73 | version "7.15.5" |
100 | 74 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" |
|
116 | 90 | semver "^6.3.0" |
117 | 91 | source-map "^0.5.0" |
118 | 92 |
|
119 | | -"@babel/eslint-parser@^7.12.16": |
120 | | - version "7.13.14" |
121 | | - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.13.14.tgz#f80fd23bdd839537221914cb5d17720a5ea6ba3a" |
122 | | - integrity sha512-I0HweR36D73Ibn/FfrRDMKlMqJHFwidIUgYdMpH+aXYuQC+waq59YaJ6t9e9N36axJ82v1jR041wwqDrDXEwRA== |
123 | | - dependencies: |
124 | | - eslint-scope "^5.1.0" |
125 | | - eslint-visitor-keys "^1.3.0" |
126 | | - semver "^6.3.0" |
127 | | - |
128 | | -"@babel/generator@^7.13.16", "@babel/generator@^7.13.9", "@babel/generator@^7.9.0": |
| 93 | +"@babel/generator@^7.13.16", "@babel/generator@^7.9.0": |
129 | 94 | version "7.13.16" |
130 | 95 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14" |
131 | 96 | integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg== |
|
161 | 126 | jsesc "^2.5.1" |
162 | 127 | source-map "^0.5.0" |
163 | 128 |
|
164 | | -"@babel/helper-compilation-targets@^7.13.13": |
165 | | - version "7.13.13" |
166 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5" |
167 | | - integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== |
168 | | - dependencies: |
169 | | - "@babel/compat-data" "^7.13.12" |
170 | | - "@babel/helper-validator-option" "^7.12.17" |
171 | | - browserslist "^4.14.5" |
172 | | - semver "^6.3.0" |
173 | | - |
174 | 129 | "@babel/helper-compilation-targets@^7.13.16": |
175 | 130 | version "7.13.16" |
176 | 131 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" |
|
281 | 236 | dependencies: |
282 | 237 | "@babel/types" "^7.8.3" |
283 | 238 |
|
284 | | -"@babel/helper-module-transforms@^7.13.14": |
285 | | - version "7.13.14" |
286 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef" |
287 | | - integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== |
288 | | - dependencies: |
289 | | - "@babel/helper-module-imports" "^7.13.12" |
290 | | - "@babel/helper-replace-supers" "^7.13.12" |
291 | | - "@babel/helper-simple-access" "^7.13.12" |
292 | | - "@babel/helper-split-export-declaration" "^7.12.13" |
293 | | - "@babel/helper-validator-identifier" "^7.12.11" |
294 | | - "@babel/template" "^7.12.13" |
295 | | - "@babel/traverse" "^7.13.13" |
296 | | - "@babel/types" "^7.13.14" |
297 | | - |
298 | 239 | "@babel/helper-module-transforms@^7.14.2": |
299 | 240 | version "7.14.2" |
300 | 241 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5" |
|
438 | 379 | dependencies: |
439 | 380 | "@babel/types" "^7.15.4" |
440 | 381 |
|
441 | | -"@babel/helper-validator-identifier@^7.12.11": |
442 | | - version "7.12.11" |
443 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
444 | | - integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
445 | | - |
446 | | -"@babel/helper-validator-identifier@^7.14.0": |
447 | | - version "7.14.0" |
448 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" |
449 | | - integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== |
450 | | - |
451 | | -"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": |
452 | | - version "7.14.9" |
453 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
454 | | - integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
| 382 | +"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0", "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7": |
| 383 | + version "7.16.7" |
| 384 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
| 385 | + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
455 | 386 |
|
456 | 387 | "@babel/helper-validator-option@^7.12.17": |
457 | 388 | version "7.12.17" |
|
463 | 394 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
464 | 395 | integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== |
465 | 396 |
|
466 | | -"@babel/helpers@^7.13.10": |
467 | | - version "7.13.10" |
468 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
469 | | - integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
470 | | - dependencies: |
471 | | - "@babel/template" "^7.12.13" |
472 | | - "@babel/traverse" "^7.13.0" |
473 | | - "@babel/types" "^7.13.0" |
474 | | - |
475 | 397 | "@babel/helpers@^7.14.0": |
476 | 398 | version "7.14.0" |
477 | 399 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62" |
|
517 | 439 | chalk "^2.0.0" |
518 | 440 | js-tokens "^4.0.0" |
519 | 441 |
|
520 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.13", "@babel/parser@^7.13.15", "@babel/parser@^7.13.16", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.17.10", "@babel/parser@^7.3.1", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.7.5", "@babel/parser@^7.9.0": |
| 442 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.13", "@babel/parser@^7.13.16", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.17.10", "@babel/parser@^7.3.1", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.7.5", "@babel/parser@^7.9.0": |
521 | 443 | version "7.17.10" |
522 | 444 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78" |
523 | 445 | integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ== |
|
647 | 569 | "@babel/parser" "^7.10.4" |
648 | 570 | "@babel/types" "^7.10.4" |
649 | 571 |
|
650 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17", "@babel/traverse@^7.2.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
| 572 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.17", "@babel/traverse@^7.2.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
651 | 573 | version "7.13.17" |
652 | 574 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3" |
653 | 575 | integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg== |
|
690 | 612 | debug "^4.1.0" |
691 | 613 | globals "^11.1.0" |
692 | 614 |
|
693 | | -"@babel/types@7.13.17", "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.13.16", "@babel/types@^7.13.17", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
| 615 | +"@babel/types@7.13.17", "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.13.17", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
694 | 616 | version "7.13.17" |
695 | 617 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4" |
696 | 618 | integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA== |
@@ -3199,15 +3121,10 @@ ci-info@^2.0.0: |
3199 | 3121 | resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" |
3200 | 3122 | integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== |
3201 | 3123 |
|
3202 | | -ci-info@^3.1.1: |
3203 | | - version "3.1.1" |
3204 | | - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.1.1.tgz#9a32fcefdf7bcdb6f0a7e1c0f8098ec57897b80a" |
3205 | | - integrity sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ== |
3206 | | - |
3207 | | -ci-info@^3.2.0: |
3208 | | - version "3.2.0" |
3209 | | - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6" |
3210 | | - integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A== |
| 3124 | +ci-info@^3.1.1, ci-info@^3.2.0, ci-info@^3.3.0: |
| 3125 | + version "3.3.0" |
| 3126 | + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2" |
| 3127 | + integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw== |
3211 | 3128 |
|
3212 | 3129 | cjs-module-lexer@^1.0.0: |
3213 | 3130 | version "1.2.2" |
@@ -4413,51 +4330,48 @@ eslint-plugin-prettier@^3.4.0: |
4413 | 4330 | dependencies: |
4414 | 4331 | prettier-linter-helpers "^1.0.0" |
4415 | 4332 |
|
4416 | | -eslint-plugin-unicorn@^30.0.0: |
4417 | | - version "30.0.0" |
4418 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-30.0.0.tgz#45d3d138f444eff527e8c00f7a9299bcfcb5051b" |
4419 | | - integrity sha512-ZKbE48Ep99z/3geLpkBfv+jNrzr2k7bLqCC/RfZOekZzAvn2/ECDE/d8zGdW1YxHmIC9pevQvm8Pl89v9GEIVw== |
| 4333 | +eslint-plugin-unicorn@^42.0.0: |
| 4334 | + version "42.0.0" |
| 4335 | + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz#47d60c00c263ad743403b052db689e39acbacff1" |
| 4336 | + integrity sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg== |
4420 | 4337 | dependencies: |
4421 | | - ci-info "^3.1.1" |
| 4338 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 4339 | + ci-info "^3.3.0" |
4422 | 4340 | clean-regexp "^1.0.0" |
4423 | | - eslint-template-visitor "^2.3.2" |
4424 | | - eslint-utils "^2.1.0" |
4425 | | - eslint-visitor-keys "^2.0.0" |
4426 | | - import-modules "^2.1.0" |
| 4341 | + eslint-utils "^3.0.0" |
| 4342 | + esquery "^1.4.0" |
| 4343 | + indent-string "^4.0.0" |
| 4344 | + is-builtin-module "^3.1.0" |
4427 | 4345 | lodash "^4.17.21" |
4428 | 4346 | pluralize "^8.0.0" |
4429 | 4347 | read-pkg-up "^7.0.1" |
4430 | | - regexp-tree "^0.1.23" |
4431 | | - reserved-words "^0.1.2" |
| 4348 | + regexp-tree "^0.1.24" |
4432 | 4349 | safe-regex "^2.1.1" |
4433 | 4350 | semver "^7.3.5" |
| 4351 | + strip-indent "^3.0.0" |
4434 | 4352 |
|
4435 | | -eslint-scope@^5.0.0, eslint-scope@^5.1.0, eslint-scope@^5.1.1: |
| 4353 | +eslint-scope@^5.0.0, eslint-scope@^5.1.1: |
4436 | 4354 | version "5.1.1" |
4437 | 4355 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" |
4438 | 4356 | integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== |
4439 | 4357 | dependencies: |
4440 | 4358 | esrecurse "^4.3.0" |
4441 | 4359 | estraverse "^4.1.1" |
4442 | 4360 |
|
4443 | | -eslint-template-visitor@^2.3.2: |
4444 | | - version "2.3.2" |
4445 | | - resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d" |
4446 | | - integrity sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA== |
4447 | | - dependencies: |
4448 | | - "@babel/core" "^7.12.16" |
4449 | | - "@babel/eslint-parser" "^7.12.16" |
4450 | | - eslint-visitor-keys "^2.0.0" |
4451 | | - esquery "^1.3.1" |
4452 | | - multimap "^1.1.0" |
4453 | | - |
4454 | 4361 | eslint-utils@^2.0.0, eslint-utils@^2.1.0: |
4455 | 4362 | version "2.1.0" |
4456 | 4363 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" |
4457 | 4364 | integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== |
4458 | 4365 | dependencies: |
4459 | 4366 | eslint-visitor-keys "^1.1.0" |
4460 | 4367 |
|
| 4368 | +eslint-utils@^3.0.0: |
| 4369 | + version "3.0.0" |
| 4370 | + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" |
| 4371 | + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== |
| 4372 | + dependencies: |
| 4373 | + eslint-visitor-keys "^2.0.0" |
| 4374 | + |
4461 | 4375 | eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: |
4462 | 4376 | version "1.3.0" |
4463 | 4377 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" |
@@ -4525,10 +4439,10 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0: |
4525 | 4439 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" |
4526 | 4440 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== |
4527 | 4441 |
|
4528 | | -esquery@^1.2.0, esquery@^1.3.1: |
4529 | | - version "1.3.1" |
4530 | | - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57" |
4531 | | - integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ== |
| 4442 | +esquery@^1.2.0, esquery@^1.4.0: |
| 4443 | + version "1.4.0" |
| 4444 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
| 4445 | + integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== |
4532 | 4446 | dependencies: |
4533 | 4447 | estraverse "^5.1.0" |
4534 | 4448 |
|
@@ -5718,11 +5632,6 @@ import-local@^3.0.2: |
5718 | 5632 | pkg-dir "^4.2.0" |
5719 | 5633 | resolve-cwd "^3.0.0" |
5720 | 5634 |
|
5721 | | -import-modules@^2.1.0: |
5722 | | - version "2.1.0" |
5723 | | - resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2" |
5724 | | - integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A== |
5725 | | - |
5726 | 5635 | imurmurhash@^0.1.4: |
5727 | 5636 | version "0.1.4" |
5728 | 5637 | resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" |
@@ -5956,6 +5865,13 @@ is-buffer@^2.0.0: |
5956 | 5865 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" |
5957 | 5866 | integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== |
5958 | 5867 |
|
| 5868 | +is-builtin-module@^3.1.0: |
| 5869 | + version "3.1.0" |
| 5870 | + resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.1.0.tgz#6fdb24313b1c03b75f8b9711c0feb8c30b903b00" |
| 5871 | + integrity sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg== |
| 5872 | + dependencies: |
| 5873 | + builtin-modules "^3.0.0" |
| 5874 | + |
5959 | 5875 | is-callable@^1.1.4, is-callable@^1.2.3: |
5960 | 5876 | version "1.2.3" |
5961 | 5877 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" |
@@ -7893,11 +7809,6 @@ ms@2.1.2, ms@^2.0.0: |
7893 | 7809 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
7894 | 7810 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
7895 | 7811 |
|
7896 | | -multimap@^1.1.0: |
7897 | | - version "1.1.0" |
7898 | | - resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8" |
7899 | | - integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw== |
7900 | | - |
7901 | 7812 | multimatch@^5.0.0: |
7902 | 7813 | version "5.0.0" |
7903 | 7814 | resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-5.0.0.tgz#932b800963cea7a31a033328fa1e0c3a1874dbe6" |
@@ -9402,15 +9313,10 @@ regex-not@^1.0.0, regex-not@^1.0.2: |
9402 | 9313 | extend-shallow "^3.0.2" |
9403 | 9314 | safe-regex "^1.1.0" |
9404 | 9315 |
|
9405 | | -regexp-tree@^0.1.23: |
9406 | | - version "0.1.23" |
9407 | | - resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.23.tgz#8a8ce1cc5e971acef62213a7ecdb1f6e18a1f1b2" |
9408 | | - integrity sha512-+7HWfb4Bvu8Rs2eQTUIpX9I/PlQkYOuTNbRpKLJlQpSgwSkzFYh+pUj0gtvglnOZLKB6YgnIgRuJ2/IlpL48qw== |
9409 | | - |
9410 | | -regexp-tree@~0.1.1: |
9411 | | - version "0.1.21" |
9412 | | - resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.21.tgz#55e2246b7f7d36f1b461490942fa780299c400d7" |
9413 | | - integrity sha512-kUUXjX4AnqnR8KRTCrayAo9PzYMRKmVoGgaz2tBuz0MF3g1ZbGebmtW0yFHfFK9CmBjQKeYIgoL22pFLBJY7sw== |
| 9316 | +regexp-tree@^0.1.24, regexp-tree@~0.1.1: |
| 9317 | + version "0.1.24" |
| 9318 | + resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d" |
| 9319 | + integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw== |
9414 | 9320 |
|
9415 | 9321 | regexpp@^3.0.0, regexpp@^3.1.0: |
9416 | 9322 | version "3.1.0" |
@@ -9579,11 +9485,6 @@ requireindex@^1.2.0: |
9579 | 9485 | resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef" |
9580 | 9486 | integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww== |
9581 | 9487 |
|
9582 | | -reserved-words@^0.1.2: |
9583 | | - version "0.1.2" |
9584 | | - resolved "https://registry.yarnpkg.com/reserved-words/-/reserved-words-0.1.2.tgz#00a0940f98cd501aeaaac316411d9adc52b31ab1" |
9585 | | - integrity sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE= |
9586 | | - |
9587 | 9488 | resolve-alpn@^1.0.0: |
9588 | 9489 | version "1.0.0" |
9589 | 9490 | resolved "https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.0.0.tgz#745ad60b3d6aff4b4a48e01b8c0bdc70959e0e8c" |
|
0 commit comments