|
38 | 38 | debug "^4.3.1"
|
39 | 39 | minimatch "^3.1.2"
|
40 | 40 |
|
41 |
| -"@eslint/config-helpers@^0.2.0": |
42 |
| - version "0.2.0" |
43 |
| - resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.0.tgz#12dc8d65c31c4b6c3ebf0758db6601eb7692ce59" |
44 |
| - integrity sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ== |
| 41 | +"@eslint/config-helpers@^0.2.1": |
| 42 | + version "0.2.2" |
| 43 | + resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.2.tgz#3779f76b894de3a8ec4763b79660e6d54d5b1010" |
| 44 | + integrity sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg== |
45 | 45 |
|
46 |
| -"@eslint/core@^0.12.0": |
47 |
| - version "0.12.0" |
48 |
| - resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e" |
49 |
| - integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg== |
| 46 | +"@eslint/core@^0.14.0": |
| 47 | + version "0.14.0" |
| 48 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003" |
| 49 | + integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg== |
50 | 50 | dependencies:
|
51 | 51 | "@types/json-schema" "^7.0.15"
|
52 | 52 |
|
|
65 | 65 | minimatch "^3.1.2"
|
66 | 66 | strip-json-comments "^3.1.1"
|
67 | 67 |
|
68 |
| -"@eslint/js@9.24.0", "@eslint/js@^9.24.0": |
69 |
| - version "9.24.0" |
70 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e" |
71 |
| - integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA== |
| 68 | +"@eslint/js@9.27.0", "@eslint/js@^9.24.0": |
| 69 | + version "9.27.0" |
| 70 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.27.0.tgz#181a23460877c484f6dd03890f4e3fa2fdeb8ff0" |
| 71 | + integrity sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA== |
72 | 72 |
|
73 | 73 | "@eslint/object-schema@^2.1.6":
|
74 | 74 | version "2.1.6"
|
75 | 75 | resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
|
76 | 76 | integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
|
77 | 77 |
|
78 |
| -"@eslint/plugin-kit@^0.2.7": |
79 |
| - version "0.2.7" |
80 |
| - resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27" |
81 |
| - integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g== |
| 78 | +"@eslint/plugin-kit@^0.3.1": |
| 79 | + version "0.3.1" |
| 80 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz#b71b037b2d4d68396df04a8c35a49481e5593067" |
| 81 | + integrity sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w== |
82 | 82 | dependencies:
|
83 |
| - "@eslint/core" "^0.12.0" |
| 83 | + "@eslint/core" "^0.14.0" |
84 | 84 | levn "^0.4.1"
|
85 | 85 |
|
86 | 86 | "@humanfs/core@^0.19.1":
|
@@ -1013,19 +1013,19 @@ eslint-webpack-plugin@^5.0.0:
|
1013 | 1013 | normalize-path "^3.0.0"
|
1014 | 1014 | schema-utils "^4.3.0"
|
1015 | 1015 |
|
1016 |
| -eslint@^9.24.0: |
1017 |
| - version "9.24.0" |
1018 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.24.0.tgz#9a7f2e6cb2de81c405ab244b02f4584c79dc6bee" |
1019 |
| - integrity sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ== |
| 1016 | +eslint@^9.27.0: |
| 1017 | + version "9.27.0" |
| 1018 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.27.0.tgz#a587d3cd5b844b68df7898944323a702afe38979" |
| 1019 | + integrity sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q== |
1020 | 1020 | dependencies:
|
1021 | 1021 | "@eslint-community/eslint-utils" "^4.2.0"
|
1022 | 1022 | "@eslint-community/regexpp" "^4.12.1"
|
1023 | 1023 | "@eslint/config-array" "^0.20.0"
|
1024 |
| - "@eslint/config-helpers" "^0.2.0" |
1025 |
| - "@eslint/core" "^0.12.0" |
| 1024 | + "@eslint/config-helpers" "^0.2.1" |
| 1025 | + "@eslint/core" "^0.14.0" |
1026 | 1026 | "@eslint/eslintrc" "^3.3.1"
|
1027 |
| - "@eslint/js" "9.24.0" |
1028 |
| - "@eslint/plugin-kit" "^0.2.7" |
| 1027 | + "@eslint/js" "9.27.0" |
| 1028 | + "@eslint/plugin-kit" "^0.3.1" |
1029 | 1029 | "@humanfs/node" "^0.16.6"
|
1030 | 1030 | "@humanwhocodes/module-importer" "^1.0.1"
|
1031 | 1031 | "@humanwhocodes/retry" "^0.4.2"
|
|
0 commit comments