|
482 | 482 | minimatch "^3.1.2" |
483 | 483 | strip-json-comments "^3.1.1" |
484 | 484 |
|
485 | | -"@eslint/js@9.15.0": |
486 | | - version "9.15.0" |
487 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5" |
488 | | - integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg== |
| 485 | +"@eslint/js@9.16.0": |
| 486 | + version "9.16.0" |
| 487 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4" |
| 488 | + integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg== |
489 | 489 |
|
490 | 490 | "@eslint/object-schema@^2.1.4": |
491 | 491 | version "2.1.4" |
@@ -2942,14 +2942,14 @@ eslint-config-love@^107.0.0: |
2942 | 2942 | eslint-plugin-promise "^7.0.0" |
2943 | 2943 | typescript-eslint "^8.15.0" |
2944 | 2944 |
|
2945 | | -eslint-config-txo-typescript@^7.0.0: |
2946 | | - version "7.0.0" |
2947 | | - resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.0.0.tgz#05a94a79243cfbc24ea1950d5df609e5cdfbc90f" |
2948 | | - integrity sha512-zlx+ZNavB+/0ksP3Fo9kpAnF5uhFKNTa5/jxZUj8i1GmyvaKUXdyOTLFCMmn00x3PdsVnkrGZeoADvUWx23pyw== |
| 2945 | +eslint-config-txo-typescript@^7.0.1: |
| 2946 | + version "7.0.1" |
| 2947 | + resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.0.1.tgz#75420e1150ddeb4d97254907a1524c77d5f1dab4" |
| 2948 | + integrity sha512-tBuAgs4UGYWbm+zN9x22yRDRSwKgOfM8WJVbPp4yslfdS+TKD99nhZJQw9doY/zWEe0BT3HMPwb2U7pw2dOJDg== |
2949 | 2949 | dependencies: |
2950 | 2950 | "@eslint-community/eslint-plugin-eslint-comments" "^4.4.1" |
2951 | 2951 | "@stylistic/eslint-plugin" "^2.11.0" |
2952 | | - eslint "^9.15.0" |
| 2952 | + eslint "^9.16.0" |
2953 | 2953 | eslint-config-love "^107.0.0" |
2954 | 2954 | eslint-import-resolver-typescript "^3.6.3" |
2955 | 2955 | eslint-plugin-import "^2.31.0" |
@@ -3127,17 +3127,17 @@ eslint-visitor-keys@^4.2.0: |
3127 | 3127 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
3128 | 3128 | integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
3129 | 3129 |
|
3130 | | -eslint@^9.15.0: |
3131 | | - version "9.15.0" |
3132 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.15.0.tgz#77c684a4e980e82135ebff8ee8f0a9106ce6b8a6" |
3133 | | - integrity sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw== |
| 3130 | +eslint@^9.16.0: |
| 3131 | + version "9.16.0" |
| 3132 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.16.0.tgz#66832e66258922ac0a626f803a9273e37747f2a6" |
| 3133 | + integrity sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA== |
3134 | 3134 | dependencies: |
3135 | 3135 | "@eslint-community/eslint-utils" "^4.2.0" |
3136 | 3136 | "@eslint-community/regexpp" "^4.12.1" |
3137 | 3137 | "@eslint/config-array" "^0.19.0" |
3138 | 3138 | "@eslint/core" "^0.9.0" |
3139 | 3139 | "@eslint/eslintrc" "^3.2.0" |
3140 | | - "@eslint/js" "9.15.0" |
| 3140 | + "@eslint/js" "9.16.0" |
3141 | 3141 | "@eslint/plugin-kit" "^0.2.3" |
3142 | 3142 | "@humanfs/node" "^0.16.6" |
3143 | 3143 | "@humanwhocodes/module-importer" "^1.0.1" |
|
0 commit comments