515
515
minimatch "^3.0.4"
516
516
strip-json-comments "^3.1.1"
517
517
518
+ " @eslint/eslintrc@^0.2.2 " :
519
+ version "0.2.2"
520
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
521
+ integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
522
+ dependencies :
523
+ ajv "^6.12.4"
524
+ debug "^4.1.1"
525
+ espree "^7.3.0"
526
+ globals "^12.1.0"
527
+ ignore "^4.0.6"
528
+ import-fresh "^3.2.1"
529
+ js-yaml "^3.13.1"
530
+ lodash "^4.17.19"
531
+ minimatch "^3.0.4"
532
+ strip-json-comments "^3.1.1"
533
+
518
534
" @graphql-tools/batch-execute@^7.0.0 " :
519
535
version "7.0.0"
520
536
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-7.0.0.tgz#e79d11bd5b39f29172f6ec2eafa71103c6a6c85b"
@@ -1258,6 +1274,11 @@ acorn-jsx@^5.2.0:
1258
1274
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
1259
1275
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
1260
1276
1277
+ acorn-jsx@^5.3.1 :
1278
+ version "5.3.1"
1279
+ resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
1280
+ integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
1281
+
1261
1282
acorn-walk@^7.1.1 :
1262
1283
version "7.2.0"
1263
1284
resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
2535
2556
text-table "^0.2.0"
2536
2557
v8-compile-cache "^2.0.3"
2537
2558
2559
+
2560
+ version "7.15.0"
2561
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
2562
+ integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
2563
+ dependencies :
2564
+ " @babel/code-frame" " ^7.0.0"
2565
+ " @eslint/eslintrc" " ^0.2.2"
2566
+ ajv "^6.10.0"
2567
+ chalk "^4.0.0"
2568
+ cross-spawn "^7.0.2"
2569
+ debug "^4.0.1"
2570
+ doctrine "^3.0.0"
2571
+ enquirer "^2.3.5"
2572
+ eslint-scope "^5.1.1"
2573
+ eslint-utils "^2.1.0"
2574
+ eslint-visitor-keys "^2.0.0"
2575
+ espree "^7.3.1"
2576
+ esquery "^1.2.0"
2577
+ esutils "^2.0.2"
2578
+ file-entry-cache "^6.0.0"
2579
+ functional-red-black-tree "^1.0.1"
2580
+ glob-parent "^5.0.0"
2581
+ globals "^12.1.0"
2582
+ ignore "^4.0.6"
2583
+ import-fresh "^3.0.0"
2584
+ imurmurhash "^0.1.4"
2585
+ is-glob "^4.0.0"
2586
+ js-yaml "^3.13.1"
2587
+ json-stable-stringify-without-jsonify "^1.0.1"
2588
+ levn "^0.4.1"
2589
+ lodash "^4.17.19"
2590
+ minimatch "^3.0.4"
2591
+ natural-compare "^1.4.0"
2592
+ optionator "^0.9.1"
2593
+ progress "^2.0.0"
2594
+ regexpp "^3.1.0"
2595
+ semver "^7.2.1"
2596
+ strip-ansi "^6.0.0"
2597
+ strip-json-comments "^3.1.0"
2598
+ table "^5.2.3"
2599
+ text-table "^0.2.0"
2600
+ v8-compile-cache "^2.0.3"
2601
+
2538
2602
espree@^7.3.0 :
2539
2603
version "7.3.0"
2540
2604
resolved "https://registry.npmjs.org/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
@@ -2544,6 +2608,15 @@ espree@^7.3.0:
2544
2608
acorn-jsx "^5.2.0"
2545
2609
eslint-visitor-keys "^1.3.0"
2546
2610
2611
+ espree@^7.3.1 :
2612
+ version "7.3.1"
2613
+ resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
2614
+ integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
2615
+ dependencies :
2616
+ acorn "^7.4.0"
2617
+ acorn-jsx "^5.3.1"
2618
+ eslint-visitor-keys "^1.3.0"
2619
+
2547
2620
esprima@^4.0.0, esprima@^4.0.1 :
2548
2621
version "4.0.1"
2549
2622
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -2794,6 +2867,13 @@ file-entry-cache@^5.0.1:
2794
2867
dependencies :
2795
2868
flat-cache "^2.0.1"
2796
2869
2870
+ file-entry-cache@^6.0.0 :
2871
+ version "6.0.0"
2872
+ resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
2873
+ integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
2874
+ dependencies :
2875
+ flat-cache "^3.0.4"
2876
+
2797
2877
fill-range@^4.0.0 :
2798
2878
version "4.0.0"
2799
2879
resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -2875,11 +2955,24 @@ flat-cache@^2.0.1:
2875
2955
rimraf "2.6.3"
2876
2956
write "1.0.3"
2877
2957
2958
+ flat-cache@^3.0.4 :
2959
+ version "3.0.4"
2960
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
2961
+ integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
2962
+ dependencies :
2963
+ flatted "^3.1.0"
2964
+ rimraf "^3.0.2"
2965
+
2878
2966
flatted@^2.0.0 :
2879
2967
version "2.0.2"
2880
2968
resolved "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
2881
2969
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
2882
2970
2971
+ flatted@^3.1.0 :
2972
+ version "3.1.0"
2973
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
2974
+ integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
2975
+
2883
2976
for-in@^1.0.2 :
2884
2977
version "1.0.2"
2885
2978
resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
5380
5473
dependencies :
5381
5474
glob "^7.1.3"
5382
5475
5383
-
5476
+ [email protected] , rimraf@^3.0.0, rimraf@^3.0.2 :
5384
5477
version "3.0.2"
5385
- resolved "https://registry.npmjs.org /rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
5478
+ resolved "https://registry.yarnpkg.com /rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
5386
5479
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
5387
5480
dependencies :
5388
5481
glob "^7.1.3"
0 commit comments