|
434 | 434 | minimatch "^3.1.2" |
435 | 435 | strip-json-comments "^3.1.1" |
436 | 436 |
|
437 | | -"@eslint/js@8.56.0", "@eslint/js@^8.55.0": |
438 | | - version "8.56.0" |
439 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b" |
440 | | - integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A== |
| 437 | +"@eslint/js@8.57.0", "@eslint/js@^8.55.0": |
| 438 | + version "8.57.0" |
| 439 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f" |
| 440 | + integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== |
441 | 441 |
|
442 | 442 | "@gar/promisify@^1.0.1": |
443 | 443 | version "1.1.3" |
|
488 | 488 | resolved "https://registry.yarnpkg.com/@handlebars/parser/-/parser-2.0.0.tgz#5e8b7298f31ff8f7b260e6b7363c7e9ceed7d9c5" |
489 | 489 | integrity sha512-EP9uEDZv/L5Qh9IWuMUGJRfwhXJ4h1dqKTT4/3+tY0eu7sPis7xh23j61SYUnNF4vqCQvvUXpDo9Bh/+q1zASA== |
490 | 490 |
|
491 | | -"@humanwhocodes/config-array@^0.11.13": |
| 491 | +"@humanwhocodes/config-array@^0.11.14": |
492 | 492 | version "0.11.14" |
493 | 493 | resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b" |
494 | 494 | integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg== |
|
1058 | 1058 | "@types/ms" "*" |
1059 | 1059 |
|
1060 | 1060 | "@types/eslint@^8.44.6": |
1061 | | - version "8.56.2" |
1062 | | - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.2.tgz#1c72a9b794aa26a8b94ad26d5b9aa51c8a6384bb" |
1063 | | - integrity sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw== |
| 1061 | + version "8.56.3" |
| 1062 | + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.3.tgz#d1f6b2303ac5ed53cb2cf59e0ab680cde1698f5f" |
| 1063 | + integrity sha512-PvSf1wfv2wJpVIFUMSb+i4PvqNYkB9Rkp9ZDO3oaWzq4SKhsQk4mrMBr3ZH06I0hKrVGLBacmgl8JM4WVjb9dg== |
1064 | 1064 | dependencies: |
1065 | 1065 | "@types/estree" "*" |
1066 | 1066 | "@types/json-schema" "*" |
@@ -2901,15 +2901,15 @@ eslint-visitor-keys@^4.0.0: |
2901 | 2901 | integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== |
2902 | 2902 |
|
2903 | 2903 | eslint@^8.55.0: |
2904 | | - version "8.56.0" |
2905 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15" |
2906 | | - integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ== |
| 2904 | + version "8.57.0" |
| 2905 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668" |
| 2906 | + integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ== |
2907 | 2907 | dependencies: |
2908 | 2908 | "@eslint-community/eslint-utils" "^4.2.0" |
2909 | 2909 | "@eslint-community/regexpp" "^4.6.1" |
2910 | 2910 | "@eslint/eslintrc" "^2.1.4" |
2911 | | - "@eslint/js" "8.56.0" |
2912 | | - "@humanwhocodes/config-array" "^0.11.13" |
| 2911 | + "@eslint/js" "8.57.0" |
| 2912 | + "@humanwhocodes/config-array" "^0.11.14" |
2913 | 2913 | "@humanwhocodes/module-importer" "^1.0.1" |
2914 | 2914 | "@nodelib/fs.walk" "^1.2.8" |
2915 | 2915 | "@ungap/structured-clone" "^1.2.0" |
|
0 commit comments