|
356 | 356 | exec-sh "^0.3.2"
|
357 | 357 | minimist "^1.2.0"
|
358 | 358 |
|
359 |
| -"@eslint/eslintrc@^0.3.0": |
360 |
| - version "0.3.0" |
361 |
| - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318" |
362 |
| - integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg== |
| 359 | +"@eslint/eslintrc@^0.4.0": |
| 360 | + version "0.4.0" |
| 361 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547" |
| 362 | + integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog== |
363 | 363 | dependencies:
|
364 | 364 | ajv "^6.12.4"
|
365 | 365 | debug "^4.1.1"
|
|
368 | 368 | ignore "^4.0.6"
|
369 | 369 | import-fresh "^3.2.1"
|
370 | 370 | js-yaml "^3.13.1"
|
371 |
| - lodash "^4.17.20" |
372 | 371 | minimatch "^3.0.4"
|
373 | 372 | strip-json-comments "^3.1.1"
|
374 | 373 |
|
@@ -2302,13 +2301,13 @@ eslint-visitor-keys@^2.0.0:
|
2302 | 2301 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
2303 | 2302 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
2304 | 2303 |
|
2305 |
| -eslint@7.20.0: |
2306 |
| - version "7.20.0" |
2307 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7" |
2308 |
| - integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw== |
| 2304 | +eslint@7.21.0: |
| 2305 | + version "7.21.0" |
| 2306 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83" |
| 2307 | + integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg== |
2309 | 2308 | dependencies:
|
2310 | 2309 | "@babel/code-frame" "7.12.11"
|
2311 |
| - "@eslint/eslintrc" "^0.3.0" |
| 2310 | + "@eslint/eslintrc" "^0.4.0" |
2312 | 2311 | ajv "^6.10.0"
|
2313 | 2312 | chalk "^4.0.0"
|
2314 | 2313 | cross-spawn "^7.0.2"
|
|
2321 | 2320 | espree "^7.3.1"
|
2322 | 2321 | esquery "^1.4.0"
|
2323 | 2322 | esutils "^2.0.2"
|
2324 |
| - file-entry-cache "^6.0.0" |
| 2323 | + file-entry-cache "^6.0.1" |
2325 | 2324 | functional-red-black-tree "^1.0.1"
|
2326 | 2325 | glob-parent "^5.0.0"
|
2327 | 2326 | globals "^12.1.0"
|
@@ -2604,10 +2603,10 @@ figures@^3.2.0:
|
2604 | 2603 | dependencies:
|
2605 | 2604 | escape-string-regexp "^1.0.5"
|
2606 | 2605 |
|
2607 |
| -file-entry-cache@^6.0.0: |
2608 |
| - version "6.0.0" |
2609 |
| - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a" |
2610 |
| - integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA== |
| 2606 | +file-entry-cache@^6.0.1: |
| 2607 | + version "6.0.1" |
| 2608 | + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" |
| 2609 | + integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== |
2611 | 2610 | dependencies:
|
2612 | 2611 | flat-cache "^3.0.4"
|
2613 | 2612 |
|
|
0 commit comments