Skip to content

Commit 5150b57

Browse files
committed
Update typescript-eslint monorepo to v5.59.2
1 parent 1cf4542 commit 5150b57

2 files changed

Lines changed: 50 additions & 50 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@types/chai": "4.3.5",
2222
"@types/dotenv": "8.2.0",
2323
"@types/mocha": "9.1.1",
24-
"@typescript-eslint/eslint-plugin": "5.59.1",
25-
"@typescript-eslint/parser": "5.59.1",
24+
"@typescript-eslint/eslint-plugin": "5.59.2",
25+
"@typescript-eslint/parser": "5.59.2",
2626
"chai": "4.3.7",
2727
"dotenv": "16.0.3",
2828
"eslint": "8.39.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -916,88 +916,88 @@
916916
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
917917
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
918918

919-
"@typescript-eslint/eslint-plugin@5.59.1":
920-
version "5.59.1"
921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.1.tgz#9b09ee1541bff1d2cebdcb87e7ce4a4003acde08"
922-
integrity sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==
919+
"@typescript-eslint/eslint-plugin@5.59.2":
920+
version "5.59.2"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.2.tgz#684a2ce7182f3b4dac342eef7caa1c2bae476abd"
922+
integrity sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==
923923
dependencies:
924924
"@eslint-community/regexpp" "^4.4.0"
925-
"@typescript-eslint/scope-manager" "5.59.1"
926-
"@typescript-eslint/type-utils" "5.59.1"
927-
"@typescript-eslint/utils" "5.59.1"
925+
"@typescript-eslint/scope-manager" "5.59.2"
926+
"@typescript-eslint/type-utils" "5.59.2"
927+
"@typescript-eslint/utils" "5.59.2"
928928
debug "^4.3.4"
929929
grapheme-splitter "^1.0.4"
930930
ignore "^5.2.0"
931931
natural-compare-lite "^1.4.0"
932932
semver "^7.3.7"
933933
tsutils "^3.21.0"
934934

935-
"@typescript-eslint/parser@5.59.1":
936-
version "5.59.1"
937-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.1.tgz#73c2c12127c5c1182d2e5b71a8fa2a85d215cbb4"
938-
integrity sha512-nzjFAN8WEu6yPRDizIFyzAfgK7nybPodMNFGNH0M9tei2gYnYszRDqVA0xlnRjkl7Hkx2vYrEdb6fP2a21cG1g==
935+
"@typescript-eslint/parser@5.59.2":
936+
version "5.59.2"
937+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.2.tgz#c2c443247901d95865b9f77332d9eee7c55655e8"
938+
integrity sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==
939939
dependencies:
940-
"@typescript-eslint/scope-manager" "5.59.1"
941-
"@typescript-eslint/types" "5.59.1"
942-
"@typescript-eslint/typescript-estree" "5.59.1"
940+
"@typescript-eslint/scope-manager" "5.59.2"
941+
"@typescript-eslint/types" "5.59.2"
942+
"@typescript-eslint/typescript-estree" "5.59.2"
943943
debug "^4.3.4"
944944

945-
"@typescript-eslint/scope-manager@5.59.1":
946-
version "5.59.1"
947-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.1.tgz#8a20222719cebc5198618a5d44113705b51fd7fe"
948-
integrity sha512-mau0waO5frJctPuAzcxiNWqJR5Z8V0190FTSqRw1Q4Euop6+zTwHAf8YIXNwDOT29tyUDrQ65jSg9aTU/H0omA==
945+
"@typescript-eslint/scope-manager@5.59.2":
946+
version "5.59.2"
947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz#f699fe936ee4e2c996d14f0fdd3a7da5ba7b9a4c"
948+
integrity sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==
949949
dependencies:
950-
"@typescript-eslint/types" "5.59.1"
951-
"@typescript-eslint/visitor-keys" "5.59.1"
950+
"@typescript-eslint/types" "5.59.2"
951+
"@typescript-eslint/visitor-keys" "5.59.2"
952952

