File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 36
36
"@types/node" : " 14.17.4" ,
37
37
"@typescript-eslint/eslint-plugin" : " 4.28.1" ,
38
38
"@typescript-eslint/parser" : " 4.28.1" ,
39
- "eslint" : " 7.29 .0" ,
39
+ "eslint" : " 7.30 .0" ,
40
40
"eslint-config-prettier" : " 8.3.0" ,
41
41
"eslint-plugin-import" : " 2.23.4" ,
42
42
"husky" : " 7.0.0" ,
Original file line number Diff line number Diff line change 488
488
minimatch "^3.0.4"
489
489
strip-json-comments "^3.1.1"
490
490
491
+ " @humanwhocodes/config-array@^0.5.0 " :
492
+ version "0.5.0"
493
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
494
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
495
+ dependencies :
496
+ " @humanwhocodes/object-schema" " ^1.2.0"
497
+ debug "^4.1.1"
498
+ minimatch "^3.0.4"
499
+
500
+ " @humanwhocodes/object-schema@^1.2.0 " :
501
+ version "1.2.0"
502
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
503
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
504
+
491
505
" @iarna/toml@2.2.5 " :
492
506
version "2.2.5"
493
507
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -2426,13 +2440,14 @@ eslint-visitor-keys@^2.0.0:
2426
2440
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
2427
2441
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2428
2442
2429
- eslint@7.29 .0 :
2430
- version "7.29 .0"
2431
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
2432
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
2443
+ eslint@7.30 .0 :
2444
+ version "7.30 .0"
2445
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
2446
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
2433
2447
dependencies :
2434
2448
" @babel/code-frame" " 7.12.11"
2435
2449
" @eslint/eslintrc" " ^0.4.2"
2450
+ " @humanwhocodes/config-array" " ^0.5.0"
2436
2451
ajv "^6.10.0"
2437
2452
chalk "^4.0.0"
2438
2453
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments