|
9 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "0.3.9"
|
11 | 11 |
|
| 12 | +"@eslint-community/eslint-utils@^4.2.0": |
| 13 | + version "4.2.0" |
| 14 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518" |
| 15 | + integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ== |
| 16 | + dependencies: |
| 17 | + eslint-visitor-keys "^3.3.0" |
| 18 | + |
| 19 | +"@eslint-community/regexpp@^4.4.0": |
| 20 | + version "4.4.0" |
| 21 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403" |
| 22 | + integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ== |
| 23 | + |
12 | 24 | "@eslint/eslintrc@^1.4.1":
|
13 | 25 | version "1.4.1"
|
14 | 26 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
|
|
122 | 134 | resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
|
123 | 135 | integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
|
124 | 136 |
|
125 |
| -"@typescript-eslint/eslint-plugin@^5.52.0": |
126 |
| - version "5.52.0" |
127 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.52.0.tgz#5fb0d43574c2411f16ea80f5fc335b8eaa7b28a8" |
128 |
| - integrity sha512-lHazYdvYVsBokwCdKOppvYJKaJ4S41CgKBcPvyd0xjZNbvQdhn/pnJlGtQksQ/NhInzdaeaSarlBjDXHuclEbg== |
| 137 | +"@typescript-eslint/eslint-plugin@^5.55.0": |
| 138 | + version "5.55.0" |
| 139 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47" |
| 140 | + integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg== |
129 | 141 | dependencies:
|
130 |
| - "@typescript-eslint/scope-manager" "5.52.0" |
131 |
| - "@typescript-eslint/type-utils" "5.52.0" |
132 |
| - "@typescript-eslint/utils" "5.52.0" |
| 142 | + "@eslint-community/regexpp" "^4.4.0" |
| 143 | + "@typescript-eslint/scope-manager" "5.55.0" |
| 144 | + "@typescript-eslint/type-utils" "5.55.0" |
| 145 | + "@typescript-eslint/utils" "5.55.0" |
133 | 146 | debug "^4.3.4"
|
134 | 147 | grapheme-splitter "^1.0.4"
|
135 | 148 | ignore "^5.2.0"
|
136 | 149 | natural-compare-lite "^1.4.0"
|
137 |
| - regexpp "^3.2.0" |
138 | 150 | semver "^7.3.7"
|
139 | 151 | tsutils "^3.21.0"
|
140 | 152 |
|
|
156 | 168 | "@typescript-eslint/types" "5.52.0"
|
157 | 169 | "@typescript-eslint/visitor-keys" "5.52.0"
|
158 | 170 |
|
159 |
| -"@typescript-eslint/type-utils@5.52.0": |
160 |
| - version "5.52.0" |
161 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.52.0.tgz#9fd28cd02e6f21f5109e35496df41893f33167aa" |
162 |
| - integrity sha512-tEKuUHfDOv852QGlpPtB3lHOoig5pyFQN/cUiZtpw99D93nEBjexRLre5sQZlkMoHry/lZr8qDAt2oAHLKA6Jw== |
| 171 | +"@typescript-eslint/scope-manager@5.55.0": |
| 172 | + version "5.55.0" |
| 173 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210" |
| 174 | + integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw== |
163 | 175 | dependencies:
|
164 |
| - "@typescript-eslint/typescript-estree" "5.52.0" |
165 |
| - "@typescript-eslint/utils" "5.52.0" |
| 176 | + "@typescript-eslint/types" "5.55.0" |
| 177 | + "@typescript-eslint/visitor-keys" "5.55.0" |
| 178 | + |
| 179 | +"@typescript-eslint/[email protected]": |
| 180 | + version "5.55.0" |
| 181 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9" |
| 182 | + integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA== |
| 183 | + dependencies: |
| 184 | + "@typescript-eslint/typescript-estree" "5.55.0" |
| 185 | + "@typescript-eslint/utils" "5.55.0" |
166 | 186 | debug "^4.3.4"
|
167 | 187 | tsutils "^3.21.0"
|
168 | 188 |
|
|
171 | 191 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.52.0.tgz#19e9abc6afb5bd37a1a9bea877a1a836c0b3241b"
|
172 | 192 | integrity sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==
|
173 | 193 |
|
| 194 | +"@typescript-eslint/[email protected]": |
| 195 | + version "5.55.0" |
| 196 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd" |
| 197 | + integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug== |
| 198 | + |
174 | 199 | "@typescript-eslint/[email protected]":
|
175 | 200 | version "5.52.0"
|
176 | 201 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.52.0.tgz#6408cb3c2ccc01c03c278cb201cf07e73347dfca"
|
|
184 | 209 | semver "^7.3.7"
|
185 | 210 | tsutils "^3.21.0"
|
186 | 211 |
|
187 |
| -"@typescript-eslint/utils@5.52.0": |
188 |
| - version "5.52.0" |
189 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.52.0.tgz#b260bb5a8f6b00a0ed51db66bdba4ed5e4845a72" |
190 |
| - integrity sha512-As3lChhrbwWQLNk2HC8Ree96hldKIqk98EYvypd3It8Q1f8d5zWyIoaZEp2va5667M4ZyE7X8UUR+azXrFl+NA== |
| 212 | +"@typescript-eslint/typescript-estree@5.55.0": |
| 213 | + version "5.55.0" |
| 214 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575" |
| 215 | + integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ== |
191 | 216 | dependencies:
|
| 217 | + "@typescript-eslint/types" "5.55.0" |
| 218 | + "@typescript-eslint/visitor-keys" "5.55.0" |
| 219 | + debug "^4.3.4" |
| 220 | + globby "^11.1.0" |
| 221 | + is-glob "^4.0.3" |
| 222 | + semver "^7.3.7" |
| 223 | + tsutils "^3.21.0" |
| 224 | + |
| 225 | +"@typescript-eslint/[email protected]": |
| 226 | + version "5.55.0" |
| 227 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341" |
| 228 | + integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw== |
| 229 | + dependencies: |
| 230 | + "@eslint-community/eslint-utils" "^4.2.0" |
192 | 231 | "@types/json-schema" "^7.0.9"
|
193 | 232 | "@types/semver" "^7.3.12"
|
194 |
| - "@typescript-eslint/scope-manager" "5.52.0" |
195 |
| - "@typescript-eslint/types" "5.52.0" |
196 |
| - "@typescript-eslint/typescript-estree" "5.52.0" |
| 233 | + "@typescript-eslint/scope-manager" "5.55.0" |
| 234 | + "@typescript-eslint/types" "5.55.0" |
| 235 | + "@typescript-eslint/typescript-estree" "5.55.0" |
197 | 236 | eslint-scope "^5.1.1"
|
198 |
| - eslint-utils "^3.0.0" |
199 | 237 | semver "^7.3.7"
|
200 | 238 |
|
201 | 239 | "@typescript-eslint/[email protected]":
|
|
206 | 244 | "@typescript-eslint/types" "5.52.0"
|
207 | 245 | eslint-visitor-keys "^3.3.0"
|
208 | 246 |
|
| 247 | +"@typescript-eslint/[email protected]": |
| 248 | + version "5.55.0" |
| 249 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2" |
| 250 | + integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw== |
| 251 | + dependencies: |
| 252 | + "@typescript-eslint/types" "5.55.0" |
| 253 | + eslint-visitor-keys "^3.3.0" |
| 254 | + |
209 | 255 | acorn-jsx@^5.3.2:
|
210 | 256 | version "5.3.2"
|
211 | 257 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
|
|
0 commit comments