Skip to content

Commit 96427cb

Browse files
committed
dependencies(@typescript-eslint/*): upgrade to version 5.12.0
1 parent e379d8f commit 96427cb

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.4.0",
1818
"@types/node": "~14.14.45",
19-
"@typescript-eslint/eslint-plugin": "5.10.2",
20-
"@typescript-eslint/parser": "5.10.2",
19+
"@typescript-eslint/eslint-plugin": "5.12.0",
20+
"@typescript-eslint/parser": "5.12.0",
2121
"commitlint": "16.2.1",
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.10.2":
1538-
version "5.10.2"
1539-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
1540-
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
1541-
dependencies:
1542-
"@typescript-eslint/scope-manager" "5.10.2"
1543-
"@typescript-eslint/type-utils" "5.10.2"
1544-
"@typescript-eslint/utils" "5.10.2"
1537+
"@typescript-eslint/eslint-plugin@5.12.0":
1538+
version "5.12.0"
1539+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.0.tgz#bb46dd7ce7015c0928b98af1e602118e97df6c70"
1540+
integrity sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ==
1541+
dependencies:
1542+
"@typescript-eslint/scope-manager" "5.12.0"
1543+
"@typescript-eslint/type-utils" "5.12.0"
1544+
"@typescript-eslint/utils" "5.12.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.10.2":
1553-
version "5.10.2"
1554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.2.tgz#b6076d27cc5499ce3f2c625f5ccde946ecb7db9a"
1555-
integrity sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==
1552+
"@typescript-eslint/parser@5.12.0":
1553+
version "5.12.0"
1554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.0.tgz#0ca669861813df99ce54916f66f524c625ed2434"
1555+
integrity sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog==
15561556
dependencies:
1557-
"@typescript-eslint/scope-manager" "5.10.2"
1558-
"@typescript-eslint/types" "5.10.2"
1559-
"@typescript-eslint/typescript-estree" "5.10.2"
1557+
"@typescript-eslint/scope-manager" "5.12.0"
1558+
"@typescript-eslint/types" "5.12.0"
1559+
"@typescript-eslint/typescript-estree" "5.12.0"
15601560
debug "^4.3.2"
15611561

1562-
"@typescript-eslint/scope-manager@5.10.2":
1563-
version "5.10.2"
1564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz#92c0bc935ec00f3d8638cdffb3d0e70c9b879639"
1565-
integrity sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==
1562+
"@typescript-eslint/scope-manager@5.12.0":
1563+
version "5.12.0"
1564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.0.tgz#59619e6e5e2b1ce6cb3948b56014d3a24da83f5e"
1565+
integrity sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ==
15661566
dependencies:
1567-
"@typescript-eslint/types" "5.10.2"
1568-
"@typescript-eslint/visitor-keys" "5.10.2"
1567+
"@typescript-eslint/types" "5.12.0"
1568+
"@typescript-eslint/visitor-keys" "5.12.0"
15691569

1570-
"@typescript-eslint/type-utils@5.10.2":
1571-
version "5.10.2"
1572-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
1573-
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
1570+
"@typescript-eslint/type-utils@5.12.0":
1571+
version "5.12.0"
1572+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.0.tgz#aaf45765de71c6d9707c66ccff76ec2b9aa31bb6"
1573+
integrity sha512-9j9rli3zEBV+ae7rlbBOotJcI6zfc6SHFMdKI9M3Nc0sy458LJ79Os+TPWeBBL96J9/e36rdJOfCuyRSgFAA0Q==
15741574
dependencies:
1575-
"@typescript-eslint/utils" "5.10.2"
1575+
"@typescript-eslint/utils" "5.12.0"
15761576
debug "^4.3.2"
15771577
tsutils "^3.21.0"
15781578

1579-
"@typescript-eslint/types@5.10.2":
1580-
version "5.10.2"
1581-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
1582-
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
1579+
"@typescript-eslint/types@5.12.0":
1580+
version "5.12.0"
1581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8"
1582+
integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==
15831583

1584-
"@typescript-eslint/typescript-estree@5.10.2":
1585-
version "5.10.2"
1586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
1587-
integrity sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==
1584+
"@typescript-eslint/typescript-estree@5.12.0":
1585+
version "5.12.0"
1586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.0.tgz#cabf545fd592722f0e2b4104711e63bf89525cd2"
1587+
integrity sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ==
15881588
dependencies:
1589-
"@typescript-eslint/types" "5.10.2"
1590-
"@typescript-eslint/visitor-keys" "5.10.2"
1589+
"@typescript-eslint/types" "5.12.0"
1590+
"@typescript-eslint/visitor-keys" "5.12.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.10.2":
1598-
version "5.10.2"
1599-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
1600-
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
1597+
"@typescript-eslint/utils@5.12.0":
1598+
version "5.12.0"
1599+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.0.tgz#92fd3193191621ab863add2f553a7b38b65646af"
1600+
integrity sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw==
16011601
dependencies:
16021602
"@types/json-schema" "^7.0.9"
1603-
"@typescript-eslint/scope-manager" "5.10.2"
1604-
"@typescript-eslint/types" "5.10.2"
1605-
"@typescript-eslint/typescript-estree" "5.10.2"
1603+
"@typescript-eslint/scope-manager" "5.12.0"
1604+
"@typescript-eslint/types" "5.12.0"
1605+
"@typescript-eslint/typescript-estree" "5.12.0"
16061606
eslint-scope "^5.1.1"
16071607
eslint-utils "^3.0.0"
16081608

1609-
"@typescript-eslint/visitor-keys@5.10.2":
1610-
version "5.10.2"
1611-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz#fdbf272d8e61c045d865bd6c8b41bea73d222f3d"
1612-
integrity sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==
1609+
"@typescript-eslint/visitor-keys@5.12.0":
1610+
version "5.12.0"
1611+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.0.tgz#1ac9352ed140b07ba144ebf371b743fdf537ec16"
1612+
integrity sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg==
16131613
dependencies:
1614-
"@typescript-eslint/types" "5.10.2"
1614+
"@typescript-eslint/types" "5.12.0"
16151615
eslint-visitor-keys "^3.0.0"
16161616

16171617
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)