File tree 2 files changed +20
-5
lines changed
2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 53
53
"@sourcegraph/prettierrc" : " ^3.0.3" ,
54
54
"@sourcegraph/tsconfig" : " ^4.0.1" ,
55
55
"@types/mocha" : " 8.2.2" ,
56
- "eslint" : " ^7.29 .0" ,
56
+ "eslint" : " ^7.30 .0" ,
57
57
"husky" : " ^3.0.2" ,
58
58
"mocha" : " ^8.4.0" ,
59
59
"nyc" : " ^15.1.0" ,
Original file line number Diff line number Diff line change 344
344
minimatch "^3.0.4"
345
345
strip-json-comments "^3.1.1"
346
346
347
+ " @humanwhocodes/config-array@^0.5.0 " :
348
+ version "0.5.0"
349
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
350
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
351
+ dependencies :
352
+ " @humanwhocodes/object-schema" " ^1.2.0"
353
+ debug "^4.1.1"
354
+ minimatch "^3.0.4"
355
+
356
+ " @humanwhocodes/object-schema@^1.2.0 " :
357
+ version "1.2.0"
358
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
359
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
360
+
347
361
" @iarna/cli@^1.2.0 " :
348
362
version "1.2.0"
349
363
resolved "https://registry.yarnpkg.com/@iarna/cli/-/cli-1.2.0.tgz#0f7af5e851afe895104583c4ca07377a8094d641"
@@ -2467,13 +2481,14 @@ eslint-visitor-keys@^2.0.0:
2467
2481
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
2468
2482
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2469
2483
2470
- eslint@^7.29 .0 :
2471
- version "7.29 .0"
2472
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
2473
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
2484
+ eslint@^7.30 .0 :
2485
+ version "7.30 .0"
2486
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
2487
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
2474
2488
dependencies :
2475
2489
" @babel/code-frame" " 7.12.11"
2476
2490
" @eslint/eslintrc" " ^0.4.2"
2491
+ " @humanwhocodes/config-array" " ^0.5.0"
2477
2492
ajv "^6.10.0"
2478
2493
chalk "^4.0.0"
2479
2494
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments