Skip to content

Commit 53c7c76

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v5.50.0
1 parent 13399f4 commit 53c7c76

File tree

2 files changed

+52
-51
lines changed

2 files changed

+52
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"@types/md5": "2.3.2",
7070
"@types/node": "18.11.18",
7171
"@types/supertest": "2.0.12",
72-
"@typescript-eslint/eslint-plugin": "5.49.0",
73-
"@typescript-eslint/parser": "5.49.0",
72+
"@typescript-eslint/eslint-plugin": "5.50.0",
73+
"@typescript-eslint/parser": "5.50.0",
7474
"apollo-server-express": "3.11.1",
7575
"apollo-server-fastify": "3.11.1",
7676
"conventional-changelog-cli": "2.2.2",

yarn.lock

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,87 +2038,88 @@
20382038
dependencies:
20392039
"@types/yargs-parser" "*"
20402040

2041-
"@typescript-eslint/eslint-plugin@5.49.0":
2042-
version "5.49.0"
2043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.49.0.tgz#d0b4556f0792194bf0c2fb297897efa321492389"
2044-
integrity sha512-IhxabIpcf++TBaBa1h7jtOWyon80SXPRLDq0dVz5SLFC/eW6tofkw/O7Ar3lkx5z5U6wzbKDrl2larprp5kk5Q==
2045-
dependencies:
2046-
"@typescript-eslint/scope-manager" "5.49.0"
2047-
"@typescript-eslint/type-utils" "5.49.0"
2048-
"@typescript-eslint/utils" "5.49.0"
2041+
"@typescript-eslint/eslint-plugin@5.50.0":
2042+
version "5.50.0"
2043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
2044+
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
2045+
dependencies:
2046+
"@typescript-eslint/scope-manager" "5.50.0"
2047+
"@typescript-eslint/type-utils" "5.50.0"
2048+
"@typescript-eslint/utils" "5.50.0"
20492049
debug "^4.3.4"
2050+
grapheme-splitter "^1.0.4"
20502051
ignore "^5.2.0"
20512052
natural-compare-lite "^1.4.0"
20522053
regexpp "^3.2.0"
20532054
semver "^7.3.7"
20542055
tsutils "^3.21.0"
20552056

2056-
"@typescript-eslint/parser@5.49.0":
2057-
version "5.49.0"
2058-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.49.0.tgz#d699734b2f20e16351e117417d34a2bc9d7c4b90"
2059-
integrity sha512-veDlZN9mUhGqU31Qiv2qEp+XrJj5fgZpJ8PW30sHU+j/8/e5ruAhLaVDAeznS7A7i4ucb/s8IozpDtt9NqCkZg==
2057+
"@typescript-eslint/parser@5.50.0":
2058+
version "5.50.0"
2059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
2060+
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
20602061
dependencies:
2061-
"@typescript-eslint/scope-manager" "5.49.0"
2062-
"@typescript-eslint/types" "5.49.0"
2063-
"@typescript-eslint/typescript-estree" "5.49.0"
2062+
"@typescript-eslint/scope-manager" "5.50.0"
2063+
"@typescript-eslint/types" "5.50.0"
2064+
"@typescript-eslint/typescript-estree" "5.50.0"
20642065
debug "^4.3.4"
20652066

2066-
"@typescript-eslint/scope-manager@5.49.0":
2067-
version "5.49.0"
2068-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.49.0.tgz#81b5d899cdae446c26ddf18bd47a2f5484a8af3e"
2069-
integrity sha512-clpROBOiMIzpbWNxCe1xDK14uPZh35u4QaZO1GddilEzoCLAEz4szb51rBpdgurs5k2YzPtJeTEN3qVbG+LRUQ==
2067+
"@typescript-eslint/scope-manager@5.50.0":
2068+
version "5.50.0"
2069+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
2070+
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
20702071
dependencies:
2071-
"@typescript-eslint/types" "5.49.0"
2072-
"@typescript-eslint/visitor-keys" "5.49.0"
2072+
"@typescript-eslint/types" "5.50.0"
2073+
"@typescript-eslint/visitor-keys" "5.50.0"
20732074

