File tree Expand file tree Collapse file tree 2 files changed +60
-1
lines changed Expand file tree Collapse file tree 2 files changed +60
-1
lines changed Original file line number Diff line number Diff line change 34
34
"@typescript-eslint/parser" : " 5.1.0" ,
35
35
"bob-the-bundler" : " 1.5.1" ,
36
36
"dedent" : " 0.7.0" ,
37
- "eslint" : " 8.0.0 " ,
37
+ "eslint" : " 8.0.1 " ,
38
38
"eslint-config-prettier" : " 8.3.0" ,
39
39
"eslint-config-standard" : " 16.0.3" ,
40
40
"eslint-plugin-eslint-plugin" : " 3.6.1" ,
Original file line number Diff line number Diff line change 1436
1436
minimatch "^3.0.4"
1437
1437
strip-json-comments "^3.1.1"
1438
1438
1439
+ " @eslint/eslintrc@^1.0.3 " :
1440
+ version "1.0.3"
1441
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.3.tgz#41f08c597025605f672251dcc4e8be66b5ed7366"
1442
+ integrity sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==
1443
+ dependencies :
1444
+ ajv "^6.12.4"
1445
+ debug "^4.3.2"
1446
+ espree "^9.0.0"
1447
+ globals "^13.9.0"
1448
+ ignore "^4.0.6"
1449
+ import-fresh "^3.2.1"
1450
+ js-yaml "^3.13.1"
1451
+ minimatch "^3.0.4"
1452
+ strip-json-comments "^3.1.1"
1453
+
1439
1454
" @graphql-tools/batch-execute@^8.0.2 " :
1440
1455
version "8.0.2"
1441
1456
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.0.2.tgz#ad9e9b1f791ef9824f72b3bde9987fc7d191e929"
3467
3482
text-table "^0.2.0"
3468
3483
v8-compile-cache "^2.0.3"
3469
3484
3485
+
3486
+ version "8.0.1"
3487
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.0.1.tgz#3610e7fe4a05c2154669515ca60835a76a19f700"
3488
+ integrity sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==
3489
+ dependencies :
3490
+ " @eslint/eslintrc" " ^1.0.3"
3491
+ " @humanwhocodes/config-array" " ^0.6.0"
3492
+ ajv "^6.10.0"
3493
+ chalk "^4.0.0"
3494
+ cross-spawn "^7.0.2"
3495
+ debug "^4.3.2"
3496
+ doctrine "^3.0.0"
3497
+ enquirer "^2.3.5"
3498
+ escape-string-regexp "^4.0.0"
3499
+ eslint-scope "^6.0.0"
3500
+ eslint-utils "^3.0.0"
3501
+ eslint-visitor-keys "^3.0.0"
3502
+ espree "^9.0.0"
3503
+ esquery "^1.4.0"
3504
+ esutils "^2.0.2"
3505
+ fast-deep-equal "^3.1.3"
3506
+ file-entry-cache "^6.0.1"
3507
+ functional-red-black-tree "^1.0.1"
3508
+ glob-parent "^6.0.1"
3509
+ globals "^13.6.0"
3510
+ ignore "^4.0.6"
3511
+ import-fresh "^3.0.0"
3512
+ imurmurhash "^0.1.4"
3513
+ is-glob "^4.0.0"
3514
+ js-yaml "^4.1.0"
3515
+ json-stable-stringify-without-jsonify "^1.0.1"
3516
+ levn "^0.4.1"
3517
+ lodash.merge "^4.6.2"
3518
+ minimatch "^3.0.4"
3519
+ natural-compare "^1.4.0"
3520
+ optionator "^0.9.1"
3521
+ progress "^2.0.0"
3522
+ regexpp "^3.2.0"
3523
+ semver "^7.2.1"
3524
+ strip-ansi "^6.0.0"
3525
+ strip-json-comments "^3.1.0"
3526
+ text-table "^0.2.0"
3527
+ v8-compile-cache "^2.0.3"
3528
+
3470
3529
espree@^9.0.0 :
3471
3530
version "9.0.0"
3472
3531
resolved "https://registry.yarnpkg.com/espree/-/espree-9.0.0.tgz#e90a2965698228502e771c7a58489b1a9d107090"
You can’t perform that action at this time.
0 commit comments