|
38 | 38 | debug "^4.3.1"
|
39 | 39 | minimatch "^3.1.2"
|
40 | 40 |
|
41 |
| -"@eslint/core@^0.9.0": |
42 |
| - version "0.9.0" |
43 |
| - resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.9.0.tgz#168ee076f94b152c01ca416c3e5cf82290ab4fcd" |
44 |
| - integrity sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg== |
| 41 | +"@eslint/core@^0.10.0": |
| 42 | + version "0.10.0" |
| 43 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091" |
| 44 | + integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw== |
| 45 | + dependencies: |
| 46 | + "@types/json-schema" "^7.0.15" |
| 47 | + |
| 48 | +"@eslint/core@^0.11.0": |
| 49 | + version "0.11.0" |
| 50 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12" |
| 51 | + integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA== |
| 52 | + dependencies: |
| 53 | + "@types/json-schema" "^7.0.15" |
45 | 54 |
|
46 | 55 | "@eslint/eslintrc@^3.2.0":
|
47 | 56 | version "3.2.0"
|
|
58 | 67 | minimatch "^3.1.2"
|
59 | 68 | strip-json-comments "^3.1.1"
|
60 | 69 |
|
61 |
| - |
62 |
| - version "9.17.0" |
63 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec" |
64 |
| - integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w== |
65 |
| - |
66 |
| -"@eslint/js@^9.19.0": |
67 |
| - version "9.19.0" |
68 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789" |
69 |
| - integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ== |
| 70 | +"@eslint/[email protected]", "@eslint/js@^9.19.0": |
| 71 | + version "9.20.0" |
| 72 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4" |
| 73 | + integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ== |
70 | 74 |
|
71 | 75 | "@eslint/object-schema@^2.1.4":
|
72 | 76 | version "2.1.4"
|
73 | 77 | resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
|
74 | 78 | integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
|
75 | 79 |
|
76 |
| -"@eslint/plugin-kit@^0.2.3": |
77 |
| - version "0.2.3" |
78 |
| - resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz#812980a6a41ecf3a8341719f92a6d1e784a2e0e8" |
79 |
| - integrity sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA== |
| 80 | +"@eslint/plugin-kit@^0.2.5": |
| 81 | + version "0.2.5" |
| 82 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81" |
| 83 | + integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A== |
80 | 84 | dependencies:
|
| 85 | + "@eslint/core" "^0.10.0" |
81 | 86 | levn "^0.4.1"
|
82 | 87 |
|
83 | 88 | "@humanfs/core@^0.19.1":
|
@@ -1046,18 +1051,18 @@ eslint-webpack-plugin@^4.2.0:
|
1046 | 1051 | normalize-path "^3.0.0"
|
1047 | 1052 | schema-utils "^4.2.0"
|
1048 | 1053 |
|
1049 |
| -eslint@^9.17.0: |
1050 |
| - version "9.17.0" |
1051 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.17.0.tgz#faa1facb5dd042172fdc520106984b5c2421bb0c" |
1052 |
| - integrity sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA== |
| 1054 | +eslint@^9.20.1: |
| 1055 | + version "9.20.1" |
| 1056 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6" |
| 1057 | + integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g== |
1053 | 1058 | dependencies:
|
1054 | 1059 | "@eslint-community/eslint-utils" "^4.2.0"
|
1055 | 1060 | "@eslint-community/regexpp" "^4.12.1"
|
1056 | 1061 | "@eslint/config-array" "^0.19.0"
|
1057 |
| - "@eslint/core" "^0.9.0" |
| 1062 | + "@eslint/core" "^0.11.0" |
1058 | 1063 | "@eslint/eslintrc" "^3.2.0"
|
1059 |
| - "@eslint/js" "9.17.0" |
1060 |
| - "@eslint/plugin-kit" "^0.2.3" |
| 1064 | + "@eslint/js" "9.20.0" |
| 1065 | + "@eslint/plugin-kit" "^0.2.5" |
1061 | 1066 | "@humanfs/node" "^0.16.6"
|
1062 | 1067 | "@humanwhocodes/module-importer" "^1.0.1"
|
1063 | 1068 | "@humanwhocodes/retry" "^0.4.1"
|
|
0 commit comments