|
176 | 176 | minimatch "^3.1.2" |
177 | 177 | strip-json-comments "^3.1.1" |
178 | 178 |
|
179 | | -"@eslint/js@8.56.0": |
180 | | - version "8.56.0" |
181 | | - resolved "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz" |
182 | | - integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A== |
183 | | - |
184 | | -"@humanwhocodes/config-array@^0.11.13": |
185 | | - version "0.11.13" |
186 | | - resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz" |
187 | | - integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ== |
188 | | - dependencies: |
189 | | - "@humanwhocodes/object-schema" "^2.0.1" |
190 | | - debug "^4.1.1" |
| 179 | +"@eslint/js@8.57.0": |
| 180 | + version "8.57.0" |
| 181 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f" |
| 182 | + integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== |
| 183 | + |
| 184 | +"@humanwhocodes/config-array@^0.11.14": |
| 185 | + version "0.11.14" |
| 186 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b" |
| 187 | + integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg== |
| 188 | + dependencies: |
| 189 | + "@humanwhocodes/object-schema" "^2.0.2" |
| 190 | + debug "^4.3.1" |
191 | 191 | minimatch "^3.0.5" |
192 | 192 |
|
193 | 193 | "@humanwhocodes/module-importer@^1.0.1": |
194 | 194 | version "1.0.1" |
195 | 195 | resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" |
196 | 196 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== |
197 | 197 |
|
198 | | -"@humanwhocodes/object-schema@^2.0.1": |
199 | | - version "2.0.1" |
200 | | - resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz" |
201 | | - integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw== |
| 198 | +"@humanwhocodes/object-schema@^2.0.2": |
| 199 | + version "2.0.2" |
| 200 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917" |
| 201 | + integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw== |
202 | 202 |
|
203 | 203 | "@jridgewell/gen-mapping@^0.3.2": |
204 | 204 | version "0.3.2" |
@@ -841,7 +841,7 @@ debug@^3.2.7: |
841 | 841 | dependencies: |
842 | 842 | ms "^2.1.1" |
843 | 843 |
|
844 | | -debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: |
| 844 | +debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: |
845 | 845 | version "4.3.4" |
846 | 846 | resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" |
847 | 847 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
@@ -1350,16 +1350,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 |
1350 | 1350 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" |
1351 | 1351 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
1352 | 1352 |
|
1353 | | -eslint@^8.56.0: |
1354 | | - version "8.56.0" |
1355 | | - resolved "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz" |
1356 | | - integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ== |
| 1353 | +eslint@^8.57.0: |
| 1354 | + version "8.57.0" |
| 1355 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668" |
| 1356 | + integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ== |
1357 | 1357 | dependencies: |
1358 | 1358 | "@eslint-community/eslint-utils" "^4.2.0" |
1359 | 1359 | "@eslint-community/regexpp" "^4.6.1" |
1360 | 1360 | "@eslint/eslintrc" "^2.1.4" |
1361 | | - "@eslint/js" "8.56.0" |
1362 | | - "@humanwhocodes/config-array" "^0.11.13" |
| 1361 | + "@eslint/js" "8.57.0" |
| 1362 | + "@humanwhocodes/config-array" "^0.11.14" |
1363 | 1363 | "@humanwhocodes/module-importer" "^1.0.1" |
1364 | 1364 | "@nodelib/fs.walk" "^1.2.8" |
1365 | 1365 | "@ungap/structured-clone" "^1.2.0" |
|
0 commit comments