Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit b695d37

Browse files
Bump @typescript-eslint/parser from 5.53.0 to 5.54.0
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] <support@github.com>
1 parent 4139c4e commit b695d37

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

+40-6
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,13 @@
288288
tsutils "^3.21.0"
289289

290290
"@typescript-eslint/parser@^5.0.0":
291-
version "5.53.0"
292-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
293-
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
291+
version "5.54.0"
292+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
293+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
294294
dependencies:
295-
"@typescript-eslint/scope-manager" "5.53.0"
296-
"@typescript-eslint/types" "5.53.0"
297-
"@typescript-eslint/typescript-estree" "5.53.0"
295+
"@typescript-eslint/scope-manager" "5.54.0"
296+
"@typescript-eslint/types" "5.54.0"
297+
"@typescript-eslint/typescript-estree" "5.54.0"
298298
debug "^4.3.4"
299299

300300
"@typescript-eslint/scope-manager@5.53.0":
@@ -305,6 +305,14 @@
305305
"@typescript-eslint/types" "5.53.0"
306306
"@typescript-eslint/visitor-keys" "5.53.0"
307307

308+
"@typescript-eslint/scope-manager@5.54.0":
309+
version "5.54.0"
310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
311+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
312+
dependencies:
313+
"@typescript-eslint/types" "5.54.0"
314+
"@typescript-eslint/visitor-keys" "5.54.0"
315+
308316
"@typescript-eslint/type-utils@5.53.0":
309317
version "5.53.0"
310318
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
@@ -320,6 +328,11 @@
320328
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
321329
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
322330

331+
"@typescript-eslint/types@5.54.0":
332+
version "5.54.0"
333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
334+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
335+
323336
"@typescript-eslint/typescript-estree@5.53.0":
324337
version "5.53.0"
325338
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
@@ -333,6 +346,19 @@
333346
semver "^7.3.7"
334347
tsutils "^3.21.0"
335348

349+
"@typescript-eslint/typescript-estree@5.54.0":
350+
version "5.54.0"
351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
352+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
353+
dependencies:
354+
"@typescript-eslint/types" "5.54.0"
355+
"@typescript-eslint/visitor-keys" "5.54.0"
356+
debug "^4.3.4"
357+
globby "^11.1.0"
358+
is-glob "^4.0.3"
359+
semver "^7.3.7"
360+
tsutils "^3.21.0"
361+
336362
"@typescript-eslint/utils@5.53.0":
337363
version "5.53.0"
338364
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
@@ -355,6 +381,14 @@
355381
"@typescript-eslint/types" "5.53.0"
356382
eslint-visitor-keys "^3.3.0"
357383

384+
"@typescript-eslint/visitor-keys@5.54.0":
385+
version "5.54.0"
386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
387+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
388+
dependencies:
389+
"@typescript-eslint/types" "5.54.0"
390+
eslint-visitor-keys "^3.3.0"
391+
358392
acorn-jsx@^5.3.2:
359393
version "5.3.2"
360394
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)