|
1102 | 1102 | minimatch "^3.0.4"
|
1103 | 1103 | strip-json-comments "^3.1.1"
|
1104 | 1104 |
|
1105 |
| -"@eslint/eslintrc@^1.3.3": |
1106 |
| - version "1.3.3" |
1107 |
| - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95" |
1108 |
| - integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg== |
| 1105 | +"@eslint/eslintrc@^1.4.0": |
| 1106 | + version "1.4.0" |
| 1107 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63" |
| 1108 | + integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A== |
1109 | 1109 | dependencies:
|
1110 | 1110 | ajv "^6.12.4"
|
1111 | 1111 | debug "^4.3.2"
|
1112 | 1112 | espree "^9.4.0"
|
1113 |
| - globals "^13.15.0" |
| 1113 | + globals "^13.19.0" |
1114 | 1114 | ignore "^5.2.0"
|
1115 | 1115 | import-fresh "^3.2.1"
|
1116 | 1116 | js-yaml "^4.1.0"
|
|
1489 | 1489 | dependencies:
|
1490 | 1490 | "@hapi/hoek" "^9.0.0"
|
1491 | 1491 |
|
1492 |
| -"@humanwhocodes/config-array@^0.11.6": |
1493 |
| - version "0.11.6" |
1494 |
| - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b" |
1495 |
| - integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg== |
| 1492 | +"@humanwhocodes/config-array@^0.11.8": |
| 1493 | + version "0.11.8" |
| 1494 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9" |
| 1495 | + integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g== |
1496 | 1496 | dependencies:
|
1497 | 1497 | "@humanwhocodes/object-schema" "^1.2.1"
|
1498 | 1498 | debug "^4.1.1"
|
1499 |
| - minimatch "^3.0.4" |
| 1499 | + minimatch "^3.0.5" |
1500 | 1500 |
|
1501 | 1501 | "@humanwhocodes/config-array@^0.5.0":
|
1502 | 1502 | version "0.5.0"
|
@@ -5465,13 +5465,13 @@ eslint-webpack-plugin@^2.6.0:
|
5465 | 5465 | normalize-path "^3.0.0"
|
5466 | 5466 | schema-utils "^3.1.1"
|
5467 | 5467 |
|
5468 |
| -eslint@8.29.0: |
5469 |
| - version "8.29.0" |
5470 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87" |
5471 |
| - integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg== |
| 5468 | +eslint@8.30.0: |
| 5469 | + version "8.30.0" |
| 5470 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50" |
| 5471 | + integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ== |
5472 | 5472 | dependencies:
|
5473 |
| - "@eslint/eslintrc" "^1.3.3" |
5474 |
| - "@humanwhocodes/config-array" "^0.11.6" |
| 5473 | + "@eslint/eslintrc" "^1.4.0" |
| 5474 | + "@humanwhocodes/config-array" "^0.11.8" |
5475 | 5475 | "@humanwhocodes/module-importer" "^1.0.1"
|
5476 | 5476 | "@nodelib/fs.walk" "^1.2.8"
|
5477 | 5477 | ajv "^6.10.0"
|
|
5490 | 5490 | file-entry-cache "^6.0.1"
|
5491 | 5491 | find-up "^5.0.0"
|
5492 | 5492 | glob-parent "^6.0.2"
|
5493 |
| - globals "^13.15.0" |
| 5493 | + globals "^13.19.0" |
5494 | 5494 | grapheme-splitter "^1.0.4"
|
5495 | 5495 | ignore "^5.2.0"
|
5496 | 5496 | import-fresh "^3.0.0"
|
@@ -6833,10 +6833,10 @@ globals@^11.1.0:
|
6833 | 6833 | resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
6834 | 6834 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
6835 | 6835 |
|
6836 |
| -globals@^13.15.0, globals@^13.2.0, globals@^13.6.0, globals@^13.9.0: |
6837 |
| - version "13.17.0" |
6838 |
| - resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4" |
6839 |
| - integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw== |
| 6836 | +globals@^13.19.0, globals@^13.2.0, globals@^13.6.0, globals@^13.9.0: |
| 6837 | + version "13.19.0" |
| 6838 | + resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8" |
| 6839 | + integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ== |
6840 | 6840 | dependencies:
|
6841 | 6841 | type-fest "^0.20.2"
|
6842 | 6842 |
|
|
8427 | 8427 | dependencies:
|
8428 | 8428 | brace-expansion "^1.1.7"
|
8429 | 8429 |
|
8430 |
| -minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: |
| 8430 | +minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
8431 | 8431 | version "3.1.2"
|
8432 | 8432 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
8433 | 8433 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
|
0 commit comments