Skip to content

Commit 594095c

Browse files
authored
Merge pull request #486 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.33.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.33.0 to 5.33.1
2 parents 58c97fc + 1fca8c6 commit 594095c

File tree

1 file changed

+18
-52
lines changed

1 file changed

+18
-52
lines changed

yarn.lock

Lines changed: 18 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2608,13 +2608,13 @@
26082608
"@types/yargs-parser" "*"
26092609

26102610
"@typescript-eslint/eslint-plugin@^5.9.0":
2611-
version "5.33.0"
2612-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.0.tgz#059798888720ec52ffa96c5f868e31a8f70fa3ec"
2613-
integrity sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==
2611+
version "5.33.1"
2612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz#c0a480d05211660221eda963cc844732fe9b1714"
2613+
integrity sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==
26142614
dependencies:
2615-
"@typescript-eslint/scope-manager" "5.33.0"
2616-
"@typescript-eslint/type-utils" "5.33.0"
2617-
"@typescript-eslint/utils" "5.33.0"
2615+
"@typescript-eslint/scope-manager" "5.33.1"
2616+
"@typescript-eslint/type-utils" "5.33.1"
2617+
"@typescript-eslint/utils" "5.33.1"
26182618
debug "^4.3.4"
26192619
functional-red-black-tree "^1.0.1"
26202620
ignore "^5.2.0"
@@ -2632,14 +2632,6 @@
26322632
"@typescript-eslint/typescript-estree" "5.33.1"
26332633
debug "^4.3.4"
26342634

2635-
"@typescript-eslint/[email protected]":
2636-
version "5.33.0"
2637-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.0.tgz#509d7fa540a2c58f66bdcfcf278a3fa79002e18d"
2638-
integrity sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==
2639-
dependencies:
2640-
"@typescript-eslint/types" "5.33.0"
2641-
"@typescript-eslint/visitor-keys" "5.33.0"
2642-
26432635
"@typescript-eslint/[email protected]":
26442636
version "5.33.1"
26452637
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz#8d31553e1b874210018ca069b3d192c6d23bc493"
@@ -2648,38 +2640,20 @@
26482640
"@typescript-eslint/types" "5.33.1"
26492641
"@typescript-eslint/visitor-keys" "5.33.1"
26502642

2651-
"@typescript-eslint/[email protected].0":
2652-
version "5.33.0"
2653-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.0.tgz#92ad1fba973c078d23767ce2d8d5a601baaa9338"
2654-
integrity sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==
2643+
"@typescript-eslint/[email protected].1":
2644+
version "5.33.1"
2645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz#1a14e94650a0ae39f6e3b77478baff002cec4367"
2646+
integrity sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==
26552647
dependencies:
2656-
"@typescript-eslint/utils" "5.33.0"
2648+
"@typescript-eslint/utils" "5.33.1"
26572649
debug "^4.3.4"
26582650
tsutils "^3.21.0"
26592651

2660-
"@typescript-eslint/[email protected]":
2661-
version "5.33.0"
2662-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.0.tgz#d41c584831805554b063791338b0220b613a275b"
2663-
integrity sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==
2664-
26652652
"@typescript-eslint/[email protected]":
26662653
version "5.33.1"
26672654
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.1.tgz#3faef41793d527a519e19ab2747c12d6f3741ff7"
26682655
integrity sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==
26692656

2670-
"@typescript-eslint/[email protected]":
2671-
version "5.33.0"
2672-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.0.tgz#02d9c9ade6f4897c09e3508c27de53ad6bfa54cf"
2673-
integrity sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==
2674-
dependencies:
2675-
"@typescript-eslint/types" "5.33.0"
2676-
"@typescript-eslint/visitor-keys" "5.33.0"
2677-
debug "^4.3.4"
2678-
globby "^11.1.0"
2679-
is-glob "^4.0.3"
2680-
semver "^7.3.7"
2681-
tsutils "^3.21.0"
2682-
26832657
"@typescript-eslint/[email protected]":
26842658
version "5.33.1"
26852659
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz#a573bd360790afdcba80844e962d8b2031984f34"
@@ -2693,26 +2667,18 @@
26932667
semver "^7.3.7"
26942668
tsutils "^3.21.0"
26952669

2696-
"@typescript-eslint/[email protected].0":
2697-
version "5.33.0"
2698-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.0.tgz#46797461ce3146e21c095d79518cc0f8ec574038"
2699-
integrity sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==
2670+
"@typescript-eslint/[email protected].1":
2671+
version "5.33.1"
2672+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.1.tgz#171725f924fe1fe82bb776522bb85bc034e88575"
2673+
integrity sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==
27002674
dependencies:
27012675
"@types/json-schema" "^7.0.9"
2702-
"@typescript-eslint/scope-manager" "5.33.0"
2703-
"@typescript-eslint/types" "5.33.0"
2704-
"@typescript-eslint/typescript-estree" "5.33.0"
2676+
"@typescript-eslint/scope-manager" "5.33.1"
2677+
"@typescript-eslint/types" "5.33.1"
2678+
"@typescript-eslint/typescript-estree" "5.33.1"
27052679
eslint-scope "^5.1.1"
27062680
eslint-utils "^3.0.0"
27072681

2708-
"@typescript-eslint/[email protected]":
2709-
version "5.33.0"
2710-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.0.tgz#fbcbb074e460c11046e067bc3384b5d66b555484"
2711-
integrity sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==
2712-
dependencies:
2713-
"@typescript-eslint/types" "5.33.0"
2714-
eslint-visitor-keys "^3.3.0"
2715-
27162682
"@typescript-eslint/[email protected]":
27172683
version "5.33.1"
27182684
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz#0155c7571c8cd08956580b880aea327d5c34a18b"

0 commit comments

Comments
 (0)