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 31
31
"@softwareventures/tsconfig" : " 5.1.0" ,
32
32
"ava" : " 3.15.0" ,
33
33
"cz-conventional-changelog" : " 3.3.0" ,
34
- "eslint" : " 7.29 .0" ,
34
+ "eslint" : " 7.30 .0" ,
35
35
"prettier" : " 2.3.2" ,
36
36
"semantic-release" : " 17.4.4" ,
37
37
"ts-node" : " 9.1.1" ,
Original file line number Diff line number Diff line change 92
92
minimatch "^3.0.4"
93
93
strip-json-comments "^3.1.1"
94
94
95
+ " @humanwhocodes/config-array@^0.5.0 " :
96
+ version "0.5.0"
97
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
98
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
99
+ dependencies :
100
+ " @humanwhocodes/object-schema" " ^1.2.0"
101
+ debug "^4.1.1"
102
+ minimatch "^3.0.4"
103
+
104
+ " @humanwhocodes/object-schema@^1.2.0 " :
105
+ version "1.2.0"
106
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
107
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
108
+
95
109
96
110
version "2.1.4"
97
111
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69"
@@ -2324,13 +2338,14 @@ eslint-visitor-keys@^2.0.0:
2324
2338
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
2325
2339
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2326
2340
2327
- eslint@7.29 .0 :
2328
- version "7.29 .0"
2329
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
2330
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
2341
+ eslint@7.30 .0 :
2342
+ version "7.30 .0"
2343
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
2344
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
2331
2345
dependencies :
2332
2346
" @babel/code-frame" " 7.12.11"
2333
2347
" @eslint/eslintrc" " ^0.4.2"
2348
+ " @humanwhocodes/config-array" " ^0.5.0"
2334
2349
ajv "^6.10.0"
2335
2350
chalk "^4.0.0"
2336
2351
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments