Skip to content

Commit 36ec312

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
1 parent 0b8f3e5 commit 36ec312

File tree

2 files changed

+21
-55
lines changed

2 files changed

+21
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@swc-node/core": "^1.8.2",
2727
"@swc-node/register": "^1.4.2",
2828
"@types/node": "^17.0.8",
29-
"@typescript-eslint/eslint-plugin": "^5.9.0",
29+
"@typescript-eslint/eslint-plugin": "^5.9.1",
3030
"@typescript-eslint/parser": "^5.9.1",
3131
"ava": "^4.0.1",
3232
"benchmark": "^2.1.4",

yarn.lock

Lines changed: 20 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,30 +1363,30 @@
13631363
dependencies:
13641364
"@types/node" "*"
13651365

1366-
"@typescript-eslint/eslint-plugin@^5.9.0":
1367-
version "5.9.0"
1368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006"
1369-
integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==
1370-
dependencies:
1371-
"@typescript-eslint/experimental-utils" "5.9.0"
1372-
"@typescript-eslint/scope-manager" "5.9.0"
1373-
"@typescript-eslint/type-utils" "5.9.0"
1366+
"@typescript-eslint/eslint-plugin@^5.9.1":
1367+
version "5.9.1"
1368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c"
1369+
integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==
1370+
dependencies:
1371+
"@typescript-eslint/experimental-utils" "5.9.1"
1372+
"@typescript-eslint/scope-manager" "5.9.1"
1373+
"@typescript-eslint/type-utils" "5.9.1"
13741374
debug "^4.3.2"
13751375
functional-red-black-tree "^1.0.1"
13761376
ignore "^5.1.8"
13771377
regexpp "^3.2.0"
13781378
semver "^7.3.5"
13791379
tsutils "^3.21.0"
13801380

1381-
"@typescript-eslint/[email protected].0":
1382-
version "5.9.0"
1383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827"
1384-
integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==
1381+
"@typescript-eslint/[email protected].1":
1382+
version "5.9.1"
1383+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1"
1384+
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==
13851385
dependencies:
13861386
"@types/json-schema" "^7.0.9"
1387-
"@typescript-eslint/scope-manager" "5.9.0"
1388-
"@typescript-eslint/types" "5.9.0"
1389-
"@typescript-eslint/typescript-estree" "5.9.0"
1387+
"@typescript-eslint/scope-manager" "5.9.1"
1388+
"@typescript-eslint/types" "5.9.1"
1389+
"@typescript-eslint/typescript-estree" "5.9.1"
13901390
eslint-scope "^5.1.1"
13911391
eslint-utils "^3.0.0"
13921392

@@ -1400,14 +1400,6 @@
14001400
"@typescript-eslint/typescript-estree" "5.9.1"
14011401
debug "^4.3.2"
14021402

1403-
"@typescript-eslint/[email protected]":
1404-
version "5.9.0"
1405-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117"
1406-
integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==
1407-
dependencies:
1408-
"@typescript-eslint/types" "5.9.0"
1409-
"@typescript-eslint/visitor-keys" "5.9.0"
1410-
14111403
"@typescript-eslint/[email protected]":
14121404
version "5.9.1"
14131405
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
@@ -1416,38 +1408,20 @@
14161408
"@typescript-eslint/types" "5.9.1"
14171409
"@typescript-eslint/visitor-keys" "5.9.1"
14181410

1419-
"@typescript-eslint/[email protected].0":
1420-
version "5.9.0"
1421-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93"
1422-
integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==
1411+
"@typescript-eslint/[email protected].1":
1412+
version "5.9.1"
1413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de"
1414+
integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==
14231415
dependencies:
1424-
"@typescript-eslint/experimental-utils" "5.9.0"
1416+
"@typescript-eslint/experimental-utils" "5.9.1"
14251417
debug "^4.3.2"
14261418
tsutils "^3.21.0"
14271419

1428-
"@typescript-eslint/[email protected]":
1429-
version "5.9.0"
1430-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
1431-
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
1432-
14331420
"@typescript-eslint/[email protected]":
14341421
version "5.9.1"
14351422
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
14361423
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
14371424

1438-
"@typescript-eslint/[email protected]":
1439-
version "5.9.0"
1440-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
1441-
integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==
1442-
dependencies:
1443-
"@typescript-eslint/types" "5.9.0"
1444-
"@typescript-eslint/visitor-keys" "5.9.0"
1445-
debug "^4.3.2"
1446-
globby "^11.0.4"
1447-
is-glob "^4.0.3"
1448-
semver "^7.3.5"
1449-
tsutils "^3.21.0"
1450-
14511425
"@typescript-eslint/[email protected]":
14521426
version "5.9.1"
14531427
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
@@ -1461,14 +1435,6 @@
14611435
semver "^7.3.5"
14621436
tsutils "^3.21.0"
14631437

1464-
"@typescript-eslint/[email protected]":
1465-
version "5.9.0"
1466-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"
1467-
integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==
1468-
dependencies:
1469-
"@typescript-eslint/types" "5.9.0"
1470-
eslint-visitor-keys "^3.0.0"
1471-
14721438
"@typescript-eslint/[email protected]":
14731439
version "5.9.1"
14741440
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"

0 commit comments

Comments
 (0)