Skip to content

Commit e495884

Browse files
committed
dependencies(@typescript-eslint/*): upgrade to version 5.22.0
1 parent 7749b59 commit e495884

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@semantic-release/release-notes-generator": "9.0.3",
1717
"@types/jest": "^27.5.0",
1818
"@types/node": "~14.14.45",
19-
"@typescript-eslint/eslint-plugin": "5.19.0",
20-
"@typescript-eslint/parser": "5.19.0",
19+
"@typescript-eslint/eslint-plugin": "5.22.0",
20+
"@typescript-eslint/parser": "5.22.0",
2121
"commitlint": "16.2.4",
2222
"conventional-changelog-conventionalcommits": "4.6.3",
2323
"cross-env": "7.0.3",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,84 +1534,84 @@
15341534
dependencies:
15351535
"@types/node" "*"
15361536

1537-
"@typescript-eslint/eslint-plugin@5.19.0":
1538-
version "5.19.0"
1539-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz#9608a4b6d0427104bccf132f058cba629a6553c0"
1540-
integrity sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==
1541-
dependencies:
1542-
"@typescript-eslint/scope-manager" "5.19.0"
1543-
"@typescript-eslint/type-utils" "5.19.0"
1544-
"@typescript-eslint/utils" "5.19.0"
1537+
"@typescript-eslint/eslint-plugin@5.22.0":
1538+
version "5.22.0"
1539+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.22.0.tgz#7b52a0de2e664044f28b36419210aea4ab619e2a"
1540+
integrity sha512-YCiy5PUzpAeOPGQ7VSGDEY2NeYUV1B0swde2e0HzokRsHBYjSdF6DZ51OuRZxVPHx0032lXGLvOMls91D8FXlg==
1541+
dependencies:
1542+
"@typescript-eslint/scope-manager" "5.22.0"
1543+
"@typescript-eslint/type-utils" "5.22.0"
1544+
"@typescript-eslint/utils" "5.22.0"
15451545
debug "^4.3.2"
15461546
functional-red-black-tree "^1.0.1"
15471547
ignore "^5.1.8"
15481548
regexpp "^3.2.0"
15491549
semver "^7.3.5"
15501550
tsutils "^3.21.0"
15511551

1552-
"@typescript-eslint/parser@5.19.0":
1553-
version "5.19.0"
1554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
1555-
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
1552+
"@typescript-eslint/parser@5.22.0":
1553+
version "5.22.0"
1554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.22.0.tgz#7bedf8784ef0d5d60567c5ba4ce162460e70c178"
1555+
integrity sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==
15561556
dependencies:
1557-
"@typescript-eslint/scope-manager" "5.19.0"
1558-
"@typescript-eslint/types" "5.19.0"
1559-
"@typescript-eslint/typescript-estree" "5.19.0"
1557+
"@typescript-eslint/scope-manager" "5.22.0"
1558+
"@typescript-eslint/types" "5.22.0"
1559+
"@typescript-eslint/typescript-estree" "5.22.0"
15601560
debug "^4.3.2"
15611561

1562-
"@typescript-eslint/scope-manager@5.19.0":
1563-
version "5.19.0"
1564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
1565-
integrity sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==
1562+
"@typescript-eslint/scope-manager@5.22.0":
1563+
version "5.22.0"
1564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.22.0.tgz#590865f244ebe6e46dc3e9cab7976fc2afa8af24"
1565+
integrity sha512-yA9G5NJgV5esANJCO0oF15MkBO20mIskbZ8ijfmlKIvQKg0ynVKfHZ15/nhAJN5m8Jn3X5qkwriQCiUntC9AbA==
15661566
dependencies:
1567-
"@typescript-eslint/types" "5.19.0"
1568-
"@typescript-eslint/visitor-keys" "5.19.0"
1567+
"@typescript-eslint/types" "5.22.0"
1568+
"@typescript-eslint/visitor-keys" "5.22.0"
15691569

1570-
"@typescript-eslint/type-utils@5.19.0":
1571-
version "5.19.0"
1572-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz#80f2125b0dfe82494bbae1ea99f1c0186d420282"
1573-
integrity sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==
1570+
"@typescript-eslint/type-utils@5.22.0":
1571+
version "5.22.0"
1572+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.22.0.tgz#0c0e93b34210e334fbe1bcb7250c470f4a537c19"
1573+
integrity sha512-iqfLZIsZhK2OEJ4cQ01xOq3NaCuG5FQRKyHicA3xhZxMgaxQazLUHbH/B2k9y5i7l3+o+B5ND9Mf1AWETeMISA==
15741574
dependencies:
1575-
"@typescript-eslint/utils" "5.19.0"
1575+
"@typescript-eslint/utils" "5.22.0"
15761576
debug "^4.3.2"
15771577
tsutils "^3.21.0"
15781578

1579-
"@typescript-eslint/types@5.19.0":
1580-
version "5.19.0"
1581-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
1582-
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
1579+
"@typescript-eslint/types@5.22.0":
1580+
version "5.22.0"
1581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
1582+
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
15831583

1584-
"@typescript-eslint/typescript-estree@5.19.0":
1585-
version "5.19.0"
1586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
1587-
integrity sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==
1584+
"@typescript-eslint/typescript-estree@5.22.0":
1585+
version "5.22.0"
1586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.22.0.tgz#e2116fd644c3e2fda7f4395158cddd38c0c6df97"
1587+
integrity sha512-EyBEQxvNjg80yinGE2xdhpDYm41so/1kOItl0qrjIiJ1kX/L/L8WWGmJg8ni6eG3DwqmOzDqOhe6763bF92nOw==
15881588
dependencies:
1589-
"@typescript-eslint/types" "5.19.0"
1590-
"@typescript-eslint/visitor-keys" "5.19.0"
1589+
"@typescript-eslint/types" "5.22.0"
1590+
"@typescript-eslint/visitor-keys" "5.22.0"
15911591
debug "^4.3.2"
15921592
globby "^11.0.4"
15931593
is-glob "^4.0.3"
15941594
semver "^7.3.5"
15951595
tsutils "^3.21.0"
15961596

1597-
"@typescript-eslint/utils@5.19.0":
1598-
version "5.19.0"
1599-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.19.0.tgz#fe87f1e3003d9973ec361ed10d36b4342f1ded1e"
1600-
integrity sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==
1597+
"@typescript-eslint/utils@5.22.0":
1598+
version "5.22.0"
1599+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.22.0.tgz#1f2c4897e2cf7e44443c848a13c60407861babd8"
1600+
integrity sha512-HodsGb037iobrWSUMS7QH6Hl1kppikjA1ELiJlNSTYf/UdMEwzgj0WIp+lBNb6WZ3zTwb0tEz51j0Wee3iJ3wQ==
16011601
dependencies:
16021602
"@types/json-schema" "^7.0.9"
1603-
"@typescript-eslint/scope-manager" "5.19.0"
1604-
"@typescript-eslint/types" "5.19.0"
1605-
"@typescript-eslint/typescript-estree" "5.19.0"
1603+
"@typescript-eslint/scope-manager" "5.22.0"
1604+
"@typescript-eslint/types" "5.22.0"
1605+
"@typescript-eslint/typescript-estree" "5.22.0"
16061606
eslint-scope "^5.1.1"
16071607
eslint-utils "^3.0.0"
16081608

1609-
"@typescript-eslint/visitor-keys@5.19.0":
1610-
version "5.19.0"
1611-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
1612-
integrity sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==
1609+
"@typescript-eslint/visitor-keys@5.22.0":
1610+
version "5.22.0"
1611+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.22.0.tgz#f49c0ce406944ffa331a1cfabeed451ea4d0909c"
1612+
integrity sha512-DbgTqn2Dv5RFWluG88tn0pP6Ex0ROF+dpDO1TNNZdRtLjUr6bdznjA6f/qNqJLjd2PgguAES2Zgxh/JzwzETDg==
16131613
dependencies:
1614-
"@typescript-eslint/types" "5.19.0"
1614+
"@typescript-eslint/types" "5.22.0"
16151615
eslint-visitor-keys "^3.0.0"
16161616

16171617
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)