Skip to content

Commit ffead50

Browse files
author
whitesource-for-github-com[bot]
committed
chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.12.0
1 parent d92f250 commit ffead50

File tree

2 files changed

+55
-21
lines changed

2 files changed

+55
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/node": "17.0.10",
6363
"@types/supertest": "2.0.11",
6464
"@types/ws": "8.2.2",
65-
"@typescript-eslint/eslint-plugin": "5.10.0",
65+
"@typescript-eslint/eslint-plugin": "5.12.0",
6666
"@typescript-eslint/parser": "5.10.0",
6767
"body-parser": "1.19.1",
6868
"browser-sync": "2.27.7",

yarn.lock

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,14 +1218,14 @@
12181218
dependencies:
12191219
"@types/yargs-parser" "*"
12201220

1221-
"@typescript-eslint/eslint-plugin@5.10.0":
1222-
version "5.10.0"
1223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.0.tgz#e90afea96dff8620892ad216b0e4ccdf8ee32d3a"
1224-
integrity sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==
1225-
dependencies:
1226-
"@typescript-eslint/scope-manager" "5.10.0"
1227-
"@typescript-eslint/type-utils" "5.10.0"
1228-
"@typescript-eslint/utils" "5.10.0"
1221+
"@typescript-eslint/eslint-plugin@5.12.0":
1222+
version "5.12.0"
1223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.0.tgz#bb46dd7ce7015c0928b98af1e602118e97df6c70"
1224+
integrity sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ==
1225+
dependencies:
1226+
"@typescript-eslint/scope-manager" "5.12.0"
1227+
"@typescript-eslint/type-utils" "5.12.0"
1228+
"@typescript-eslint/utils" "5.12.0"
12291229
debug "^4.3.2"
12301230
functional-red-black-tree "^1.0.1"
12311231
ignore "^5.1.8"
@@ -1251,12 +1251,20 @@
12511251
"@typescript-eslint/types" "5.10.0"
12521252
"@typescript-eslint/visitor-keys" "5.10.0"
12531253

1254-
"@typescript-eslint/[email protected]":
1255-
version "5.10.0"
1256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5"
1257-
integrity sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==
1254+
"@typescript-eslint/[email protected]":
1255+
version "5.12.0"
1256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.0.tgz#59619e6e5e2b1ce6cb3948b56014d3a24da83f5e"
1257+
integrity sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ==
1258+
dependencies:
1259+
"@typescript-eslint/types" "5.12.0"
1260+
"@typescript-eslint/visitor-keys" "5.12.0"
1261+
1262+
"@typescript-eslint/[email protected]":
1263+
version "5.12.0"
1264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.0.tgz#aaf45765de71c6d9707c66ccff76ec2b9aa31bb6"
1265+
integrity sha512-9j9rli3zEBV+ae7rlbBOotJcI6zfc6SHFMdKI9M3Nc0sy458LJ79Os+TPWeBBL96J9/e36rdJOfCuyRSgFAA0Q==
12581266
dependencies:
1259-
"@typescript-eslint/utils" "5.10.0"
1267+
"@typescript-eslint/utils" "5.12.0"
12601268
debug "^4.3.2"
12611269
tsutils "^3.21.0"
12621270

@@ -1265,6 +1273,11 @@
12651273
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
12661274
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==
12671275

1276+
"@typescript-eslint/[email protected]":
1277+
version "5.12.0"
1278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8"
1279+
integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==
1280+
12681281
"@typescript-eslint/[email protected]":
12691282
version "5.10.0"
12701283
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
@@ -1278,15 +1291,28 @@
12781291
semver "^7.3.5"
12791292
tsutils "^3.21.0"
12801293

1281-
"@typescript-eslint/[email protected]":
1282-
version "5.10.0"
1283-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
1284-
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
1294+
"@typescript-eslint/[email protected]":
1295+
version "5.12.0"
1296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.0.tgz#cabf545fd592722f0e2b4104711e63bf89525cd2"
1297+
integrity sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ==
1298+
dependencies:
1299+
"@typescript-eslint/types" "5.12.0"
1300+
"@typescript-eslint/visitor-keys" "5.12.0"
1301+
debug "^4.3.2"
1302+
globby "^11.0.4"
1303+
is-glob "^4.0.3"
1304+
semver "^7.3.5"
1305+
tsutils "^3.21.0"
1306+
1307+
"@typescript-eslint/[email protected]":
1308+
version "5.12.0"
1309+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.0.tgz#92fd3193191621ab863add2f553a7b38b65646af"
1310+
integrity sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw==
12851311
dependencies:
12861312
"@types/json-schema" "^7.0.9"
1287-
"@typescript-eslint/scope-manager" "5.10.0"
1288-
"@typescript-eslint/types" "5.10.0"
1289-
"@typescript-eslint/typescript-estree" "5.10.0"
1313+
"@typescript-eslint/scope-manager" "5.12.0"
1314+
"@typescript-eslint/types" "5.12.0"
1315+
"@typescript-eslint/typescript-estree" "5.12.0"
12901316
eslint-scope "^5.1.1"
12911317
eslint-utils "^3.0.0"
12921318

@@ -1298,6 +1324,14 @@
12981324
"@typescript-eslint/types" "5.10.0"
12991325
eslint-visitor-keys "^3.0.0"
13001326

1327+
"@typescript-eslint/[email protected]":
1328+
version "5.12.0"
1329+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.0.tgz#1ac9352ed140b07ba144ebf371b743fdf537ec16"
1330+
integrity sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg==
1331+
dependencies:
1332+
"@typescript-eslint/types" "5.12.0"
1333+
eslint-visitor-keys "^3.0.0"
1334+
13011335
JSONStream@^1.0.4:
13021336
version "1.3.5"
13031337
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)