Skip to content

Commit ca6f1fd

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

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.19.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.19.0":
1237+
version "5.19.0"
1238+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
1239+
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
1240+
dependencies:
1241+
"@typescript-eslint/scope-manager" "5.19.0"
1242+
"@typescript-eslint/types" "5.19.0"
1243+
"@typescript-eslint/typescript-estree" "5.19.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.19.0"
1256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
1257+
integrity sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==
1258+
dependencies:
1259+
"@typescript-eslint/types" "5.19.0"
1260+
"@typescript-eslint/visitor-keys" "5.19.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.19.0"
1278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
1279+
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
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.19.0"
1296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
1297+
integrity sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==
1298+
dependencies:
1299+
"@typescript-eslint/types" "5.19.0"
1300+
"@typescript-eslint/visitor-keys" "5.19.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.19.0"
1329+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
1330+
integrity sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==
1331+
dependencies:
1332+
"@typescript-eslint/types" "5.19.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)