Skip to content

Commit d8c5579

Browse files
authoredJul 4, 2022
Merge pull request #1166 from Borewit/dependabot/npm_and_yarn/typescript-eslint/parser-5.30.4
2 parents 7102840 + 57fb82a commit d8c5579

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@types/mocha": "^9.1.0",
100100
"@types/node": "^18.0.0",
101101
"@typescript-eslint/eslint-plugin": "^5.20.0",
102-
"@typescript-eslint/parser": "^5.27.1",
102+
"@typescript-eslint/parser": "^5.30.4",
103103
"chai": "^4.3.6",
104104
"coveralls": "^3.1.1",
105105
"del-cli": "4.0.1",

‎yarn.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -499,14 +499,14 @@
499499
semver "^7.3.5"
500500
tsutils "^3.21.0"
501501

502-
"@typescript-eslint/parser@^5.27.1":
503-
version "5.27.1"
504-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.1.tgz#3a4dcaa67e45e0427b6ca7bb7165122c8b569639"
505-
integrity sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==
506-
dependencies:
507-
"@typescript-eslint/scope-manager" "5.27.1"
508-
"@typescript-eslint/types" "5.27.1"
509-
"@typescript-eslint/typescript-estree" "5.27.1"
502+
"@typescript-eslint/parser@^5.30.4":
503+
version "5.30.4"
504+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.4.tgz#659411e8700b22c8d5400798ef24838425bf4567"
505+
integrity sha512-/ge1HtU63wVoED4VnlU2o+FPFmi017bPYpeSrCmd8Ycsti4VSxXrmcpXXm7JpI4GT0Aa7qviabv1PEp6L5bboQ==
506+
dependencies:
507+
"@typescript-eslint/scope-manager" "5.30.4"
508+
"@typescript-eslint/types" "5.30.4"
509+
"@typescript-eslint/typescript-estree" "5.30.4"
510510
debug "^4.3.4"
511511

512512
"@typescript-eslint/scope-manager@5.20.0":
@@ -517,13 +517,13 @@
517517
"@typescript-eslint/types" "5.20.0"
518518
"@typescript-eslint/visitor-keys" "5.20.0"
519519

520-
"@typescript-eslint/scope-manager@5.27.1":
521-
version "5.27.1"
522-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d"
523-
integrity sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==
520+
"@typescript-eslint/scope-manager@5.30.4":
521+
version "5.30.4"
522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.4.tgz#8140efd2bc12d41d74e8af23872a89f3edbe552e"
523+
integrity sha512-DNzlQwGSiGefz71JwaHrpcaAX3zYkEcy8uVuan3YMKOa6qeW/y+7SaD8KIsIAruASwq6P+U4BjWBWtM2O+mwBQ==
524524
dependencies:
525-
"@typescript-eslint/types" "5.27.1"
526-
"@typescript-eslint/visitor-keys" "5.27.1"
525+
"@typescript-eslint/types" "5.30.4"
526+
"@typescript-eslint/visitor-keys" "5.30.4"
527527

528528
"@typescript-eslint/type-utils@5.20.0":
529529
version "5.20.0"
@@ -539,10 +539,10 @@
539539
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.20.0.tgz#fa39c3c2aa786568302318f1cb51fcf64258c20c"
540540
integrity sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg==
541541

542-
"@typescript-eslint/types@5.27.1":
543-
version "5.27.1"
544-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
545-
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
542+
"@typescript-eslint/types@5.30.4":
543+
version "5.30.4"
544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.4.tgz#3bc99eca8ba3fcfd6a21480e216b09dab81c3999"
545+
integrity sha512-NTEvqc+Vvu8Q6JeAKryHk2eqLKqsr2St3xhIjhOjQv5wQUBhaTuix4WOSacqj0ONWfKVU12Eug3LEAB95GBkMA==
546546

547547
"@typescript-eslint/typescript-estree@5.20.0":
548548
version "5.20.0"
@@ -557,13 +557,13 @@
557557
semver "^7.3.5"
558558
tsutils "^3.21.0"
559559

560-
"@typescript-eslint/typescript-estree@5.27.1":
561-
version "5.27.1"
562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808"
563-
integrity sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==
560+
"@typescript-eslint/typescript-estree@5.30.4":
561+
version "5.30.4"
562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.4.tgz#ac4be8a2f8fb1f1c3b346d5992a36163121ddb3f"
563+
integrity sha512-V4VnEs6/J9/nNizaA12IeU4SAeEYaiKr7XndLNfV5+3zZSB4hIu6EhHJixTKhvIqA+EEHgBl6re8pivBMLLO1w==
564564
dependencies:
565-
"@typescript-eslint/types" "5.27.1"
566-
"@typescript-eslint/visitor-keys" "5.27.1"
565+
"@typescript-eslint/types" "5.30.4"
566+
"@typescript-eslint/visitor-keys" "5.30.4"
567567
debug "^4.3.4"
568568
globby "^11.1.0"
569569
is-glob "^4.0.3"
@@ -590,12 +590,12 @@
590590
"@typescript-eslint/types" "5.20.0"
591591
eslint-visitor-keys "^3.0.0"
592592

593-
"@typescript-eslint/visitor-keys@5.27.1":
594-
version "5.27.1"
595-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af"
596-
integrity sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==
593+
"@typescript-eslint/visitor-keys@5.30.4":
594+
version "5.30.4"
595+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.4.tgz#b4969df1a440cc999d4bb7f7b7932dce05537089"
596+
integrity sha512-ulKGse3mruSc8x6l8ORSc6+1ORyJzKmZeIaRTu/WpaF/jx3vHvEn5XZUKF9XaVg2710mFmTAUlLcLYLPp/Zf/Q==
597597
dependencies:
598-
"@typescript-eslint/types" "5.27.1"
598+
"@typescript-eslint/types" "5.30.4"
599599
eslint-visitor-keys "^3.3.0"
600600

601601
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)
Please sign in to comment.