Skip to content

Commit e2eabb0

Browse files
Update typescript-eslint monorepo to v5.62.0
1 parent 566a4b8 commit e2eabb0

1 file changed

Lines changed: 130 additions & 87 deletions

File tree

yarn.lock

Lines changed: 130 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
dependencies:
3131
regenerator-runtime "^0.13.4"
3232

33+
"@eslint-community/eslint-utils@^4.2.0":
34+
version "4.9.1"
35+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
36+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
37+
dependencies:
38+
eslint-visitor-keys "^3.4.3"
39+
40+
"@eslint-community/regexpp@^4.4.0":
41+
version "4.12.2"
42+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
43+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
44+
3345
"@eslint/eslintrc@^1.3.0":
3446
version "1.3.0"
3547
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
@@ -348,9 +360,9 @@
348360
"@types/node" "*"
349361

350362
"@types/json-schema@^7.0.9":
351-
version "7.0.11"
352-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
353-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
363+
version "7.0.15"
364+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
365+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
354366

355367
"@types/lodash@^4.14.159":
356368
version "4.14.191"
@@ -406,6 +418,11 @@
406418
dependencies:
407419
"@types/node" "*"
408420

421+
"@types/semver@^7.3.12":
422+
version "7.7.1"
423+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528"
424+
integrity sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==
425+
409426
"@types/ws@^7.4.4":
410427
version "7.4.7"
411428
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.7.tgz#f7c390a36f7a0679aa69de2d501319f4f8d9b702"
@@ -414,83 +431,87 @@
414431
"@types/node" "*"
415432

416433
"@typescript-eslint/eslint-plugin@^5.27.1":
417-
version "5.27.1"
418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.1.tgz#fdf59c905354139046b41b3ed95d1609913d0758"
419-
integrity sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==
420-
dependencies:
421-
"@typescript-eslint/scope-manager" "5.27.1"
422-
"@typescript-eslint/type-utils" "5.27.1"
423-
"@typescript-eslint/utils" "5.27.1"
434+
version "5.62.0"
435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
436+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
437+
dependencies:
438+
"@eslint-community/regexpp" "^4.4.0"
439+
"@typescript-eslint/scope-manager" "5.62.0"
440+
"@typescript-eslint/type-utils" "5.62.0"
441+
"@typescript-eslint/utils" "5.62.0"
424442
debug "^4.3.4"
425-
functional-red-black-tree "^1.0.1"
443+
graphemer "^1.4.0"
426444
ignore "^5.2.0"
427-
regexpp "^3.2.0"
445+
natural-compare-lite "^1.4.0"
428446
semver "^7.3.7"
429447
tsutils "^3.21.0"
430448

431449
"@typescript-eslint/parser@^5.27.1":
432-
version "5.27.1"
433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.1.tgz#3a4dcaa67e45e0427b6ca7bb7165122c8b569639"
434-
integrity sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==
450+
version "5.62.0"
451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
452+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
435453
dependencies:
436-
"@typescript-eslint/scope-manager" "5.27.1"
437-
"@typescript-eslint/types" "5.27.1"
438-
"@typescript-eslint/typescript-estree" "5.27.1"
454+
"@typescript-eslint/scope-manager" "5.62.0"
455+
"@typescript-eslint/types" "5.62.0"
456+
"@typescript-eslint/typescript-estree" "5.62.0"
439457
debug "^4.3.4"
440458

441-
"@typescript-eslint/scope-manager@5.27.1":
442-
version "5.27.1"
443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d"
444-
integrity sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==
459+
"@typescript-eslint/scope-manager@5.62.0":
460+
version "5.62.0"
461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
462+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
445463
dependencies:
446-
"@typescript-eslint/types" "5.27.1"
447-
"@typescript-eslint/visitor-keys" "5.27.1"
464+
"@typescript-eslint/types" "5.62.0"
465+
"@typescript-eslint/visitor-keys" "5.62.0"
448466

449-
"@typescript-eslint/type-utils@5.27.1":
450-
version "5.27.1"
451-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz#369f695199f74c1876e395ebea202582eb1d4166"
452-
integrity sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==
467+
"@typescript-eslint/type-utils@5.62.0":
468+
version "5.62.0"
469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
470+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
453471
dependencies:
454-
"@typescript-eslint/utils" "5.27.1"
472+
"@typescript-eslint/typescript-estree" "5.62.0"
473+
"@typescript-eslint/utils" "5.62.0"
455474
debug "^4.3.4"
456475
tsutils "^3.21.0"
457476

