This repository was archived by the owner on Mar 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +66
-12
lines changed Expand file tree Collapse file tree 3 files changed +66
-12
lines changed Original file line number Diff line number Diff line change 134
134
"@sourcegraph/tsconfig" : " ^4.0.1" ,
135
135
"@types/node" : " 14.17.4" ,
136
136
"@types/vscode" : " 1.52.0" ,
137
- "eslint" : " ^7.29 .0" ,
137
+ "eslint" : " ^7.30 .0" ,
138
138
"husky" : " ^4.3.6" ,
139
139
"nyc" : " ^15.1.0" ,
140
140
"prettier" : " ^2.2.1" ,
Original file line number Diff line number Diff line change 400
400
minimatch "^3.0.4"
401
401
strip-json-comments "^3.1.1"
402
402
403
+ " @humanwhocodes/config-array@^0.5.0 " :
404
+ version "0.5.0"
405
+ resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz"
406
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
407
+ dependencies :
408
+ " @humanwhocodes/object-schema" " ^1.2.0"
409
+ debug "^4.1.1"
410
+ minimatch "^3.0.4"
411
+
412
+ " @humanwhocodes/object-schema@^1.2.0 " :
413
+ version "1.2.0"
414
+ resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz"
415
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
416
+
403
417
" @istanbuljs/load-nyc-config@^1.0.0 " :
404
418
version "1.1.0"
405
419
resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz"
@@ -2499,13 +2513,14 @@ eslint-visitor-keys@^2.0.0:
2499
2513
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz"
2500
2514
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2501
2515
2502
- eslint@^7.29 .0 :
2503
- version "7.29 .0"
2504
- resolved "https://registry.npmjs.org/eslint/-/eslint-7.29 .0.tgz"
2505
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
2516
+ eslint@^7.30 .0 :
2517
+ version "7.30 .0"
2518
+ resolved "https://registry.npmjs.org/eslint/-/eslint-7.30 .0.tgz"
2519
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
2506
2520
dependencies :
2507
2521
" @babel/code-frame" " 7.12.11"
2508
2522
" @eslint/eslintrc" " ^0.4.2"
2523
+ " @humanwhocodes/config-array" " ^0.5.0"
2509
2524
ajv "^6.10.0"
2510
2525
chalk "^4.0.0"
2511
2526
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments