Skip to content

Commit 36980e3

Browse files
committed
chore: update typescript-eslint monorepo to v4.15.1
1 parent 6a8b43e commit 36980e3

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

yarn.lock

+39-39
Original file line numberDiff line numberDiff line change
@@ -2234,28 +2234,28 @@
22342234
"@types/yargs-parser" "*"
22352235

22362236
"@typescript-eslint/eslint-plugin@^4.1.0":
2237-
version "4.15.0"
2238-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.0.tgz#13a5a07cf30d0d5781e43480aa2a8d38d308b084"
2239-
integrity sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ==
2237+
version "4.15.1"
2238+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.1.tgz#835f64aa0a403e5e9e64c10ceaf8d05c3f015180"
2239+
integrity sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw==
22402240
dependencies:
2241-
"@typescript-eslint/experimental-utils" "4.15.0"
2242-
"@typescript-eslint/scope-manager" "4.15.0"
2241+
"@typescript-eslint/experimental-utils" "4.15.1"
2242+
"@typescript-eslint/scope-manager" "4.15.1"
22432243
debug "^4.1.1"
22442244
functional-red-black-tree "^1.0.1"
22452245
lodash "^4.17.15"
22462246
regexpp "^3.0.0"
22472247
semver "^7.3.2"
22482248
tsutils "^3.17.1"
22492249

2250-
"@typescript-eslint/[email protected].0":
2251-
version "4.15.0"
2252-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz#b87c36410a9b23f637689427be85007a2ec1a9c6"
2253-
integrity sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==
2250+
"@typescript-eslint/[email protected].1":
2251+
version "4.15.1"
2252+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.1.tgz#d744d1ac40570a84b447f7aa1b526368afd17eec"
2253+
integrity sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ==
22542254
dependencies:
22552255
"@types/json-schema" "^7.0.3"
2256-
"@typescript-eslint/scope-manager" "4.15.0"
2257-
"@typescript-eslint/types" "4.15.0"
2258-
"@typescript-eslint/typescript-estree" "4.15.0"
2256+
"@typescript-eslint/scope-manager" "4.15.1"
2257+
"@typescript-eslint/types" "4.15.1"
2258+
"@typescript-eslint/typescript-estree" "4.15.1"
22592259
eslint-scope "^5.0.0"
22602260
eslint-utils "^2.0.0"
22612261

@@ -2272,22 +2272,22 @@
22722272
eslint-utils "^2.0.0"
22732273

22742274
"@typescript-eslint/parser@^4.1.0":
2275-
version "4.15.0"
2276-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.15.0.tgz#8df94365b4b7161f9e8514fe28aef19954810b6b"
2277-
integrity sha512-L6Dtbq8Bc7g2aZwnIBETpmUa9XDKCMzKVwAArnGp5Mn7PRNFjf3mUzq8UeBjL3K8t311hvevnyqXAMSmxO8Gpg==
2275+
version "4.15.1"
2276+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.15.1.tgz#4c91a0602733db63507e1dbf13187d6c71a153c4"
2277+
integrity sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA==
22782278
dependencies:
2279-
"@typescript-eslint/scope-manager" "4.15.0"
2280-
"@typescript-eslint/types" "4.15.0"
2281-
"@typescript-eslint/typescript-estree" "4.15.0"
2279+
"@typescript-eslint/scope-manager" "4.15.1"
2280+
"@typescript-eslint/types" "4.15.1"
2281+
"@typescript-eslint/typescript-estree" "4.15.1"
22822282
debug "^4.1.1"
22832283

2284-
"@typescript-eslint/[email protected].0":
2285-
version "4.15.0"
2286-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz#c42703558ea6daaaba51a9c3a86f2902dbab9432"
2287-
integrity sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g==
2284+
"@typescript-eslint/[email protected].1":
2285+
version "4.15.1"
2286+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.15.1.tgz#f6511eb38def2a8a6be600c530c243bbb56ac135"
2287+
integrity sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA==
22882288
dependencies:
2289-
"@typescript-eslint/types" "4.15.0"
2290-
"@typescript-eslint/visitor-keys" "4.15.0"
2289+
"@typescript-eslint/types" "4.15.1"
2290+
"@typescript-eslint/visitor-keys" "4.15.1"
22912291

22922292
"@typescript-eslint/[email protected]":
22932293
version "4.7.0"
@@ -2297,23 +2297,23 @@
22972297
"@typescript-eslint/types" "4.7.0"
22982298
"@typescript-eslint/visitor-keys" "4.7.0"
22992299

2300-
"@typescript-eslint/[email protected].0":
2301-
version "4.15.0"
2302-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
2303-
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
2300+
"@typescript-eslint/[email protected].1":
2301+
version "4.15.1"
2302+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
2303+
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
23042304

23052305
"@typescript-eslint/[email protected]":
23062306
version "4.7.0"
23072307
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
23082308
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
23092309

2310-
"@typescript-eslint/[email protected].0":
2311-
version "4.15.0"
2312-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz#402c86a7d2111c1f7a2513022f22a38a395b7f93"
2313-
integrity sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA==
2310+
"@typescript-eslint/[email protected].1":
2311+
version "4.15.1"
2312+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
2313+
integrity sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw==
23142314
dependencies:
2315-
"@typescript-eslint/types" "4.15.0"
2316-
"@typescript-eslint/visitor-keys" "4.15.0"
2315+
"@typescript-eslint/types" "4.15.1"
2316+
"@typescript-eslint/visitor-keys" "4.15.1"
23172317
debug "^4.1.1"
23182318
globby "^11.0.1"
23192319
is-glob "^4.0.1"
@@ -2334,12 +2334,12 @@
23342334
semver "^7.3.2"
23352335
tsutils "^3.17.1"
23362336

2337-
"@typescript-eslint/[email protected].0":
2338-
version "4.15.0"
2339-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz#2a07768df30c8a5673f1bce406338a07fdec38ca"
2340-
integrity sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA==
2337+
"@typescript-eslint/[email protected].1":
2338+
version "4.15.1"
2339+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
2340+
integrity sha512-tYzaTP9plooRJY8eNlpAewTOqtWW/4ff/5wBjNVaJ0S0wC4Gpq/zDVRTJa5bq2v1pCNQ08xxMCndcvR+h7lMww==
23412341
dependencies:
2342-
"@typescript-eslint/types" "4.15.0"
2342+
"@typescript-eslint/types" "4.15.1"
23432343
eslint-visitor-keys "^2.0.0"
23442344

23452345
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)