Skip to content

Commit 14dd62c

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.17.0 to 4.18.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.17.0 to 4.18.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.18.0/packages/parser) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a0a9f6 commit 14dd62c

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -901,13 +901,13 @@
901901
eslint-utils "^2.0.0"
902902

903903
"@typescript-eslint/parser@^4.15.2":
904-
version "4.17.0"
905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215"
906-
integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw==
904+
version "4.18.0"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
906+
integrity sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA==
907907
dependencies:
908-
"@typescript-eslint/scope-manager" "4.17.0"
909-
"@typescript-eslint/types" "4.17.0"
910-
"@typescript-eslint/typescript-estree" "4.17.0"
908+
"@typescript-eslint/scope-manager" "4.18.0"
909+
"@typescript-eslint/types" "4.18.0"
910+
"@typescript-eslint/typescript-estree" "4.18.0"
911911
debug "^4.1.1"
912912

913913
"@typescript-eslint/scope-manager@4.17.0":
@@ -918,11 +918,24 @@
918918
"@typescript-eslint/types" "4.17.0"
919919
"@typescript-eslint/visitor-keys" "4.17.0"
920920

921+
"@typescript-eslint/scope-manager@4.18.0":
922+
version "4.18.0"
923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427"
924+
integrity sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ==
925+
dependencies:
926+
"@typescript-eslint/types" "4.18.0"
927+
"@typescript-eslint/visitor-keys" "4.18.0"
928+
921929
"@typescript-eslint/types@4.17.0":
922930
version "4.17.0"
923931
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
924932
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
925933

934+
"@typescript-eslint/types@4.18.0":
935+
version "4.18.0"
936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
937+
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
938+
926939
"@typescript-eslint/typescript-estree@4.17.0":
927940
version "4.17.0"
928941
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
@@ -936,6 +949,19 @@
936949
semver "^7.3.2"
937950
tsutils "^3.17.1"
938951

952+
"@typescript-eslint/typescript-estree@4.18.0":
953+
version "4.18.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
955+
integrity sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg==
956+
dependencies:
957+
"@typescript-eslint/types" "4.18.0"
958+
"@typescript-eslint/visitor-keys" "4.18.0"
959+
debug "^4.1.1"
960+
globby "^11.0.1"
961+
is-glob "^4.0.1"
962+
semver "^7.3.2"
963+
tsutils "^3.17.1"
964+
939965
"@typescript-eslint/visitor-keys@4.17.0":
940966
version "4.17.0"
941967
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
@@ -944,6 +970,14 @@
944970
"@typescript-eslint/types" "4.17.0"
945971
eslint-visitor-keys "^2.0.0"
946972

973+
"@typescript-eslint/visitor-keys@4.18.0":
974+
version "4.18.0"
975+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
976+
integrity sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw==
977+
dependencies:
978+
"@typescript-eslint/types" "4.18.0"
979+
eslint-visitor-keys "^2.0.0"
980+
947981
JSONStream@^1.0.4:
948982
version "1.3.5"
949983
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)