Skip to content

Commit dc7223f

Browse files
dependabot[bot]amanda-mitchell
authored andcommitted
feat(deps): bump @typescript-eslint/parser from 4.22.0 to 4.28.3
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.0 to 4.28.3. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.3/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2b6107 commit dc7223f

File tree

1 file changed

+65
-12
lines changed

1 file changed

+65
-12
lines changed

yarn.lock

Lines changed: 65 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,14 +1036,14 @@
10361036
eslint-utils "^2.0.0"
10371037

10381038
"@typescript-eslint/parser@^4.14.0":
1039-
version "4.22.0"
1040-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
1041-
integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==
1039+
version "4.28.3"
1040+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.3.tgz#95f1d475c08268edffdcb2779993c488b6434b44"
1041+
integrity sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==
10421042
dependencies:
1043-
"@typescript-eslint/scope-manager" "4.22.0"
1044-
"@typescript-eslint/types" "4.22.0"
1045-
"@typescript-eslint/typescript-estree" "4.22.0"
1046-
debug "^4.1.1"
1043+
"@typescript-eslint/scope-manager" "4.28.3"
1044+
"@typescript-eslint/types" "4.28.3"
1045+
"@typescript-eslint/typescript-estree" "4.28.3"
1046+
debug "^4.3.1"
10471047

10481048
"@typescript-eslint/scope-manager@4.22.0":
10491049
version "4.22.0"
@@ -1053,11 +1053,24 @@
10531053
"@typescript-eslint/types" "4.22.0"
10541054
"@typescript-eslint/visitor-keys" "4.22.0"
10551055

1056+
"@typescript-eslint/scope-manager@4.28.3":
1057+
version "4.28.3"
1058+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz#c32ad4491b3726db1ba34030b59ea922c214e371"
1059+
integrity sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==
1060+
dependencies:
1061+
"@typescript-eslint/types" "4.28.3"
1062+
"@typescript-eslint/visitor-keys" "4.28.3"
1063+
10561064
"@typescript-eslint/types@4.22.0":
10571065
version "4.22.0"
10581066
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
10591067
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
10601068

1069+
"@typescript-eslint/types@4.28.3":
1070+
version "4.28.3"
1071+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7"
1072+
integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==
1073+
10611074
"@typescript-eslint/typescript-estree@4.22.0":
10621075
version "4.22.0"
10631076
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
@@ -1071,6 +1084,19 @@
10711084
semver "^7.3.2"
10721085
tsutils "^3.17.1"
10731086

1087+
"@typescript-eslint/typescript-estree@4.28.3":
1088+
version "4.28.3"
1089+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz#253d7088100b2a38aefe3c8dd7bd1f8232ec46fb"
1090+
integrity sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==
1091+
dependencies:
1092+
"@typescript-eslint/types" "4.28.3"
1093+
"@typescript-eslint/visitor-keys" "4.28.3"
1094+
debug "^4.3.1"
1095+
globby "^11.0.3"
1096+
is-glob "^4.0.1"
1097+
semver "^7.3.5"
1098+
tsutils "^3.21.0"
1099+
10741100
"@typescript-eslint/visitor-keys@4.22.0":
10751101
version "4.22.0"
10761102
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
@@ -1079,6 +1105,14 @@
10791105
"@typescript-eslint/types" "4.22.0"
10801106
eslint-visitor-keys "^2.0.0"
10811107

1108+
"@typescript-eslint/visitor-keys@4.28.3":
1109+
version "4.28.3"
1110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz#26ac91e84b23529968361045829da80a4e5251c4"
1111+
integrity sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==
1112+
dependencies:
1113+
"@typescript-eslint/types" "4.28.3"
1114+
eslint-visitor-keys "^2.0.0"
1115+
10821116
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
10831117
version "1.3.5"
10841118
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -2183,10 +2217,10 @@ debug@3.1.0:
21832217
dependencies:
21842218
ms "2.0.0"
21852219

2186-
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
2187-
version "4.3.1"
2188-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
2189-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
2220+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
2221+
version "4.3.2"
2222+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
2223+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
21902224
dependencies:
21912225
ms "2.1.2"
21922226

@@ -3242,6 +3276,18 @@ globby@^11.0.1:
32423276
merge2 "^1.3.0"
32433277
slash "^3.0.0"
32443278

3279+
globby@^11.0.3:
3280+
version "11.0.4"
3281+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
3282+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
3283+
dependencies:
3284+
array-union "^2.1.0"
3285+
dir-glob "^3.0.1"
3286+
fast-glob "^3.1.1"
3287+
ignore "^5.1.4"
3288+
merge2 "^1.3.0"
3289+
slash "^3.0.0"
3290+
32453291
got@^6.7.1:
32463292
version "6.7.1"
32473293
resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0"
@@ -6731,7 +6777,7 @@ semver-regex@^3.1.2:
67316777
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
67326778
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
67336779

6734-
semver@7.3.5, semver@7.x, semver@^7.1.2, semver@^7.2.1, semver@^7.3.2:
6780+
semver@7.3.5, semver@7.x, semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
67356781
version "7.3.5"
67366782
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
67376783
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -7501,6 +7547,13 @@ tsutils@^3.17.1:
75017547
dependencies:
75027548
tslib "^1.8.1"
75037549

7550+
tsutils@^3.21.0:
7551+
version "3.21.0"
7552+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
7553+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
7554+
dependencies:
7555+
tslib "^1.8.1"
7556+
75047557
tunnel-agent@^0.6.0:
75057558
version "0.6.0"
75067559
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)