Skip to content

Commit 31686f2

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5.36.1
1 parent cfab979 commit 31686f2

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
@@ -30,8 +30,8 @@
3030
"@types/jest": "27.5.2",
3131
"@types/node": "16.11.56",
3232
"@types/supertest": "2.0.12",
33-
"@typescript-eslint/eslint-plugin": "5.36.0",
34-
"@typescript-eslint/parser": "5.36.0",
33+
"@typescript-eslint/eslint-plugin": "5.36.1",
34+
"@typescript-eslint/parser": "5.36.1",
3535
"eslint": "8.23.0",
3636
"eslint-config-prettier": "8.5.0",
3737
"eslint-plugin-import": "2.26.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,85 +2515,85 @@
25152515
dependencies:
25162516
"@types/yargs-parser" "*"
25172517

2518-
"@typescript-eslint/eslint-plugin@5.36.0":
2519-
version "5.36.0"
2520-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.0.tgz#8f159c4cdb3084eb5d4b72619a2ded942aa109e5"
2521-
integrity sha512-X3In41twSDnYRES7hO2xna4ZC02SY05UN9sGW//eL1P5k4CKfvddsdC2hOq0O3+WU1wkCPQkiTY9mzSnXKkA0w==
2522-
dependencies:
2523-
"@typescript-eslint/scope-manager" "5.36.0"
2524-
"@typescript-eslint/type-utils" "5.36.0"
2525-
"@typescript-eslint/utils" "5.36.0"
2518+
"@typescript-eslint/eslint-plugin@5.36.1":
2519+
version "5.36.1"
2520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz#471f64dc53600025e470dad2ca4a9f2864139019"
2521+
integrity sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==
2522+
dependencies:
2523+
"@typescript-eslint/scope-manager" "5.36.1"
2524+
"@typescript-eslint/type-utils" "5.36.1"
2525+
"@typescript-eslint/utils" "5.36.1"
25262526
debug "^4.3.4"
25272527
functional-red-black-tree "^1.0.1"
25282528
ignore "^5.2.0"
25292529
regexpp "^3.2.0"
25302530
semver "^7.3.7"
25312531
tsutils "^3.21.0"
25322532

2533-
"@typescript-eslint/parser@5.36.0":
2534-
version "5.36.0"
2535-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.0.tgz#c08883073fb65acaafd268a987fd2314ce80c789"
2536-
integrity sha512-dlBZj7EGB44XML8KTng4QM0tvjI8swDh8MdpE5NX5iHWgWEfIuqSfSE+GPeCrCdj7m4tQLuevytd57jNDXJ2ZA==
2533+
"@typescript-eslint/parser@5.36.1":
2534+
version "5.36.1"
2535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
2536+
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
25372537
dependencies:
2538-
"@typescript-eslint/scope-manager" "5.36.0"
2539-
"@typescript-eslint/types" "5.36.0"
2540-
"@typescript-eslint/typescript-estree" "5.36.0"
2538+
"@typescript-eslint/scope-manager" "5.36.1"
2539+
"@typescript-eslint/types" "5.36.1"
2540+
"@typescript-eslint/typescript-estree" "5.36.1"
25412541
debug "^4.3.4"
25422542

2543-
"@typescript-eslint/scope-manager@5.36.0":
2544-
version "5.36.0"
2545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.0.tgz#f4f859913add160318c0a5daccd3a030d1311530"
2546-
integrity sha512-PZUC9sz0uCzRiuzbkh6BTec7FqgwXW03isumFVkuPw/Ug/6nbAqPUZaRy4w99WCOUuJTjhn3tMjsM94NtEj64g==
2543+
"@typescript-eslint/scope-manager@5.36.1":
2544+
version "5.36.1"
2545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
2546+
integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==
25472547
dependencies:
2548-
"@typescript-eslint/types" "5.36.0"
2549-
"@typescript-eslint/visitor-keys" "5.36.0"
2548+
"@typescript-eslint/types" "5.36.1"
2549+
"@typescript-eslint/visitor-keys" "5.36.1"
25502550

