|
1746 | 1746 | minimatch "^3.1.2" |
1747 | 1747 | strip-json-comments "^3.1.1" |
1748 | 1748 |
|
| 1749 | + |
| 1750 | + version "8.48.0" |
| 1751 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb" |
| 1752 | + integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw== |
| 1753 | + |
1749 | 1754 | "@eslint/js@^8.47.0": |
1750 | 1755 | version "8.47.0" |
1751 | 1756 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d" |
@@ -4824,15 +4829,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 |
4824 | 4829 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" |
4825 | 4830 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
4826 | 4831 |
|
4827 | | -eslint@8.47.0, eslint@^8.38.0: |
4828 | | - version "8.47.0" |
4829 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806" |
4830 | | - integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q== |
| 4832 | +eslint@8.48.0: |
| 4833 | + version "8.48.0" |
| 4834 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155" |
| 4835 | + integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg== |
4831 | 4836 | dependencies: |
4832 | 4837 | "@eslint-community/eslint-utils" "^4.2.0" |
4833 | 4838 | "@eslint-community/regexpp" "^4.6.1" |
4834 | 4839 | "@eslint/eslintrc" "^2.1.2" |
4835 | | - "@eslint/js" "^8.47.0" |
| 4840 | + "@eslint/js" "8.48.0" |
4836 | 4841 | "@humanwhocodes/config-array" "^0.11.10" |
4837 | 4842 | "@humanwhocodes/module-importer" "^1.0.1" |
4838 | 4843 | "@nodelib/fs.walk" "^1.2.8" |
@@ -4910,6 +4915,49 @@ eslint@^6.7.2: |
4910 | 4915 | text-table "^0.2.0" |
4911 | 4916 | v8-compile-cache "^2.0.3" |
4912 | 4917 |
|
| 4918 | +eslint@^8.38.0: |
| 4919 | + version "8.47.0" |
| 4920 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806" |
| 4921 | + integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q== |
| 4922 | + dependencies: |
| 4923 | + "@eslint-community/eslint-utils" "^4.2.0" |
| 4924 | + "@eslint-community/regexpp" "^4.6.1" |
| 4925 | + "@eslint/eslintrc" "^2.1.2" |
| 4926 | + "@eslint/js" "^8.47.0" |
| 4927 | + "@humanwhocodes/config-array" "^0.11.10" |
| 4928 | + "@humanwhocodes/module-importer" "^1.0.1" |
| 4929 | + "@nodelib/fs.walk" "^1.2.8" |
| 4930 | + ajv "^6.12.4" |
| 4931 | + chalk "^4.0.0" |
| 4932 | + cross-spawn "^7.0.2" |
| 4933 | + debug "^4.3.2" |
| 4934 | + doctrine "^3.0.0" |
| 4935 | + escape-string-regexp "^4.0.0" |
| 4936 | + eslint-scope "^7.2.2" |
| 4937 | + eslint-visitor-keys "^3.4.3" |
| 4938 | + espree "^9.6.1" |
| 4939 | + esquery "^1.4.2" |
| 4940 | + esutils "^2.0.2" |
| 4941 | + fast-deep-equal "^3.1.3" |
| 4942 | + file-entry-cache "^6.0.1" |
| 4943 | + find-up "^5.0.0" |
| 4944 | + glob-parent "^6.0.2" |
| 4945 | + globals "^13.19.0" |
| 4946 | + graphemer "^1.4.0" |
| 4947 | + ignore "^5.2.0" |
| 4948 | + imurmurhash "^0.1.4" |
| 4949 | + is-glob "^4.0.0" |
| 4950 | + is-path-inside "^3.0.3" |
| 4951 | + js-yaml "^4.1.0" |
| 4952 | + json-stable-stringify-without-jsonify "^1.0.1" |
| 4953 | + levn "^0.4.1" |
| 4954 | + lodash.merge "^4.6.2" |
| 4955 | + minimatch "^3.1.2" |
| 4956 | + natural-compare "^1.4.0" |
| 4957 | + optionator "^0.9.3" |
| 4958 | + strip-ansi "^6.0.1" |
| 4959 | + text-table "^0.2.0" |
| 4960 | + |
4913 | 4961 | espree@^6.1.2: |
4914 | 4962 | version "6.2.1" |
4915 | 4963 | resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a" |
|
0 commit comments