Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit b946f42

Browse files
dependabot[bot]marvinpinto
authored andcommitted
1 parent 6a34e6c commit b946f42

File tree

1 file changed

+48
-24
lines changed

1 file changed

+48
-24
lines changed

yarn.lock

+48-24
Original file line numberDiff line numberDiff line change
@@ -2414,28 +2414,28 @@
24142414
"@types/yargs-parser" "*"
24152415

24162416
"@typescript-eslint/eslint-plugin@^4.22.0":
2417-
version "4.22.0"
2418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
2419-
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
2417+
version "4.22.1"
2418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.1.tgz#6bcdbaa4548553ab861b4e5f34936ead1349a543"
2419+
integrity sha512-kVTAghWDDhsvQ602tHBc6WmQkdaYbkcTwZu+7l24jtJiYvm9l+/y/b2BZANEezxPDiX5MK2ZecE+9BFi/YJryw==
24202420
dependencies:
2421-
"@typescript-eslint/experimental-utils" "4.22.0"
2422-
"@typescript-eslint/scope-manager" "4.22.0"
2421+
"@typescript-eslint/experimental-utils" "4.22.1"
2422+
"@typescript-eslint/scope-manager" "4.22.1"
24232423
debug "^4.1.1"
24242424
functional-red-black-tree "^1.0.1"
24252425
lodash "^4.17.15"
24262426
regexpp "^3.0.0"
24272427
semver "^7.3.2"
24282428
tsutils "^3.17.1"
24292429

2430-
"@typescript-eslint/experimental-utils@4.22.0", "@typescript-eslint/experimental-utils@^4.0.1":
2431-
version "4.22.0"
2432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
2433-
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
2430+
"@typescript-eslint/experimental-utils@4.22.1", "@typescript-eslint/experimental-utils@^4.0.1":
2431+
version "4.22.1"
2432+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.1.tgz#3938a5c89b27dc9a39b5de63a62ab1623ab27497"
2433+
integrity sha512-svYlHecSMCQGDO2qN1v477ax/IDQwWhc7PRBiwAdAMJE7GXk5stF4Z9R/8wbRkuX/5e9dHqbIWxjeOjckK3wLQ==
24342434
dependencies:
24352435
"@types/json-schema" "^7.0.3"
2436-
"@typescript-eslint/scope-manager" "4.22.0"
2437-
"@typescript-eslint/types" "4.22.0"
2438-
"@typescript-eslint/typescript-estree" "4.22.0"
2436+
"@typescript-eslint/scope-manager" "4.22.1"
2437+
"@typescript-eslint/types" "4.22.1"
2438+
"@typescript-eslint/typescript-estree" "4.22.1"
24392439
eslint-scope "^5.0.0"
24402440
eslint-utils "^2.0.0"
24412441

@@ -2457,11 +2457,24 @@
24572457
"@typescript-eslint/types" "4.22.0"
24582458
"@typescript-eslint/visitor-keys" "4.22.0"
24592459

2460+
"@typescript-eslint/scope-manager@4.22.1":
2461+
version "4.22.1"
2462+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.1.tgz#5bb357f94f9cd8b94e6be43dd637eb73b8f355b4"
2463+
integrity sha512-d5bAiPBiessSmNi8Amq/RuLslvcumxLmyhf1/Xa9IuaoFJ0YtshlJKxhlbY7l2JdEk3wS0EnmnfeJWSvADOe0g==
2464+
dependencies:
2465+
"@typescript-eslint/types" "4.22.1"
2466+
"@typescript-eslint/visitor-keys" "4.22.1"
2467+
24602468
"@typescript-eslint/types@4.22.0":
24612469
version "4.22.0"
24622470
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
24632471
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
24642472

2473+
"@typescript-eslint/types@4.22.1":
2474+
version "4.22.1"
2475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.1.tgz#bf99c6cec0b4a23d53a61894816927f2adad856a"
2476+
integrity sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==
2477+
24652478
"@typescript-eslint/typescript-estree@4.22.0":
24662479
version "4.22.0"
24672480
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
@@ -2475,6 +2488,19 @@
24752488
semver "^7.3.2"
24762489
tsutils "^3.17.1"
24772490

2491+
"@typescript-eslint/typescript-estree@4.22.1":
2492+
version "4.22.1"
2493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.1.tgz#dca379eead8cdfd4edc04805e83af6d148c164f9"
2494+
integrity sha512-p3We0pAPacT+onSGM+sPR+M9CblVqdA9F1JEdIqRVlxK5Qth4ochXQgIyb9daBomyQKAXbygxp1aXQRV0GC79A==
2495+
dependencies:
2496+
"@typescript-eslint/types" "4.22.1"
2497+
"@typescript-eslint/visitor-keys" "4.22.1"
2498+
debug "^4.1.1"
2499+
globby "^11.0.1"
2500+
is-glob "^4.0.1"
2501+
semver "^7.3.2"
2502+
tsutils "^3.17.1"
2503+
24782504
"@typescript-eslint/visitor-keys@4.22.0":
24792505
version "4.22.0"
24802506
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
@@ -2483,6 +2509,14 @@
24832509
"@typescript-eslint/types" "4.22.0"
24842510
eslint-visitor-keys "^2.0.0"
24852511

2512+
"@typescript-eslint/visitor-keys@4.22.1":
2513+
version "4.22.1"
2514+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.1.tgz#6045ae25a11662c671f90b3a403d682dfca0b7a6"
2515+
integrity sha512-WPkOrIRm+WCLZxXQHCi+WG8T2MMTUFR70rWjdWYddLT7cEfb2P4a3O/J2U1FBVsSFTocXLCoXWY6MZGejeStvQ==
2516+
dependencies:
2517+
"@typescript-eslint/types" "4.22.1"
2518+
eslint-visitor-keys "^2.0.0"
2519+
24862520
"@webassemblyjs/ast@1.9.0":
24872521
version "1.9.0"
24882522
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
@@ -6978,12 +7012,7 @@ lodash.uniq@^4.5.0:
69787012
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
69797013
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
69807014

6981-
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
6982-
version "4.17.20"
6983-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
6984-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
6985-
6986-
lodash@^4.17.21:
7015+
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21:
69877016
version "4.17.21"
69887017
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
69897018
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -8827,12 +8856,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
88278856
extend-shallow "^3.0.2"
88288857
safe-regex "^1.1.0"
88298858

8830-
regexpp@^3.0.0:
8831-
version "3.0.0"
8832-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
8833-
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
8834-
8835-
regexpp@^3.1.0:
8859+
regexpp@^3.0.0, regexpp@^3.1.0:
88368860
version "3.1.0"
88378861
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
88388862
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==

0 commit comments

Comments
 (0)