|
1261 | 1261 | eslint-utils "^3.0.0"
|
1262 | 1262 |
|
1263 | 1263 | "@typescript-eslint/parser@^4.7.0":
|
1264 |
| - version "4.25.0" |
1265 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb" |
1266 |
| - integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg== |
1267 |
| - dependencies: |
1268 |
| - "@typescript-eslint/scope-manager" "4.25.0" |
1269 |
| - "@typescript-eslint/types" "4.25.0" |
1270 |
| - "@typescript-eslint/typescript-estree" "4.25.0" |
1271 |
| - debug "^4.1.1" |
1272 |
| - |
1273 |
| -"@typescript-eslint/scope-manager@4.25.0": |
1274 |
| - version "4.25.0" |
1275 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca" |
1276 |
| - integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w== |
| 1264 | + version "4.26.0" |
| 1265 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf" |
| 1266 | + integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg== |
1277 | 1267 | dependencies:
|
1278 |
| - "@typescript-eslint/types" "4.25.0" |
1279 |
| - "@typescript-eslint/visitor-keys" "4.25.0" |
| 1268 | + "@typescript-eslint/scope-manager" "4.26.0" |
| 1269 | + "@typescript-eslint/types" "4.26.0" |
| 1270 | + "@typescript-eslint/typescript-estree" "4.26.0" |
| 1271 | + debug "^4.3.1" |
1280 | 1272 |
|
1281 | 1273 | "@typescript-eslint/scope-manager@4.26.0":
|
1282 | 1274 | version "4.26.0"
|
|
1286 | 1278 | "@typescript-eslint/types" "4.26.0"
|
1287 | 1279 | "@typescript-eslint/visitor-keys" "4.26.0"
|
1288 | 1280 |
|
1289 |
| -"@typescript-eslint/types@4.25.0": |
1290 |
| - version "4.25.0" |
1291 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87" |
1292 |
| - integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ== |
1293 |
| - |
1294 | 1281 | "@typescript-eslint/types@4.26.0":
|
1295 | 1282 | version "4.26.0"
|
1296 | 1283 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
|
1297 | 1284 | integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
|
1298 | 1285 |
|
1299 |
| -"@typescript-eslint/typescript-estree@4.25.0": |
1300 |
| - version "4.25.0" |
1301 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25" |
1302 |
| - integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg== |
1303 |
| - dependencies: |
1304 |
| - "@typescript-eslint/types" "4.25.0" |
1305 |
| - "@typescript-eslint/visitor-keys" "4.25.0" |
1306 |
| - debug "^4.1.1" |
1307 |
| - globby "^11.0.1" |
1308 |
| - is-glob "^4.0.1" |
1309 |
| - semver "^7.3.2" |
1310 |
| - tsutils "^3.17.1" |
1311 |
| - |
1312 | 1286 | "@typescript-eslint/typescript-estree@4.26.0":
|
1313 | 1287 | version "4.26.0"
|
1314 | 1288 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
|
|
1322 | 1296 | semver "^7.3.5"
|
1323 | 1297 | tsutils "^3.21.0"
|
1324 | 1298 |
|
1325 |
| -"@typescript-eslint/visitor-keys@4.25.0": |
1326 |
| - version "4.25.0" |
1327 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7" |
1328 |
| - integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg== |
1329 |
| - dependencies: |
1330 |
| - "@typescript-eslint/types" "4.25.0" |
1331 |
| - eslint-visitor-keys "^2.0.0" |
1332 |
| - |
1333 | 1299 | "@typescript-eslint/visitor-keys@4.26.0":
|
1334 | 1300 | version "4.26.0"
|
1335 | 1301 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
|
@@ -3920,7 +3886,7 @@ globals@^13.6.0:
|
3920 | 3886 | dependencies:
|
3921 | 3887 | type-fest "^0.20.2"
|
3922 | 3888 |
|
3923 |
| -globby@^11.0.1, globby@^11.0.3: |
| 3889 | +globby@^11.0.3: |
3924 | 3890 | version "11.0.3"
|
3925 | 3891 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
|
3926 | 3892 | integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
|
@@ -8061,7 +8027,7 @@ tslib@^2.0.1:
|
8061 | 8027 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
|
8062 | 8028 | integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
|
8063 | 8029 |
|
8064 |
| -tsutils@^3.17.1, tsutils@^3.21.0: |
| 8030 | +tsutils@^3.21.0: |
8065 | 8031 | version "3.21.0"
|
8066 | 8032 | resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
8067 | 8033 | integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
|
|
0 commit comments