|
147 | 147 | eslint-utils "^2.0.0"
|
148 | 148 |
|
149 | 149 | "@typescript-eslint/parser@^4.13.0":
|
150 |
| - version "4.13.0" |
151 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d" |
152 |
| - integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg== |
| 150 | + version "4.28.1" |
| 151 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd" |
| 152 | + integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg== |
153 | 153 | dependencies:
|
154 |
| - "@typescript-eslint/scope-manager" "4.13.0" |
155 |
| - "@typescript-eslint/types" "4.13.0" |
156 |
| - "@typescript-eslint/typescript-estree" "4.13.0" |
157 |
| - debug "^4.1.1" |
| 154 | + "@typescript-eslint/scope-manager" "4.28.1" |
| 155 | + "@typescript-eslint/types" "4.28.1" |
| 156 | + "@typescript-eslint/typescript-estree" "4.28.1" |
| 157 | + debug "^4.3.1" |
158 | 158 |
|
159 | 159 | "@typescript-eslint/[email protected]":
|
160 | 160 | version "4.13.0"
|
|
164 | 164 | "@typescript-eslint/types" "4.13.0"
|
165 | 165 | "@typescript-eslint/visitor-keys" "4.13.0"
|
166 | 166 |
|
| 167 | +"@typescript-eslint/[email protected]": |
| 168 | + version "4.28.1" |
| 169 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991" |
| 170 | + integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA== |
| 171 | + dependencies: |
| 172 | + "@typescript-eslint/types" "4.28.1" |
| 173 | + "@typescript-eslint/visitor-keys" "4.28.1" |
| 174 | + |
167 | 175 | "@typescript-eslint/[email protected]":
|
168 | 176 | version "4.13.0"
|
169 | 177 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
|
170 | 178 | integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
|
171 | 179 |
|
| 180 | +"@typescript-eslint/[email protected]": |
| 181 | + version "4.28.1" |
| 182 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f" |
| 183 | + integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg== |
| 184 | + |
172 | 185 | "@typescript-eslint/[email protected]":
|
173 | 186 | version "4.13.0"
|
174 | 187 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
|
|
183 | 196 | semver "^7.3.2"
|
184 | 197 | tsutils "^3.17.1"
|
185 | 198 |
|
| 199 | +"@typescript-eslint/[email protected]": |
| 200 | + version "4.28.1" |
| 201 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81" |
| 202 | + integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ== |
| 203 | + dependencies: |
| 204 | + "@typescript-eslint/types" "4.28.1" |
| 205 | + "@typescript-eslint/visitor-keys" "4.28.1" |
| 206 | + debug "^4.3.1" |
| 207 | + globby "^11.0.3" |
| 208 | + is-glob "^4.0.1" |
| 209 | + semver "^7.3.5" |
| 210 | + tsutils "^3.21.0" |
| 211 | + |
186 | 212 | "@typescript-eslint/[email protected]":
|
187 | 213 | version "4.13.0"
|
188 | 214 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
|
|
191 | 217 | "@typescript-eslint/types" "4.13.0"
|
192 | 218 | eslint-visitor-keys "^2.0.0"
|
193 | 219 |
|
| 220 | +"@typescript-eslint/[email protected]": |
| 221 | + version "4.28.1" |
| 222 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157" |
| 223 | + integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg== |
| 224 | + dependencies: |
| 225 | + "@typescript-eslint/types" "4.28.1" |
| 226 | + eslint-visitor-keys "^2.0.0" |
| 227 | + |
194 | 228 | acorn-jsx@^5.3.1:
|
195 | 229 | version "5.3.1"
|
196 | 230 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
|
@@ -391,7 +425,7 @@ cross-spawn@^7.0.2:
|
391 | 425 | shebang-command "^2.0.0"
|
392 | 426 | which "^2.0.1"
|
393 | 427 |
|
394 |
| -debug@^4.0.1, debug@^4.1.1: |
| 428 | +debug@^4.0.1, debug@^4.1.1, debug@^4.3.1: |
395 | 429 | version "4.3.1"
|
396 | 430 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
|
397 | 431 | integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
|
@@ -701,6 +735,18 @@ globby@^11.0.1:
|
701 | 735 | merge2 "^1.3.0"
|
702 | 736 | slash "^3.0.0"
|
703 | 737 |
|
| 738 | +globby@^11.0.3: |
| 739 | + version "11.0.4" |
| 740 | + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" |
| 741 | + integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== |
| 742 | + dependencies: |
| 743 | + array-union "^2.1.0" |
| 744 | + dir-glob "^3.0.1" |
| 745 | + fast-glob "^3.1.1" |
| 746 | + ignore "^5.1.4" |
| 747 | + merge2 "^1.3.0" |
| 748 | + slash "^3.0.0" |
| 749 | + |
704 | 750 | graceful-fs@^4.1.6, graceful-fs@^4.2.0:
|
705 | 751 | version "4.2.5"
|
706 | 752 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.5.tgz#bc18864a6c9fc7b303f2e2abdb9155ad178fbe29"
|
@@ -1192,6 +1238,13 @@ semver@^7.2.1, semver@^7.3.2:
|
1192 | 1238 | dependencies:
|
1193 | 1239 | lru-cache "^6.0.0"
|
1194 | 1240 |
|
| 1241 | +semver@^7.3.5: |
| 1242 | + version "7.3.5" |
| 1243 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" |
| 1244 | + integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== |
| 1245 | + dependencies: |
| 1246 | + lru-cache "^6.0.0" |
| 1247 | + |
1195 | 1248 | shebang-command@^2.0.0:
|
1196 | 1249 | version "2.0.0"
|
1197 | 1250 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
@@ -1331,6 +1384,13 @@ tsutils@^3.17.1:
|
1331 | 1384 | dependencies:
|
1332 | 1385 | tslib "^1.8.1"
|
1333 | 1386 |
|
| 1387 | +tsutils@^3.21.0: |
| 1388 | + version "3.21.0" |
| 1389 | + resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" |
| 1390 | + integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== |
| 1391 | + dependencies: |
| 1392 | + tslib "^1.8.1" |
| 1393 | + |
1334 | 1394 | type-check@^0.4.0, type-check@~0.4.0:
|
1335 | 1395 | version "0.4.0"
|
1336 | 1396 | resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
|
|
0 commit comments