953-
"@typescript-eslint/type-utils@5.59.1":
954-
version "5.59.1"
955-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.1.tgz#63981d61684fd24eda2f9f08c0a47ecb000a2111"
956-
integrity sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==
953+
"@typescript-eslint/type-utils@5.59.2":
954+
version "5.59.2"
955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.2.tgz#0729c237503604cd9a7084b5af04c496c9a4cdcf"
956+
integrity sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==
957957
dependencies:
958-
"@typescript-eslint/typescript-estree" "5.59.1"
959-
"@typescript-eslint/utils" "5.59.1"
958+
"@typescript-eslint/typescript-estree" "5.59.2"
959+
"@typescript-eslint/utils" "5.59.2"
960960
debug "^4.3.4"
961961
tsutils "^3.21.0"
962962

963-
"@typescript-eslint/types@5.59.1":
964-
version "5.59.1"
965-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.1.tgz#03f3fedd1c044cb336ebc34cc7855f121991f41d"
966-
integrity sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==
963+
"@typescript-eslint/types@5.59.2":
964+
version "5.59.2"
965+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.2.tgz#b511d2b9847fe277c5cb002a2318bd329ef4f655"
966+
integrity sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==
967967

968-
"@typescript-eslint/typescript-estree@5.59.1":
969-
version "5.59.1"
970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.1.tgz#4aa546d27fd0d477c618f0ca00b483f0ec84c43c"
971-
integrity sha512-lYLBBOCsFltFy7XVqzX0Ju+Lh3WPIAWxYpmH/Q7ZoqzbscLiCW00LeYCdsUnnfnj29/s1WovXKh2gwCoinHNGA==
968+
"@typescript-eslint/typescript-estree@5.59.2":
969+
version "5.59.2"
970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz#6e2fabd3ba01db5d69df44e0b654c0b051fe9936"
971+
integrity sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==
972972
dependencies:
973-
"@typescript-eslint/types" "5.59.1"
974-
"@typescript-eslint/visitor-keys" "5.59.1"
973+
"@typescript-eslint/types" "5.59.2"
974+
"@typescript-eslint/visitor-keys" "5.59.2"
975975
debug "^4.3.4"
976976
globby "^11.1.0"
977977
is-glob "^4.0.3"
978978
semver "^7.3.7"
979979
tsutils "^3.21.0"
980980

981-
"@typescript-eslint/utils@5.59.1":
982-
version "5.59.1"
983-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.1.tgz#d89fc758ad23d2157cfae53f0b429bdf15db9473"
984-
integrity sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==
981+
"@typescript-eslint/utils@5.59.2":
982+
version "5.59.2"
983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.2.tgz#0c45178124d10cc986115885688db6abc37939f4"
984+
integrity sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==
985985
dependencies:
986986
"@eslint-community/eslint-utils" "^4.2.0"
987987
"@types/json-schema" "^7.0.9"
988988
"@types/semver" "^7.3.12"
989-
"@typescript-eslint/scope-manager" "5.59.1"
990-
"@typescript-eslint/types" "5.59.1"
991-
"@typescript-eslint/typescript-estree" "5.59.1"
989+
"@typescript-eslint/scope-manager" "5.59.2"
990+
"@typescript-eslint/types" "5.59.2"
991+
"@typescript-eslint/typescript-estree" "5.59.2"
992992
eslint-scope "^5.1.1"
993993
semver "^7.3.7"
994994

995-
"@typescript-eslint/visitor-keys@5.59.1":
996-
version "5.59.1"
997-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.1.tgz#0d96c36efb6560d7fb8eb85de10442c10d8f6058"
998-
integrity sha512-6waEYwBTCWryx0VJmP7JaM4FpipLsFl9CvYf2foAE8Qh/Y0s+bxWysciwOs0LTBED4JCaNxTZ5rGadB14M6dwA==
995+
"@typescript-eslint/visitor-keys@5.59.2":
996+
version "5.59.2"
997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz#37a419dc2723a3eacbf722512b86d6caf7d3b750"
998+
integrity sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==
999999
dependencies:
1000-
"@typescript-eslint/types" "5.59.1"
1000+
"@typescript-eslint/types" "5.59.2"
10011001
eslint-visitor-keys "^3.3.0"
10021002

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

0 commit comments

Comments
 (0)