2551-
"@typescript-eslint/type-utils@5.36.0":
2552-
version "5.36.0"
2553-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.0.tgz#5d2f94a36a298ae240ceca54b3bc230be9a99f0a"
2554-
integrity sha512-W/E3yJFqRYsjPljJ2gy0YkoqLJyViWs2DC6xHkXcWyhkIbCDdaVnl7mPLeQphVI+dXtY05EcXFzWLXhq8Mm/lQ==
2551+
"@typescript-eslint/type-utils@5.36.1":
2552+
version "5.36.1"
2553+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
2554+
integrity sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==
25552555
dependencies:
2556-
"@typescript-eslint/typescript-estree" "5.36.0"
2557-
"@typescript-eslint/utils" "5.36.0"
2556+
"@typescript-eslint/typescript-estree" "5.36.1"
2557+
"@typescript-eslint/utils" "5.36.1"
25582558
debug "^4.3.4"
25592559
tsutils "^3.21.0"
25602560

2561-
"@typescript-eslint/types@5.36.0":
2562-
version "5.36.0"
2563-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.0.tgz#cde7b94d1c09a4f074f46db99e7bd929fb0a5559"
2564-
integrity sha512-3JJuLL1r3ljRpFdRPeOtgi14Vmpx+2JcR6gryeORmW3gPBY7R1jNYoq4yBN1L//ONZjMlbJ7SCIwugOStucYiQ==
2561+
"@typescript-eslint/types@5.36.1":
2562+
version "5.36.1"
2563+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
2564+
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
25652565

2566-
"@typescript-eslint/typescript-estree@5.36.0":
2567-
version "5.36.0"
2568-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.0.tgz#0acce61b4850bdb0e578f0884402726680608789"
2569-
integrity sha512-EW9wxi76delg/FS9+WV+fkPdwygYzRrzEucdqFVWXMQWPOjFy39mmNNEmxuO2jZHXzSQTXzhxiU1oH60AbIw9A==
2566+
"@typescript-eslint/typescript-estree@5.36.1":
2567+
version "5.36.1"
2568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
2569+
integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==
25702570
dependencies:
2571-
"@typescript-eslint/types" "5.36.0"
2572-
"@typescript-eslint/visitor-keys" "5.36.0"
2571+
"@typescript-eslint/types" "5.36.1"
2572+
"@typescript-eslint/visitor-keys" "5.36.1"
25732573
debug "^4.3.4"
25742574
globby "^11.1.0"
25752575
is-glob "^4.0.3"
25762576
semver "^7.3.7"
25772577
tsutils "^3.21.0"
25782578

2579-
"@typescript-eslint/utils@5.36.0":
2580-
version "5.36.0"
2581-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.0.tgz#104c864ecc1448417606359275368bf3872bbabb"
2582-
integrity sha512-wAlNhXXYvAAUBbRmoJDywF/j2fhGLBP4gnreFvYvFbtlsmhMJ4qCKVh/Z8OP4SgGR3xbciX2nmG639JX0uw1OQ==
2579+
"@typescript-eslint/utils@5.36.1":
2580+
version "5.36.1"
2581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
2582+
integrity sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==
25832583
dependencies:
25842584
"@types/json-schema" "^7.0.9"
2585-
"@typescript-eslint/scope-manager" "5.36.0"
2586-
"@typescript-eslint/types" "5.36.0"
2587-
"@typescript-eslint/typescript-estree" "5.36.0"
2585+
"@typescript-eslint/scope-manager" "5.36.1"
2586+
"@typescript-eslint/types" "5.36.1"
2587+
"@typescript-eslint/typescript-estree" "5.36.1"
25882588
eslint-scope "^5.1.1"
25892589
eslint-utils "^3.0.0"
25902590

2591-
"@typescript-eslint/visitor-keys@5.36.0":
2592-
version "5.36.0"
2593-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.0.tgz#565d35a5ca00d00a406a942397ead2cb190663ba"
2594-
integrity sha512-pdqSJwGKueOrpjYIex0T39xarDt1dn4p7XJ+6FqBWugNQwXlNGC5h62qayAIYZ/RPPtD+ButDWmpXT1eGtiaYg==
2591+
"@typescript-eslint/visitor-keys@5.36.1":
2592+
version "5.36.1"
2593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
2594+
integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==
25952595
dependencies:
2596-
"@typescript-eslint/types" "5.36.0"
2596+
"@typescript-eslint/types" "5.36.1"
25972597
eslint-visitor-keys "^3.3.0"
25982598

25992599
"@webassemblyjs/ast@1.11.1":

0 commit comments

Comments
 (0)