Skip to content

Commit e77ffbf

Browse files
Bump @typescript-eslint/parser from 4.4.0 to 4.33.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.4.0 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e386eb commit e77ffbf

File tree

1 file changed

+121
-13
lines changed

1 file changed

+121
-13
lines changed

yarn.lock

Lines changed: 121 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,14 +1038,22 @@
10381038
eslint-utils "^2.0.0"
10391039

10401040
"@typescript-eslint/parser@^4.4.0":
1041-
version "4.4.0"
1042-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
1043-
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
1041+
version "4.33.0"
1042+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1043+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
10441044
dependencies:
1045-
"@typescript-eslint/scope-manager" "4.4.0"
1046-
"@typescript-eslint/types" "4.4.0"
1047-
"@typescript-eslint/typescript-estree" "4.4.0"
1048-
debug "^4.1.1"
1045+
"@typescript-eslint/scope-manager" "4.33.0"
1046+
"@typescript-eslint/types" "4.33.0"
1047+
"@typescript-eslint/typescript-estree" "4.33.0"
1048+
debug "^4.3.1"
1049+
1050+
"@typescript-eslint/[email protected]":
1051+
version "4.33.0"
1052+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1053+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1054+
dependencies:
1055+
"@typescript-eslint/types" "4.33.0"
1056+
"@typescript-eslint/visitor-keys" "4.33.0"
10491057

10501058
"@typescript-eslint/[email protected]":
10511059
version "4.4.0"
@@ -1055,11 +1063,29 @@
10551063
"@typescript-eslint/types" "4.4.0"
10561064
"@typescript-eslint/visitor-keys" "4.4.0"
10571065

1066+
"@typescript-eslint/[email protected]":
1067+
version "4.33.0"
1068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1069+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1070+
10581071
"@typescript-eslint/[email protected]":
10591072
version "4.4.0"
10601073
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
10611074
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
10621075

1076+
"@typescript-eslint/[email protected]":
1077+
version "4.33.0"
1078+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1079+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1080+
dependencies:
1081+
"@typescript-eslint/types" "4.33.0"
1082+
"@typescript-eslint/visitor-keys" "4.33.0"
1083+
debug "^4.3.1"
1084+
globby "^11.0.3"
1085+
is-glob "^4.0.1"
1086+
semver "^7.3.5"
1087+
tsutils "^3.21.0"
1088+
10631089
"@typescript-eslint/[email protected]":
10641090
version "4.4.0"
10651091
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
@@ -1074,6 +1100,14 @@
10741100
semver "^7.3.2"
10751101
tsutils "^3.17.1"
10761102

1103+
"@typescript-eslint/[email protected]":
1104+
version "4.33.0"
1105+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1106+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1107+
dependencies:
1108+
"@typescript-eslint/types" "4.33.0"
1109+
eslint-visitor-keys "^2.0.0"
1110+
10771111
"@typescript-eslint/[email protected]":
10781112
version "4.4.0"
10791113
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"
@@ -1468,7 +1502,7 @@ braces@^2.3.1:
14681502
split-string "^3.0.2"
14691503
to-regex "^3.0.1"
14701504

1471-
braces@^3.0.1, braces@~3.0.2:
1505+
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
14721506
version "3.0.2"
14731507
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
14741508
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -2048,10 +2082,10 @@ debug@^2.2.0, debug@^2.3.3:
20482082
dependencies:
20492083
ms "2.0.0"
20502084

2051-
debug@^4.0.1, debug@^4.1.1:
2052-
version "4.2.0"
2053-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
2054-
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
2085+
debug@^4.0.1, debug@^4.1.1, debug@^4.3.1:
2086+
version "4.3.4"
2087+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2088+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
20552089
dependencies:
20562090
ms "2.1.2"
20572091

@@ -2631,6 +2665,17 @@ fast-glob@^3.1.1:
26312665
micromatch "^4.0.2"
26322666
picomatch "^2.2.1"
26332667

2668+
fast-glob@^3.2.9:
2669+
version "3.2.11"
2670+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
2671+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
2672+
dependencies:
2673+
"@nodelib/fs.stat" "^2.0.2"
2674+
"@nodelib/fs.walk" "^1.2.3"
2675+
glob-parent "^5.1.2"
2676+
merge2 "^1.3.0"
2677+
micromatch "^4.0.4"
2678+
26342679
fast-json-stable-stringify@^2.0.0:
26352680
version "2.1.0"
26362681
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2961,6 +3006,13 @@ glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
29613006
dependencies:
29623007
is-glob "^4.0.1"
29633008