458-
"@typescript-eslint/types@5.27.1":
459-
version "5.27.1"
460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
461-
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
477+
"@typescript-eslint/types@5.62.0":
478+
version "5.62.0"
479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
480+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
462481

463-
"@typescript-eslint/typescript-estree@5.27.1":
464-
version "5.27.1"
465-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808"
466-
integrity sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==
482+
"@typescript-eslint/typescript-estree@5.62.0":
483+
version "5.62.0"
484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
485+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
467486
dependencies:
468-
"@typescript-eslint/types" "5.27.1"
469-
"@typescript-eslint/visitor-keys" "5.27.1"
487+
"@typescript-eslint/types" "5.62.0"
488+
"@typescript-eslint/visitor-keys" "5.62.0"
470489
debug "^4.3.4"
471490
globby "^11.1.0"
472491
is-glob "^4.0.3"
473492
semver "^7.3.7"
474493
tsutils "^3.21.0"
475494

476-
"@typescript-eslint/utils@5.27.1":
477-
version "5.27.1"
478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.1.tgz#b4678b68a94bc3b85bf08f243812a6868ac5128f"
479-
integrity sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==
495+
"@typescript-eslint/utils@5.62.0":
496+
version "5.62.0"
497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
498+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
480499
dependencies:
500+
"@eslint-community/eslint-utils" "^4.2.0"
481501
"@types/json-schema" "^7.0.9"
482-
"@typescript-eslint/scope-manager" "5.27.1"
483-
"@typescript-eslint/types" "5.27.1"
484-
"@typescript-eslint/typescript-estree" "5.27.1"
502+
"@types/semver" "^7.3.12"
503+
"@typescript-eslint/scope-manager" "5.62.0"
504+
"@typescript-eslint/types" "5.62.0"
505+
"@typescript-eslint/typescript-estree" "5.62.0"
485506
eslint-scope "^5.1.1"
486-
eslint-utils "^3.0.0"
507+
semver "^7.3.7"
487508

488-
"@typescript-eslint/visitor-keys@5.27.1":
489-
version "5.27.1"
490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af"
491-
integrity sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==
509+
"@typescript-eslint/visitor-keys@5.62.0":
510+
version "5.62.0"
511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
512+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
492513
dependencies:
493-
"@typescript-eslint/types" "5.27.1"
514+
"@typescript-eslint/types" "5.62.0"
494515
eslint-visitor-keys "^3.3.0"
495516

496517
JSONStream@1.3.2:
@@ -818,7 +839,14 @@ brace-expansion@^1.1.7:
818839
balanced-match "^1.0.0"
819840
concat-map "0.0.1"
820841

821-
braces@^3.0.2, braces@~3.0.2:
842+
braces@^3.0.3:
843+
version "3.0.3"
844+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
845+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
846+
dependencies:
847+
fill-range "^7.1.1"
848+
849+
braces@~3.0.2:
822850
version "3.0.2"
823851
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
824852
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -1189,13 +1217,20 @@ debug@^3.2.6:
11891217
dependencies:
11901218
ms "^2.1.1"
11911219

1192-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
1220+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
11931221
version "4.3.4"
11941222
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
11951223
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
11961224
dependencies:
11971225
ms "2.1.2"
11981226

1227+
debug@^4.3.4:
1228+
version "4.4.3"
1229+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
1230+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
1231+
dependencies:
1232+
ms "^2.1.3"
1233+
11991234
decamelize@^1.2.0:
12001235
version "1.2.0"
12011236
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -1404,10 +1439,10 @@ eslint-visitor-keys@^2.0.0:
14041439
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
14051440
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
14061441

1407-
eslint-visitor-keys@^3.3.0:
1408-
version "3.3.0"
1409-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
1410-
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
1442+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
1443+
version "3.4.3"
1444+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1445+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
14111446

14121447
eslint@^8.17.0:
14131448
version "8.17.0"
@@ -1600,15 +1635,15 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
16001635
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
16011636

16021637
fast-glob@^3.2.9:
1603-
version "3.2.11"
1604-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
1605-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
1638+
version "3.3.3"
1639+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1640+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
16061641
dependencies:
16071642
"@nodelib/fs.stat" "^2.0.2"
16081643
"@nodelib/fs.walk" "^1.2.3"
16091644
glob-parent "^5.1.2"
16101645
merge2 "^1.3.0"
1611-
micromatch "^4.0.4"
1646+
micromatch "^4.0.8"
16121647

