Skip to content

Commit 4b610b3

Browse files
build(deps-dev): bump @typescript-eslint/parser from 4.8.2 to 4.9.0 (#2698)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.8.2 to 4.9.0. - [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.9.0/packages/parser) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent e315d84 commit 4b610b3

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -949,48 +949,48 @@
949949
"@types/yargs-parser" "*"
950950

951951
"@typescript-eslint/parser@^4.1.1":
952-
version "4.8.2"
953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.2.tgz#78dccbe5124de2b8dea2d4c363dee9f769151ca8"
954-
integrity sha512-u0leyJqmclYr3KcXOqd2fmx6SDGBO0MUNHHAjr0JS4Crbb3C3d8dwAdlazy133PLCcPn+aOUFiHn72wcuc5wYw==
952+
version "4.9.0"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.0.tgz#bb65f1214b5e221604996db53ef77c9d62b09249"
954+
integrity sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw==
955955
dependencies:
956-
"@typescript-eslint/scope-manager" "4.8.2"
957-
"@typescript-eslint/types" "4.8.2"
958-
"@typescript-eslint/typescript-estree" "4.8.2"
956+
"@typescript-eslint/scope-manager" "4.9.0"
957+
"@typescript-eslint/types" "4.9.0"
958+
"@typescript-eslint/typescript-estree" "4.9.0"
959959
debug "^4.1.1"
960960

961-
"@typescript-eslint/scope-manager@4.8.2":
962-
version "4.8.2"
963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.2.tgz#a18388c63ae9c17adde519384f539392f2c4f0d9"
964-
integrity sha512-qHQ8ODi7mMin4Sq2eh/6eu03uVzsf5TX+J43xRmiq8ujng7ViQSHNPLOHGw/Wr5dFEoxq/ubKhzClIIdQy5q3g==
961+
"@typescript-eslint/scope-manager@4.9.0":
962+
version "4.9.0"
963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.0.tgz#5eefe305d6b71d1c85af6587b048426bfd4d3708"
964+
integrity sha512-q/81jtmcDtMRE+nfFt5pWqO0R41k46gpVLnuefqVOXl4QV1GdQoBWfk5REcipoJNQH9+F5l+dwa9Li5fbALjzg==
965965
dependencies:
966-
"@typescript-eslint/types" "4.8.2"
967-
"@typescript-eslint/visitor-keys" "4.8.2"
966+
"@typescript-eslint/types" "4.9.0"
967+
"@typescript-eslint/visitor-keys" "4.9.0"
968968

969-
"@typescript-eslint/types@4.8.2":
970-
version "4.8.2"
971-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36"
972-
integrity sha512-z1/AVcVF8ju5ObaHe2fOpZYEQrwHyZ7PTOlmjd3EoFeX9sv7UekQhfrCmgUO7PruLNfSHrJGQvrW3Q7xQ8EoAw==
969+
"@typescript-eslint/types@4.9.0":
970+
version "4.9.0"
971+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c"
972+
integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA==
973973

974-
"@typescript-eslint/typescript-estree@4.8.2":
975-
version "4.8.2"
976-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.2.tgz#eeec34707d8577600fb21661b5287226cc8b3bed"
977-
integrity sha512-HToGNwI6fekH0dOw3XEVESUm71Onfam0AKin6f26S2FtUmO7o3cLlWgrIaT1q3vjB3wCTdww3Dx2iGq5wtUOCg==
974+
"@typescript-eslint/typescript-estree@4.9.0":
975+
version "4.9.0"
976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c"
977+
integrity sha512-rmDR++PGrIyQzAtt3pPcmKWLr7MA+u/Cmq9b/rON3//t5WofNR4m/Ybft2vOLj0WtUzjn018ekHjTsnIyBsQug==
978978
dependencies:
979-
"@typescript-eslint/types" "4.8.2"
980-
"@typescript-eslint/visitor-keys" "4.8.2"
979+
"@typescript-eslint/types" "4.9.0"
980+
"@typescript-eslint/visitor-keys" "4.9.0"
981981
debug "^4.1.1"
982982
globby "^11.0.1"
983983
is-glob "^4.0.1"
984984
lodash "^4.17.15"
985985
semver "^7.3.2"
986986
tsutils "^3.17.1"
987987

988-
"@typescript-eslint/visitor-keys@4.8.2":
989-
version "4.8.2"
990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.2.tgz#62cd3fbbbf65f8eccfbe6f159eb1b84a243a3f77"
991-
integrity sha512-Vg+/SJTMZJEKKGHW7YC21QxgKJrSbxoYYd3MEUGtW7zuytHuEcksewq0DUmo4eh/CTNrVJGSdIY9AtRb6riWFw==
988+
"@typescript-eslint/visitor-keys@4.9.0":
989+
version "4.9.0"
990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8"
991+
integrity sha512-sV45zfdRqQo1A97pOSx3fsjR+3blmwtdCt8LDrXgCX36v4Vmz4KHrhpV6Fo2cRdXmyumxx11AHw0pNJqCNpDyg==
992992
dependencies:
993-
"@typescript-eslint/types" "4.8.2"
993+
"@typescript-eslint/types" "4.9.0"
994994
eslint-visitor-keys "^2.0.0"
995995

996996

0 commit comments

Comments
 (0)