3009+
glob-parent@^5.1.2:
3010+
version "5.1.2"
3011+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
3012+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
3013+
dependencies:
3014+
is-glob "^4.0.1"
3015+
29643016
glob-to-regexp@^0.3.0:
29653017
version "0.3.0"
29663018
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -3020,6 +3072,18 @@ globby@^11.0.1:
30203072
merge2 "^1.3.0"
30213073
slash "^3.0.0"
30223074

3075+
globby@^11.0.3:
3076+
version "11.1.0"
3077+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
3078+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
3079+
dependencies:
3080+
array-union "^2.1.0"
3081+
dir-glob "^3.0.1"
3082+
fast-glob "^3.2.9"
3083+
ignore "^5.2.0"
3084+
merge2 "^1.4.1"
3085+
slash "^3.0.0"
3086+
30233087
globby@^9.2.0:
30243088
version "9.2.0"
30253089
resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
@@ -3220,6 +3284,11 @@ ignore@^5.1.1, ignore@^5.1.4:
32203284
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
32213285
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
32223286

3287+
ignore@^5.2.0:
3288+
version "5.2.0"
3289+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
3290+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
3291+
32233292
import-fresh@^2.0.0:
32243293
version "2.0.0"
32253294
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
@@ -3898,6 +3967,13 @@ lru-cache@^5.1.1:
38983967
dependencies:
38993968
yallist "^3.0.2"
39003969

3970+
lru-cache@^6.0.0:
3971+
version "6.0.0"
3972+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3973+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3974+
dependencies:
3975+
yallist "^4.0.0"
3976+
39013977
macgyver@~1.10:
39023978
version "1.10.1"
39033979
resolved "https://registry.yarnpkg.com/macgyver/-/macgyver-1.10.1.tgz#b09d1599d8b36ed5b16f59589515d9d14bc2fd88"
@@ -4020,7 +4096,7 @@ meow@^7.0.0:
40204096
type-fest "^0.13.1"
40214097
yargs-parser "^18.1.3"
40224098

4023-
merge2@^1.2.3, merge2@^1.3.0:
4099+
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
40244100
version "1.4.1"
40254101
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
40264102
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -4052,6 +4128,14 @@ micromatch@^4.0.2:
40524128
braces "^3.0.1"
40534129
picomatch "^2.0.5"
40544130

4131+
micromatch@^4.0.4:
4132+
version "4.0.5"
4133+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
4134+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
4135+
dependencies:
4136+
braces "^3.0.2"
4137+
picomatch "^2.3.1"
4138+
40554139
40564140
version "1.44.0"
40574141
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
@@ -4847,6 +4931,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
48474931
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
48484932
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
48494933

4934+
picomatch@^2.3.1:
4935+
version "2.3.1"
4936+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
4937+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
4938+
48504939
pify@^2.0.0, pify@^2.3.0:
48514940
version "2.3.0"
48524941
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5379,6 +5468,13 @@ semver@^7.2.1, semver@^7.3.2:
53795468
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
53805469
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
53815470

5471+
semver@^7.3.5:
5472+
version "7.3.7"
5473+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
5474+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
5475+
dependencies:
5476+
lru-cache "^6.0.0"
5477+
53825478
set-blocking@^2.0.0, set-blocking@~2.0.0:
53835479
version "2.0.0"
53845480
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -6014,6 +6110,13 @@ tsutils@^3.17.1:
60146110
dependencies:
60156111
tslib "^1.8.1"
60166112

6113+
tsutils@^3.21.0:
6114+
version "3.21.0"
6115+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
6116+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
6117+
dependencies:
6118+
tslib "^1.8.1"
6119+
60176120
tunnel-agent@^0.6.0:
60186121
version "0.6.0"
60196122
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
@@ -6361,6 +6464,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1:
63616464
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
63626465
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
63636466

6467+
yallist@^4.0.0:
6468+
version "4.0.0"
6469+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
6470+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
6471+
63646472
[email protected], yargs-parser@^13.1.2:
63656473
version "13.1.2"
63666474
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"

0 commit comments

Comments
 (0)