16131648
fast-json-stable-stringify@^2.0.0:
16141649
version "2.1.0"
@@ -1621,9 +1656,9 @@ fast-levenshtein@^2.0.6:
16211656
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
16221657

16231658
fastq@^1.6.0:
1624-
version "1.13.0"
1625-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
1626-
integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
1659+
version "1.20.1"
1660+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.20.1.tgz#ca750a10dc925bc8b18839fd203e3ef4b3ced675"
1661+
integrity sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==
16271662
dependencies:
16281663
reusify "^1.0.4"
16291664

@@ -1639,10 +1674,10 @@ file-uri-to-path@1.0.0:
16391674
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
16401675
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
16411676

1642-
fill-range@^7.0.1:
1643-
version "7.0.1"
1644-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
1645-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
1677+
fill-range@^7.0.1, fill-range@^7.1.1:
1678+
version "7.1.1"
1679+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
1680+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
16461681
dependencies:
16471682
to-regex-range "^5.0.1"
16481683

@@ -1869,6 +1904,11 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0:
18691904
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
18701905
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
18711906

1907+
graphemer@^1.4.0:
1908+
version "1.4.0"
1909+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1910+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1911+
18721912
graphql-import-node@^0.0.5:
18731913
version "0.0.5"
18741914
resolved "https://registry.yarnpkg.com/graphql-import-node/-/graphql-import-node-0.0.5.tgz#caf76a6cece10858b14f27cce935655398fc1bf0"
@@ -1992,9 +2032,9 @@ ieee754@^1.1.13, ieee754@^1.2.1:
19922032
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
19932033

19942034
ignore@^5.2.0:
1995-
version "5.2.0"
1996-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
1997-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
2035+
version "5.3.2"
2036+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2037+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
19982038

19992039
immutable@3.8.2:
20002040
version "3.8.2"
@@ -2183,7 +2223,7 @@ is-electron@^2.2.0:
21832223
is-extglob@^2.1.1:
21842224
version "2.1.1"
21852225
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
2186-
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
2226+
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
21872227

21882228
is-fullwidth-code-point@^2.0.0:
21892229
version "2.0.0"
@@ -2667,12 +2707,12 @@ merge2@^1.3.0, merge2@^1.4.1:
26672707
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
26682708
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
26692709

2670-
micromatch@^4.0.4:
2671-
version "4.0.5"
2672-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
2673-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
2710+
micromatch@^4.0.8:
2711+
version "4.0.8"
2712+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
2713+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
26742714
dependencies:
2675-
braces "^3.0.2"
2715+
braces "^3.0.3"
26762716
picomatch "^2.3.1"
26772717

26782718
mime-db@1.52.0:
@@ -2746,7 +2786,7 @@ ms@2.1.2:
27462786
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
27472787
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
27482788

2749-
ms@^2.1.1:
2789+
ms@^2.1.1, ms@^2.1.3:
27502790
version "2.1.3"
27512791
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
27522792
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -2903,6 +2943,11 @@ nan@^2.14.0, nan@^2.14.2:
29032943
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
29042944
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
29052945

2946+
natural-compare-lite@^1.4.0:
2947+
version "1.4.0"
2948+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2949+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2950+
29062951
natural-compare@^1.4.0:
29072952
version "1.4.0"
29082953
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3371,9 +3416,9 @@ restore-cursor@^3.1.0:
33713416
signal-exit "^3.0.2"
33723417

33733418
reusify@^1.0.4:
3374-
version "1.0.4"
3375-
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
3376-
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
3419+
version "1.1.0"
3420+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
3421+
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
33773422

33783423
rimraf@^2.6.3:
33793424
version "2.7.1"
@@ -3484,11 +3529,9 @@ semver@^7.0.0:
34843529
lru-cache "^7.4.0"
34853530

34863531
semver@^7.3.7:
3487-
version "7.3.7"
3488-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
3489-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
3490-
dependencies:
3491-
lru-cache "^6.0.0"
3532+
version "7.7.4"
3533+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
3534+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
34923535

34933536
setimmediate@^1.0.5:
34943537
version "1.0.5"

0 commit comments

Comments
 (0)