|
1016 | 1016 | minimatch "^3.0.4" |
1017 | 1017 | strip-json-comments "^3.1.1" |
1018 | 1018 |
|
| 1019 | +"@eslint/eslintrc@^0.4.1": |
| 1020 | + version "0.4.1" |
| 1021 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14" |
| 1022 | + integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ== |
| 1023 | + dependencies: |
| 1024 | + ajv "^6.12.4" |
| 1025 | + debug "^4.1.1" |
| 1026 | + espree "^7.3.0" |
| 1027 | + globals "^12.1.0" |
| 1028 | + ignore "^4.0.6" |
| 1029 | + import-fresh "^3.2.1" |
| 1030 | + js-yaml "^3.13.1" |
| 1031 | + minimatch "^3.0.4" |
| 1032 | + strip-json-comments "^3.1.1" |
| 1033 | + |
1019 | 1034 | "@istanbuljs/load-nyc-config@^1.0.0": |
1020 | 1035 | version "1.1.0" |
1021 | 1036 | resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" |
@@ -5546,7 +5561,50 @@ eslint-visitor-keys@^2.0.0: |
5546 | 5561 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" |
5547 | 5562 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== |
5548 | 5563 |
|
5549 | | -[email protected], eslint@^7.25.0: |
| 5564 | + |
| 5565 | + version "7.26.0" |
| 5566 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6" |
| 5567 | + integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg== |
| 5568 | + dependencies: |
| 5569 | + "@babel/code-frame" "7.12.11" |
| 5570 | + "@eslint/eslintrc" "^0.4.1" |
| 5571 | + ajv "^6.10.0" |
| 5572 | + chalk "^4.0.0" |
| 5573 | + cross-spawn "^7.0.2" |
| 5574 | + debug "^4.0.1" |
| 5575 | + doctrine "^3.0.0" |
| 5576 | + enquirer "^2.3.5" |
| 5577 | + eslint-scope "^5.1.1" |
| 5578 | + eslint-utils "^2.1.0" |
| 5579 | + eslint-visitor-keys "^2.0.0" |
| 5580 | + espree "^7.3.1" |
| 5581 | + esquery "^1.4.0" |
| 5582 | + esutils "^2.0.2" |
| 5583 | + file-entry-cache "^6.0.1" |
| 5584 | + functional-red-black-tree "^1.0.1" |
| 5585 | + glob-parent "^5.0.0" |
| 5586 | + globals "^13.6.0" |
| 5587 | + ignore "^4.0.6" |
| 5588 | + import-fresh "^3.0.0" |
| 5589 | + imurmurhash "^0.1.4" |
| 5590 | + is-glob "^4.0.0" |
| 5591 | + js-yaml "^3.13.1" |
| 5592 | + json-stable-stringify-without-jsonify "^1.0.1" |
| 5593 | + levn "^0.4.1" |
| 5594 | + lodash "^4.17.21" |
| 5595 | + minimatch "^3.0.4" |
| 5596 | + natural-compare "^1.4.0" |
| 5597 | + optionator "^0.9.1" |
| 5598 | + progress "^2.0.0" |
| 5599 | + regexpp "^3.1.0" |
| 5600 | + semver "^7.2.1" |
| 5601 | + strip-ansi "^6.0.0" |
| 5602 | + strip-json-comments "^3.1.0" |
| 5603 | + table "^6.0.4" |
| 5604 | + text-table "^0.2.0" |
| 5605 | + v8-compile-cache "^2.0.3" |
| 5606 | + |
| 5607 | +eslint@^7.25.0: |
5550 | 5608 | version "7.25.0" |
5551 | 5609 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67" |
5552 | 5610 | integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw== |
|
0 commit comments