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 134134 "@sourcegraph/tsconfig" : " ^4.0.1" ,
135135 "@types/node" : " 14.17.4" ,
136136 "@types/vscode" : " 1.52.0" ,
137- "eslint" : " ^7.29 .0" ,
137+ "eslint" : " ^7.30 .0" ,
138138 "husky" : " ^4.3.6" ,
139139 "nyc" : " ^15.1.0" ,
140140 "prettier" : " ^2.2.1" ,
Original file line number Diff line number Diff line change 400400 minimatch "^3.0.4"
401401 strip-json-comments "^3.1.1"
402402
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+
403417" @istanbuljs/load-nyc-config@^1.0.0 " :
404418 version "1.1.0"
405419 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:
24992513 resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz"
25002514 integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
25012515
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 ==
25062520 dependencies :
25072521 " @babel/code-frame" " 7.12.11"
25082522 " @eslint/eslintrc" " ^0.4.2"
2523+ " @humanwhocodes/config-array" " ^0.5.0"
25092524 ajv "^6.10.0"
25102525 chalk "^4.0.0"
25112526 cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments