|
94 | 94 | esquery "^1.4.0"
|
95 | 95 | jsdoc-type-pratt-parser "~3.1.0"
|
96 | 96 |
|
97 |
| -"@eslint/[email protected]", "@eslint/eslintrc@^1.3.3": |
| 97 | + |
98 | 98 | version "1.3.3"
|
99 | 99 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
|
100 | 100 | integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
|
|
109 | 109 | minimatch "^3.1.2"
|
110 | 110 | strip-json-comments "^3.1.1"
|
111 | 111 |
|
| 112 | +"@eslint/eslintrc@^1.4.0": |
| 113 | + version "1.4.0" |
| 114 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63" |
| 115 | + integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A== |
| 116 | + dependencies: |
| 117 | + ajv "^6.12.4" |
| 118 | + debug "^4.3.2" |
| 119 | + espree "^9.4.0" |
| 120 | + globals "^13.19.0" |
| 121 | + ignore "^5.2.0" |
| 122 | + import-fresh "^3.2.1" |
| 123 | + js-yaml "^4.1.0" |
| 124 | + minimatch "^3.1.2" |
| 125 | + strip-json-comments "^3.1.1" |
| 126 | + |
112 | 127 | "@gar/promisify@^1.1.3":
|
113 | 128 | version "1.1.3"
|
114 | 129 | resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
|
115 | 130 | integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
|
116 | 131 |
|
117 |
| -"@humanwhocodes/config-array@^0.11.6": |
118 |
| - version "0.11.7" |
119 |
| - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f" |
120 |
| - integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw== |
| 132 | +"@humanwhocodes/config-array@^0.11.8": |
| 133 | + version "0.11.8" |
| 134 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9" |
| 135 | + integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g== |
121 | 136 | dependencies:
|
122 | 137 | "@humanwhocodes/object-schema" "^1.2.1"
|
123 | 138 | debug "^4.1.1"
|
@@ -2285,13 +2300,13 @@ eslint-visitor-keys@^3.3.0:
|
2285 | 2300 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
|
2286 | 2301 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
|
2287 | 2302 |
|
2288 |
| -eslint@8.29.0: |
2289 |
| - version "8.29.0" |
2290 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87" |
2291 |
| - integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg== |
| 2303 | +eslint@8.30.0: |
| 2304 | + version "8.30.0" |
| 2305 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50" |
| 2306 | + integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ== |
2292 | 2307 | dependencies:
|
2293 |
| - "@eslint/eslintrc" "^1.3.3" |
2294 |
| - "@humanwhocodes/config-array" "^0.11.6" |
| 2308 | + "@eslint/eslintrc" "^1.4.0" |
| 2309 | + "@humanwhocodes/config-array" "^0.11.8" |
2295 | 2310 | "@humanwhocodes/module-importer" "^1.0.1"
|
2296 | 2311 | "@nodelib/fs.walk" "^1.2.8"
|
2297 | 2312 | ajv "^6.10.0"
|
|
2310 | 2325 | file-entry-cache "^6.0.1"
|
2311 | 2326 | find-up "^5.0.0"
|
2312 | 2327 | glob-parent "^6.0.2"
|
2313 |
| - globals "^13.15.0" |
| 2328 | + globals "^13.19.0" |
2314 | 2329 | grapheme-splitter "^1.0.4"
|
2315 | 2330 | ignore "^5.2.0"
|
2316 | 2331 | import-fresh "^3.0.0"
|
@@ -2752,10 +2767,10 @@ global-prefix@^1.0.1:
|
2752 | 2767 | is-windows "^1.0.1"
|
2753 | 2768 | which "^1.2.14"
|
2754 | 2769 |
|
2755 |
| -globals@^13.15.0: |
2756 |
| - version "13.17.0" |
2757 |
| - resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4" |
2758 |
| - integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw== |
| 2770 | +globals@^13.15.0, globals@^13.19.0: |
| 2771 | + version "13.19.0" |
| 2772 | + resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8" |
| 2773 | + integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ== |
2759 | 2774 | dependencies:
|
2760 | 2775 | type-fest "^0.20.2"
|
2761 | 2776 |
|
|
0 commit comments