|
196 | 196 | dependencies:
|
197 | 197 | "@jridgewell/trace-mapping" "0.3.9"
|
198 | 198 |
|
199 |
| -"@eslint/eslintrc@^1.3.3": |
200 |
| - version "1.3.3" |
201 |
| - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95" |
202 |
| - integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg== |
| 199 | +"@eslint/eslintrc@^1.4.0": |
| 200 | + version "1.4.0" |
| 201 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63" |
| 202 | + integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A== |
203 | 203 | dependencies:
|
204 | 204 | ajv "^6.12.4"
|
205 | 205 | debug "^4.3.2"
|
206 | 206 | espree "^9.4.0"
|
207 |
| - globals "^13.15.0" |
| 207 | + globals "^13.19.0" |
208 | 208 | ignore "^5.2.0"
|
209 | 209 | import-fresh "^3.2.1"
|
210 | 210 | js-yaml "^4.1.0"
|
211 | 211 | minimatch "^3.1.2"
|
212 | 212 | strip-json-comments "^3.1.1"
|
213 | 213 |
|
214 |
| -"@humanwhocodes/config-array@^0.11.6": |
215 |
| - version "0.11.6" |
216 |
| - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b" |
217 |
| - integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg== |
| 214 | +"@humanwhocodes/config-array@^0.11.8": |
| 215 | + version "0.11.8" |
| 216 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9" |
| 217 | + integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g== |
218 | 218 | dependencies:
|
219 | 219 | "@humanwhocodes/object-schema" "^1.2.1"
|
220 | 220 | debug "^4.1.1"
|
221 |
| - minimatch "^3.0.4" |
| 221 | + minimatch "^3.0.5" |
222 | 222 |
|
223 | 223 | "@humanwhocodes/module-importer@^1.0.1":
|
224 | 224 | version "1.0.1"
|
@@ -1000,13 +1000,13 @@ eslint-visitor-keys@^3.3.0:
|
1000 | 1000 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
|
1001 | 1001 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
|
1002 | 1002 |
|
1003 |
| -eslint@8.29.0: |
1004 |
| - version "8.29.0" |
1005 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87" |
1006 |
| - integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg== |
| 1003 | +eslint@8.30.0: |
| 1004 | + version "8.30.0" |
| 1005 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50" |
| 1006 | + integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ== |
1007 | 1007 | dependencies:
|
1008 |
| - "@eslint/eslintrc" "^1.3.3" |
1009 |
| - "@humanwhocodes/config-array" "^0.11.6" |
| 1008 | + "@eslint/eslintrc" "^1.4.0" |
| 1009 | + "@humanwhocodes/config-array" "^0.11.8" |
1010 | 1010 | "@humanwhocodes/module-importer" "^1.0.1"
|
1011 | 1011 | "@nodelib/fs.walk" "^1.2.8"
|
1012 | 1012 | ajv "^6.10.0"
|
|
1025 | 1025 | file-entry-cache "^6.0.1"
|
1026 | 1026 | find-up "^5.0.0"
|
1027 | 1027 | glob-parent "^6.0.2"
|
1028 |
| - globals "^13.15.0" |
| 1028 | + globals "^13.19.0" |
1029 | 1029 | grapheme-splitter "^1.0.4"
|
1030 | 1030 | ignore "^5.2.0"
|
1031 | 1031 | import-fresh "^3.0.0"
|
@@ -1327,10 +1327,10 @@ global-dirs@^0.1.1:
|
1327 | 1327 | dependencies:
|
1328 | 1328 | ini "^1.3.4"
|
1329 | 1329 |
|
1330 |
| -globals@^13.15.0: |
1331 |
| - version "13.15.0" |
1332 |
| - resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac" |
1333 |
| - integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog== |
| 1330 | +globals@^13.19.0: |
| 1331 | + version "13.19.0" |
| 1332 | + resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8" |
| 1333 | + integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ== |
1334 | 1334 | dependencies:
|
1335 | 1335 | type-fest "^0.20.2"
|
1336 | 1336 |
|
@@ -2115,7 +2115,7 @@ min-indent@^1.0.0:
|
2115 | 2115 | resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
2116 | 2116 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
2117 | 2117 |
|
2118 |
| -minimatch@^3.0.4, minimatch@^3.1.2: |
| 2118 | +minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2: |
2119 | 2119 | version "3.1.2"
|
2120 | 2120 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
2121 | 2121 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
|
0 commit comments