2074-
"@typescript-eslint/type-utils@5.49.0":
2075-
version "5.49.0"
2076-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.49.0.tgz#8d5dcc8d422881e2ccf4ebdc6b1d4cc61aa64125"
2077-
integrity sha512-eUgLTYq0tR0FGU5g1YHm4rt5H/+V2IPVkP0cBmbhRyEmyGe4XvJ2YJ6sYTmONfjmdMqyMLad7SB8GvblbeESZA==
2075+
"@typescript-eslint/type-utils@5.50.0":
2076+
version "5.50.0"
2077+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
2078+
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
20782079
dependencies:
2079-
"@typescript-eslint/typescript-estree" "5.49.0"
2080-
"@typescript-eslint/utils" "5.49.0"
2080+
"@typescript-eslint/typescript-estree" "5.50.0"
2081+
"@typescript-eslint/utils" "5.50.0"
20812082
debug "^4.3.4"
20822083
tsutils "^3.21.0"
20832084

2084-
"@typescript-eslint/types@5.49.0":
2085-
version "5.49.0"
2086-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
2087-
integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
2085+
"@typescript-eslint/types@5.50.0":
2086+
version "5.50.0"
2087+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
2088+
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
20882089

2089-
"@typescript-eslint/typescript-estree@5.49.0":
2090-
version "5.49.0"
2091-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.49.0.tgz#ebd6294c0ea97891fce6af536048181e23d729c8"
2092-
integrity sha512-PBdx+V7deZT/3GjNYPVQv1Nc0U46dAHbIuOG8AZ3on3vuEKiPDwFE/lG1snN2eUB9IhF7EyF7K1hmTcLztNIsA==
2090+
"@typescript-eslint/typescript-estree@5.50.0":
2091+
version "5.50.0"
2092+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
2093+
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
20932094
dependencies:
2094-
"@typescript-eslint/types" "5.49.0"
2095-
"@typescript-eslint/visitor-keys" "5.49.0"
2095+
"@typescript-eslint/types" "5.50.0"
2096+
"@typescript-eslint/visitor-keys" "5.50.0"
20962097
debug "^4.3.4"
20972098
globby "^11.1.0"
20982099
is-glob "^4.0.3"
20992100
semver "^7.3.7"
21002101
tsutils "^3.21.0"
21012102

2102-
"@typescript-eslint/utils@5.49.0":
2103-
version "5.49.0"
2104-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.49.0.tgz#1c07923bc55ff7834dfcde487fff8d8624a87b32"
2105-
integrity sha512-cPJue/4Si25FViIb74sHCLtM4nTSBXtLx1d3/QT6mirQ/c65bV8arBEebBJJizfq8W2YyMoPI/WWPFWitmNqnQ==
2103+
"@typescript-eslint/utils@5.50.0":
2104+
version "5.50.0"
2105+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
2106+
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
21062107
dependencies:
21072108
"@types/json-schema" "^7.0.9"
21082109
"@types/semver" "^7.3.12"
2109-
"@typescript-eslint/scope-manager" "5.49.0"
2110-
"@typescript-eslint/types" "5.49.0"
2111-
"@typescript-eslint/typescript-estree" "5.49.0"
2110+
"@typescript-eslint/scope-manager" "5.50.0"
2111+
"@typescript-eslint/types" "5.50.0"
2112+
"@typescript-eslint/typescript-estree" "5.50.0"
21122113
eslint-scope "^5.1.1"
21132114
eslint-utils "^3.0.0"
21142115
semver "^7.3.7"
21152116

2116-
"@typescript-eslint/visitor-keys@5.49.0":
2117-
version "5.49.0"
2118-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.49.0.tgz#2561c4da3f235f5c852759bf6c5faec7524f90fe"
2119-
integrity sha512-v9jBMjpNWyn8B6k/Mjt6VbUS4J1GvUlR4x3Y+ibnP1z7y7V4n0WRz+50DY6+Myj0UaXVSuUlHohO+eZ8IJEnkg==
2117+
"@typescript-eslint/visitor-keys@5.50.0":
2118+
version "5.50.0"
2119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
2120+
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
21202121
dependencies:
2121-
"@typescript-eslint/types" "5.49.0"
2122+
"@typescript-eslint/types" "5.50.0"
21222123
eslint-visitor-keys "^3.3.0"
21232124

21242125
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)