Skip to content

Commit ec45b47

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.53.0 to 5.54.0 (#923)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.53.0 to 5.54.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/v5.54.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c91382 commit ec45b47

1 file changed

Lines changed: 40 additions & 6 deletions

File tree

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,13 +1249,13 @@
12491249
tsutils "^3.21.0"
12501250

12511251
"@typescript-eslint/parser@^5.10.1":
1252-
version "5.53.0"
1253-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
1254-
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
1252+
version "5.54.0"
1253+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
1254+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
12551255
dependencies:
1256-
"@typescript-eslint/scope-manager" "5.53.0"
1257-
"@typescript-eslint/types" "5.53.0"
1258-
"@typescript-eslint/typescript-estree" "5.53.0"
1256+
"@typescript-eslint/scope-manager" "5.54.0"
1257+
"@typescript-eslint/types" "5.54.0"
1258+
"@typescript-eslint/typescript-estree" "5.54.0"
12591259
debug "^4.3.4"
12601260

12611261
"@typescript-eslint/[email protected]":
@@ -1266,6 +1266,14 @@
12661266
"@typescript-eslint/types" "5.53.0"
12671267
"@typescript-eslint/visitor-keys" "5.53.0"
12681268

1269+
"@typescript-eslint/[email protected]":
1270+
version "5.54.0"
1271+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
1272+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
1273+
dependencies:
1274+
"@typescript-eslint/types" "5.54.0"
1275+
"@typescript-eslint/visitor-keys" "5.54.0"
1276+
12691277
"@typescript-eslint/[email protected]":
12701278
version "5.53.0"
12711279
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
@@ -1281,6 +1289,11 @@
12811289
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
12821290
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
12831291

1292+
"@typescript-eslint/[email protected]":
1293+
version "5.54.0"
1294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
1295+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
1296+
12841297
"@typescript-eslint/[email protected]":
12851298
version "5.53.0"
12861299
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
@@ -1294,6 +1307,19 @@
12941307
semver "^7.3.7"
12951308
tsutils "^3.21.0"
12961309

1310+
"@typescript-eslint/[email protected]":
1311+
version "5.54.0"
1312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
1313+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
1314+
dependencies:
1315+
"@typescript-eslint/types" "5.54.0"
1316+
"@typescript-eslint/visitor-keys" "5.54.0"
1317+
debug "^4.3.4"
1318+
globby "^11.1.0"
1319+
is-glob "^4.0.3"
1320+
semver "^7.3.7"
1321+
tsutils "^3.21.0"
1322+
12971323
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
12981324
version "5.53.0"
12991325
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
@@ -1316,6 +1342,14 @@
13161342
"@typescript-eslint/types" "5.53.0"
13171343
eslint-visitor-keys "^3.3.0"
13181344

1345+
"@typescript-eslint/[email protected]":
1346+
version "5.54.0"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
1348+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
1349+
dependencies:
1350+
"@typescript-eslint/types" "5.54.0"
1351+
eslint-visitor-keys "^3.3.0"
1352+
13191353
"@webassemblyjs/[email protected]":
13201354
version "1.11.1"
13211355
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"

0 commit comments

Comments
 (0)