Skip to content

Commit 879dcd6

Browse files
authored
Merge pull request #323 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint/parser-5.19.0
chore(deps-dev): bump @typescript-eslint/parser from 5.18.0 to 5.19.0
2 parents 7bc6d0f + 7066a83 commit 879dcd6

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
@@ -2624,13 +2624,13 @@
26242624
tsutils "^3.21.0"
26252625

26262626
"@typescript-eslint/parser@^5.9.0":
2627-
version "5.18.0"
2628-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
2629-
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
2627+
version "5.19.0"
2628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
2629+
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
26302630
dependencies:
2631-
"@typescript-eslint/scope-manager" "5.18.0"
2632-
"@typescript-eslint/types" "5.18.0"
2633-
"@typescript-eslint/typescript-estree" "5.18.0"
2631+
"@typescript-eslint/scope-manager" "5.19.0"
2632+
"@typescript-eslint/types" "5.19.0"
2633+
"@typescript-eslint/typescript-estree" "5.19.0"
26342634
debug "^4.3.2"
26352635

26362636
"@typescript-eslint/[email protected]":
@@ -2641,6 +2641,14 @@
26412641
"@typescript-eslint/types" "5.18.0"
26422642
"@typescript-eslint/visitor-keys" "5.18.0"
26432643

2644+
"@typescript-eslint/[email protected]":
2645+
version "5.19.0"
2646+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
2647+
integrity sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==
2648+
dependencies:
2649+
"@typescript-eslint/types" "5.19.0"
2650+
"@typescript-eslint/visitor-keys" "5.19.0"
2651+
26442652
"@typescript-eslint/[email protected]":
26452653
version "5.18.0"
26462654
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
@@ -2655,6 +2663,11 @@
26552663
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
26562664
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
26572665

2666+
"@typescript-eslint/[email protected]":
2667+
version "5.19.0"
2668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
2669+
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
2670+
26582671
"@typescript-eslint/[email protected]":
26592672
version "5.18.0"
26602673
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
@@ -2668,6 +2681,19 @@
26682681
semver "^7.3.5"
26692682
tsutils "^3.21.0"
26702683

2684+
"@typescript-eslint/[email protected]":
2685+
version "5.19.0"
2686+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
2687+
integrity sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==
2688+
dependencies:
2689+
"@typescript-eslint/types" "5.19.0"
2690+
"@typescript-eslint/visitor-keys" "5.19.0"
2691+
debug "^4.3.2"
2692+
globby "^11.0.4"
2693+
is-glob "^4.0.3"
2694+
semver "^7.3.5"
2695+
tsutils "^3.21.0"
2696+
26712697
"@typescript-eslint/[email protected]":
26722698
version "5.18.0"
26732699
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
@@ -2688,6 +2714,14 @@
26882714
"@typescript-eslint/types" "5.18.0"
26892715
eslint-visitor-keys "^3.0.0"
26902716

2717+
"@typescript-eslint/[email protected]":
2718+
version "5.19.0"
2719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
2720+
integrity sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==
2721+
dependencies:
2722+
"@typescript-eslint/types" "5.19.0"
2723+
eslint-visitor-keys "^3.0.0"
2724+
26912725
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
26922726
version "1.2.1"
26932727
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"

0 commit comments

Comments
 (0)