Skip to content

Commit 8815c0c

Browse files
committed
Update typescript-eslint monorepo to v5.36.2
1 parent 85df642 commit 8815c0c

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/dotenv": "8.2.0",
2727
"@types/mocha": "9.1.1",
2828
"@types/node": "16.11.57",
29-
"@typescript-eslint/eslint-plugin": "5.36.1",
30-
"@typescript-eslint/parser": "5.36.1",
29+
"@typescript-eslint/eslint-plugin": "5.36.2",
30+
"@typescript-eslint/parser": "5.36.2",
3131
"chai": "4.3.6",
3232
"del-cli": "4.0.1",
3333
"dotenv": "16.0.2",

yarn.lock

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

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

1714-
"@typescript-eslint/parser@5.36.1":
1715-
version "5.36.1"
1716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
1717-
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
1714+
"@typescript-eslint/parser@5.36.2":
1715+
version "5.36.2"
1716+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.2.tgz#3ddf323d3ac85a25295a55fcb9c7a49ab4680ddd"
1717+
integrity sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==
17181718
dependencies:
1719-
"@typescript-eslint/scope-manager" "5.36.1"
1720-
"@typescript-eslint/types" "5.36.1"
1721-
"@typescript-eslint/typescript-estree" "5.36.1"
1719+
"@typescript-eslint/scope-manager" "5.36.2"
1720+
"@typescript-eslint/types" "5.36.2"
1721+
"@typescript-eslint/typescript-estree" "5.36.2"
17221722
debug "^4.3.4"
17231723

1724-
"@typescript-eslint/scope-manager@5.36.1":
1725-
version "5.36.1"
1726-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
1727-
integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==
1724+
"@typescript-eslint/scope-manager@5.36.2":
1725+
version "5.36.2"
1726+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz#a75eb588a3879ae659514780831370642505d1cd"
1727+
integrity sha512-cNNP51L8SkIFSfce8B1NSUBTJTu2Ts4nWeWbFrdaqjmn9yKrAaJUBHkyTZc0cL06OFHpb+JZq5AUHROS398Orw==
17281728
dependencies:
1729-
"@typescript-eslint/types" "5.36.1"
1730-
"@typescript-eslint/visitor-keys" "5.36.1"
1729+
"@typescript-eslint/types" "5.36.2"
1730+
"@typescript-eslint/visitor-keys" "5.36.2"
17311731

1732-
"@typescript-eslint/type-utils@5.36.1":
1733-
version "5.36.1"
1734-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
1735-
integrity sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==
1732+
"@typescript-eslint/type-utils@5.36.2":
1733+
version "5.36.2"
1734+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.2.tgz#752373f4babf05e993adf2cd543a763632826391"
1735+
integrity sha512-rPQtS5rfijUWLouhy6UmyNquKDPhQjKsaKH0WnY6hl/07lasj8gPaH2UD8xWkePn6SC+jW2i9c2DZVDnL+Dokw==
17361736
dependencies:
1737-
"@typescript-eslint/typescript-estree" "5.36.1"
1738-
"@typescript-eslint/utils" "5.36.1"
1737+
"@typescript-eslint/typescript-estree" "5.36.2"
1738+
"@typescript-eslint/utils" "5.36.2"
17391739
debug "^4.3.4"
17401740
tsutils "^3.21.0"
17411741

1742-
"@typescript-eslint/types@5.36.1":
1743-
version "5.36.1"
1744-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
1745-
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
1742+
"@typescript-eslint/types@5.36.2":
1743+
version "5.36.2"
1744+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.2.tgz#a5066e500ebcfcee36694186ccc57b955c05faf9"
1745+
integrity sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==
17461746

1747-
"@typescript-eslint/typescript-estree@5.36.1":
1748-
version "5.36.1"
1749-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
1750-
integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==
1747+
"@typescript-eslint/typescript-estree@5.36.2":
1748+
version "5.36.2"
1749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz#0c93418b36c53ba0bc34c61fe9405c4d1d8fe560"
1750+
integrity sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==
17511751
dependencies:
1752-
"@typescript-eslint/types" "5.36.1"
1753-
"@typescript-eslint/visitor-keys" "5.36.1"
1752+
"@typescript-eslint/types" "5.36.2"
1753+
"@typescript-eslint/visitor-keys" "5.36.2"
17541754
debug "^4.3.4"
17551755
globby "^11.1.0"
17561756
is-glob "^4.0.3"
17571757
semver "^7.3.7"
17581758
tsutils "^3.21.0"
17591759

1760-
"@typescript-eslint/utils@5.36.1":
1761-
version "5.36.1"
1762-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
1763-
integrity sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==
1760+
"@typescript-eslint/utils@5.36.2":
1761+
version "5.36.2"
1762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.2.tgz#b01a76f0ab244404c7aefc340c5015d5ce6da74c"
1763+
integrity sha512-uNcopWonEITX96v9pefk9DC1bWMdkweeSsewJ6GeC7L6j2t0SJywisgkr9wUTtXk90fi2Eljj90HSHm3OGdGRg==
17641764
dependencies:
17651765
"@types/json-schema" "^7.0.9"
1766-
"@typescript-eslint/scope-manager" "5.36.1"
1767-
"@typescript-eslint/types" "5.36.1"
1768-
"@typescript-eslint/typescript-estree" "5.36.1"
1766+
"@typescript-eslint/scope-manager" "5.36.2"
1767+
"@typescript-eslint/types" "5.36.2"
1768+
"@typescript-eslint/typescript-estree" "5.36.2"
17691769
eslint-scope "^5.1.1"
17701770
eslint-utils "^3.0.0"
17711771

1772-
"@typescript-eslint/visitor-keys@5.36.1":
1773-
version "5.36.1"
1774-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
1775-
integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==
1772+
"@typescript-eslint/visitor-keys@5.36.2":
1773+
version "5.36.2"
1774+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz#2f8f78da0a3bad3320d2ac24965791ac39dace5a"
1775+
integrity sha512-BtRvSR6dEdrNt7Net2/XDjbYKU5Ml6GqJgVfXT0CxTCJlnIqK7rAGreuWKMT2t8cFUT2Msv5oxw0GMRD7T5J7A==
17761776
dependencies:
1777-
"@typescript-eslint/types" "5.36.1"
1777+
"@typescript-eslint/types" "5.36.2"
17781778
eslint-visitor-keys "^3.3.0"
17791779

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

0 commit comments

Comments
 (0)