Skip to content

Commit 23ccadf

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

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/supertest": "2.0.11",
6464
"@types/ws": "8.2.2",
6565
"@typescript-eslint/eslint-plugin": "5.10.0",
66-
"@typescript-eslint/parser": "5.10.0",
66+
"@typescript-eslint/parser": "5.22.0",
6767
"body-parser": "1.19.1",
6868
"browser-sync": "2.27.7",
6969
"connect": "3.7.0",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,14 +1233,14 @@
12331233
semver "^7.3.5"
12341234
tsutils "^3.21.0"
12351235

1236-
"@typescript-eslint/parser@5.10.0":
1237-
version "5.10.0"
1238-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.0.tgz#8f59e036f5f1cffc178cacbd5ccdd02aeb96c91c"
1239-
integrity sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==
1240-
dependencies:
1241-
"@typescript-eslint/scope-manager" "5.10.0"
1242-
"@typescript-eslint/types" "5.10.0"
1243-
"@typescript-eslint/typescript-estree" "5.10.0"
1236+
"@typescript-eslint/parser@5.22.0":
1237+
version "5.22.0"
1238+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.22.0.tgz#7bedf8784ef0d5d60567c5ba4ce162460e70c178"
1239+
integrity sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==
1240+
dependencies:
1241+
"@typescript-eslint/scope-manager" "5.22.0"
1242+
"@typescript-eslint/types" "5.22.0"
1243+
"@typescript-eslint/typescript-estree" "5.22.0"
12441244
debug "^4.3.2"
12451245

12461246
"@typescript-eslint/[email protected]":
@@ -1251,6 +1251,14 @@
12511251
"@typescript-eslint/types" "5.10.0"
12521252
"@typescript-eslint/visitor-keys" "5.10.0"
12531253

1254+
"@typescript-eslint/[email protected]":
1255+
version "5.22.0"
1256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.22.0.tgz#590865f244ebe6e46dc3e9cab7976fc2afa8af24"
1257+
integrity sha512-yA9G5NJgV5esANJCO0oF15MkBO20mIskbZ8ijfmlKIvQKg0ynVKfHZ15/nhAJN5m8Jn3X5qkwriQCiUntC9AbA==
1258+
dependencies:
1259+
"@typescript-eslint/types" "5.22.0"
1260+
"@typescript-eslint/visitor-keys" "5.22.0"
1261+
12541262
"@typescript-eslint/[email protected]":
12551263
version "5.10.0"
12561264
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5"
@@ -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.22.0"
1278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
1279+
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
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,6 +1291,19 @@
12781291
semver "^7.3.5"
12791292
tsutils "^3.21.0"
12801293

1294+
"@typescript-eslint/[email protected]":
1295+
version "5.22.0"
1296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.22.0.tgz#e2116fd644c3e2fda7f4395158cddd38c0c6df97"
1297+
integrity sha512-EyBEQxvNjg80yinGE2xdhpDYm41so/1kOItl0qrjIiJ1kX/L/L8WWGmJg8ni6eG3DwqmOzDqOhe6763bF92nOw==
1298+
dependencies:
1299+
"@typescript-eslint/types" "5.22.0"
1300+
"@typescript-eslint/visitor-keys" "5.22.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+
12811307
"@typescript-eslint/[email protected]":
12821308
version "5.10.0"
12831309
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
@@ -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.22.0"
1329+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.22.0.tgz#f49c0ce406944ffa331a1cfabeed451ea4d0909c"
1330+
integrity sha512-DbgTqn2Dv5RFWluG88tn0pP6Ex0ROF+dpDO1TNNZdRtLjUr6bdznjA6f/qNqJLjd2PgguAES2Zgxh/JzwzETDg==
1331+
dependencies:
1332+
"@typescript-eslint/types" "5.22.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)