Skip to content

Commit 46f88fb

Browse files
committed
Update typescript-eslint monorepo to v5.36.1
1 parent 45b968b commit 46f88fb

2 files changed

Lines changed: 51 additions & 51 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/dotenv": "8.2.0",
2828
"@types/mocha": "9.1.1",
2929
"@types/node": "16.11.56",
30-
"@typescript-eslint/eslint-plugin": "5.36.0",
31-
"@typescript-eslint/parser": "5.36.0",
30+
"@typescript-eslint/eslint-plugin": "5.36.1",
31+
"@typescript-eslint/parser": "5.36.1",
3232
"chai": "4.3.6",
3333
"del-cli": "4.0.1",
3434
"dotenv": "16.0.1",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,85 +1695,85 @@
16951695
"@types/bn.js" "*"
16961696
"@types/underscore" "*"
16971697

1698-
"@typescript-eslint/eslint-plugin@5.36.0":
1699-
version "5.36.0"
1700-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.0.tgz#8f159c4cdb3084eb5d4b72619a2ded942aa109e5"
1701-
integrity sha512-X3In41twSDnYRES7hO2xna4ZC02SY05UN9sGW//eL1P5k4CKfvddsdC2hOq0O3+WU1wkCPQkiTY9mzSnXKkA0w==
1702-
dependencies:
1703-
"@typescript-eslint/scope-manager" "5.36.0"
1704-
"@typescript-eslint/type-utils" "5.36.0"
1705-
"@typescript-eslint/utils" "5.36.0"
1698+
"@typescript-eslint/eslint-plugin@5.36.1":
1699+
version "5.36.1"
1700+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz#471f64dc53600025e470dad2ca4a9f2864139019"
1701+
integrity sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==
1702+
dependencies:
1703+
"@typescript-eslint/scope-manager" "5.36.1"
1704+
"@typescript-eslint/type-utils" "5.36.1"
1705+
"@typescript-eslint/utils" "5.36.1"
17061706
debug "^4.3.4"
17071707
functional-red-black-tree "^1.0.1"
17081708
ignore "^5.2.0"
17091709
regexpp "^3.2.0"
17101710
semver "^7.3.7"
17111711
tsutils "^3.21.0"
17121712

1713-
"@typescript-eslint/parser@5.36.0":
1714-
version "5.36.0"
1715-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.0.tgz#c08883073fb65acaafd268a987fd2314ce80c789"
1716-
integrity sha512-dlBZj7EGB44XML8KTng4QM0tvjI8swDh8MdpE5NX5iHWgWEfIuqSfSE+GPeCrCdj7m4tQLuevytd57jNDXJ2ZA==
1713+
"@typescript-eslint/parser@5.36.1":
1714+
version "5.36.1"
1715+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
1716+
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
17171717
dependencies:
1718-
"@typescript-eslint/scope-manager" "5.36.0"
1719-
"@typescript-eslint/types" "5.36.0"
1720-
"@typescript-eslint/typescript-estree" "5.36.0"
1718+
"@typescript-eslint/scope-manager" "5.36.1"
1719+
"@typescript-eslint/types" "5.36.1"
1720+
"@typescript-eslint/typescript-estree" "5.36.1"
17211721
debug "^4.3.4"
17221722

1723-
"@typescript-eslint/scope-manager@5.36.0":
1724-
version "5.36.0"
1725-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.0.tgz#f4f859913add160318c0a5daccd3a030d1311530"
1726-
integrity sha512-PZUC9sz0uCzRiuzbkh6BTec7FqgwXW03isumFVkuPw/Ug/6nbAqPUZaRy4w99WCOUuJTjhn3tMjsM94NtEj64g==
1723+
"@typescript-eslint/scope-manager@5.36.1":
1724+
version "5.36.1"
1725+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
1726+
integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==
17271727
dependencies:
1728-
"@typescript-eslint/types" "5.36.0"
1729-
"@typescript-eslint/visitor-keys" "5.36.0"
1728+
"@typescript-eslint/types" "5.36.1"
1729+
"@typescript-eslint/visitor-keys" "5.36.1"
17301730

1731-
"@typescript-eslint/type-utils@5.36.0":
1732-
version "5.36.0"
1733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.0.tgz#5d2f94a36a298ae240ceca54b3bc230be9a99f0a"
1734-
integrity sha512-W/E3yJFqRYsjPljJ2gy0YkoqLJyViWs2DC6xHkXcWyhkIbCDdaVnl7mPLeQphVI+dXtY05EcXFzWLXhq8Mm/lQ==
1731+
"@typescript-eslint/type-utils@5.36.1":
1732+
version "5.36.1"
1733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
1734+
integrity sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==
17351735
dependencies:
1736-
"@typescript-eslint/typescript-estree" "5.36.0"
1737-
"@typescript-eslint/utils" "5.36.0"
1736+
"@typescript-eslint/typescript-estree" "5.36.1"
1737+
"@typescript-eslint/utils" "5.36.1"
17381738
debug "^4.3.4"
17391739
tsutils "^3.21.0"
17401740

1741-
"@typescript-eslint/types@5.36.0":
1742-
version "5.36.0"
1743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.0.tgz#cde7b94d1c09a4f074f46db99e7bd929fb0a5559"
1744-
integrity sha512-3JJuLL1r3ljRpFdRPeOtgi14Vmpx+2JcR6gryeORmW3gPBY7R1jNYoq4yBN1L//ONZjMlbJ7SCIwugOStucYiQ==
1741+
"@typescript-eslint/types@5.36.1":
1742+
version "5.36.1"
1743+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
1744+
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
17451745

1746-
"@typescript-eslint/typescript-estree@5.36.0":
1747-
version "5.36.0"
1748-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.0.tgz#0acce61b4850bdb0e578f0884402726680608789"
1749-
integrity sha512-EW9wxi76delg/FS9+WV+fkPdwygYzRrzEucdqFVWXMQWPOjFy39mmNNEmxuO2jZHXzSQTXzhxiU1oH60AbIw9A==
1746+
"@typescript-eslint/typescript-estree@5.36.1":
1747+
version "5.36.1"
1748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
1749+
integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==
17501750
dependencies:
1751-
"@typescript-eslint/types" "5.36.0"
1752-
"@typescript-eslint/visitor-keys" "5.36.0"
1751+
"@typescript-eslint/types" "5.36.1"
1752+
"@typescript-eslint/visitor-keys" "5.36.1"
17531753
debug "^4.3.4"
17541754
globby "^11.1.0"
17551755
is-glob "^4.0.3"
17561756
semver "^7.3.7"
17571757
tsutils "^3.21.0"
17581758

1759-
"@typescript-eslint/utils@5.36.0":
1760-
version "5.36.0"
1761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.0.tgz#104c864ecc1448417606359275368bf3872bbabb"
1762-
integrity sha512-wAlNhXXYvAAUBbRmoJDywF/j2fhGLBP4gnreFvYvFbtlsmhMJ4qCKVh/Z8OP4SgGR3xbciX2nmG639JX0uw1OQ==
1759+
"@typescript-eslint/utils@5.36.1":
1760+
version "5.36.1"
1761+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
1762+
integrity sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==
17631763
dependencies:
17641764
"@types/json-schema" "^7.0.9"
1765-
"@typescript-eslint/scope-manager" "5.36.0"
1766-
"@typescript-eslint/types" "5.36.0"
1767-
"@typescript-eslint/typescript-estree" "5.36.0"
1765+
"@typescript-eslint/scope-manager" "5.36.1"
1766+
"@typescript-eslint/types" "5.36.1"
1767+
"@typescript-eslint/typescript-estree" "5.36.1"
17681768
eslint-scope "^5.1.1"
17691769
eslint-utils "^3.0.0"
17701770

1771-
"@typescript-eslint/visitor-keys@5.36.0":
1772-
version "5.36.0"
1773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.0.tgz#565d35a5ca00d00a406a942397ead2cb190663ba"
1774-
integrity sha512-pdqSJwGKueOrpjYIex0T39xarDt1dn4p7XJ+6FqBWugNQwXlNGC5h62qayAIYZ/RPPtD+ButDWmpXT1eGtiaYg==
1771+
"@typescript-eslint/visitor-keys@5.36.1":
1772+
version "5.36.1"
1773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
1774+
integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==
17751775
dependencies:
1776-
"@typescript-eslint/types" "5.36.0"
1776+
"@typescript-eslint/types" "5.36.1"
17771777
eslint-visitor-keys "^3.3.0"
17781778

17791779
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)