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 28
28
},
29
29
"devDependencies" : {
30
30
"coveralls" : " ^3.0.6" ,
31
- "eslint" : " ^7.29 .0" ,
31
+ "eslint" : " ^7.30 .0" ,
32
32
"eslint-config-prettier" : " ^7.2.0" ,
33
33
"eslint-plugin-node" : " ^11.1.0" ,
34
34
"eslint-plugin-prettier" : " ^3.4.0" ,
Original file line number Diff line number Diff line change 595
595
" @glimmer/interfaces" " ^0.51.1"
596
596
" @simple-dom/interface" " ^1.4.0"
597
597
598
+ " @humanwhocodes/config-array@^0.5.0 " :
599
+ version "0.5.0"
600
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
601
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
602
+ dependencies :
603
+ " @humanwhocodes/object-schema" " ^1.2.0"
604
+ debug "^4.1.1"
605
+ minimatch "^3.0.4"
606
+
607
+ " @humanwhocodes/object-schema@^1.2.0 " :
608
+ version "1.2.0"
609
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
610
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
611
+
598
612
" @iarna/toml@2.2.5 " :
599
613
version "2.2.5"
600
614
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -2442,13 +2456,14 @@ eslint-visitor-keys@^2.0.0:
2442
2456
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
2443
2457
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2444
2458
2445
- eslint@^7.29 .0 :
2446
- version "7.29 .0"
2447
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
2448
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
2459
+ eslint@^7.30 .0 :
2460
+ version "7.30 .0"
2461
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
2462
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
2449
2463
dependencies :
2450
2464
" @babel/code-frame" " 7.12.11"
2451
2465
" @eslint/eslintrc" " ^0.4.2"
2466
+ " @humanwhocodes/config-array" " ^0.5.0"
2452
2467
ajv "^6.10.0"
2453
2468
chalk "^4.0.0"
2454
2469
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments