|
219 | 219 | dependencies:
|
220 | 220 | "@babel/types" "^7.16.7"
|
221 | 221 |
|
222 |
| -"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.16.7": |
223 |
| - version "7.16.7" |
224 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
225 |
| - integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
| 222 | +"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.18.6": |
| 223 | + version "7.19.1" |
| 224 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
| 225 | + integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
226 | 226 |
|
227 | 227 | "@babel/helper-validator-option@^7.16.7":
|
228 | 228 | version "7.16.7"
|
@@ -2596,10 +2596,10 @@ ci-info@^2.0.0:
|
2596 | 2596 | resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
|
2597 | 2597 | integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
|
2598 | 2598 |
|
2599 |
| -ci-info@^3.1.0, ci-info@^3.2.0, ci-info@^3.3.0: |
2600 |
| - version "3.3.0" |
2601 |
| - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2" |
2602 |
| - integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw== |
| 2599 | +ci-info@^3.1.0, ci-info@^3.2.0, ci-info@^3.3.2: |
| 2600 | + version "3.4.0" |
| 2601 | + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.4.0.tgz#b28484fd436cbc267900364f096c9dc185efb251" |
| 2602 | + integrity sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug== |
2603 | 2603 |
|
2604 | 2604 | cjs-module-lexer@^1.0.0:
|
2605 | 2605 | version "1.2.2"
|
|
3294 | 3294 | resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"
|
3295 | 3295 | integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==
|
3296 | 3296 |
|
3297 |
| -eslint-plugin-unicorn@42.0.0: |
3298 |
| - version "42.0.0" |
3299 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz#47d60c00c263ad743403b052db689e39acbacff1" |
3300 |
| - integrity sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg== |
| 3297 | +eslint-plugin-unicorn@43.0.2: |
| 3298 | + version "43.0.2" |
| 3299 | + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz#b189d58494c8a0985a4b89dba5dbfde3ad7575a5" |
| 3300 | + integrity sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg== |
3301 | 3301 | dependencies:
|
3302 |
| - "@babel/helper-validator-identifier" "^7.15.7" |
3303 |
| - ci-info "^3.3.0" |
| 3302 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 3303 | + ci-info "^3.3.2" |
3304 | 3304 | clean-regexp "^1.0.0"
|
3305 | 3305 | eslint-utils "^3.0.0"
|
3306 | 3306 | esquery "^1.4.0"
|
|
3311 | 3311 | read-pkg-up "^7.0.1"
|
3312 | 3312 | regexp-tree "^0.1.24"
|
3313 | 3313 | safe-regex "^2.1.1"
|
3314 |
| - semver "^7.3.5" |
| 3314 | + semver "^7.3.7" |
3315 | 3315 | strip-indent "^3.0.0"
|
3316 | 3316 |
|
3317 | 3317 | eslint-scope@^5.1.1:
|
|
0 commit comments