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 53
53
"@sourcegraph/prettierrc" : " ^2.2.0" ,
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" : " ^2.1.0" ,
58
58
"mocha" : " ^6.1.4" ,
59
59
"nyc" : " ^14.1.0" ,
Original file line number Diff line number Diff line change 260
260
minimatch "^3.0.4"
261
261
strip-json-comments "^3.1.1"
262
262
263
+ " @humanwhocodes/config-array@^0.5.0 " :
264
+ version "0.5.0"
265
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
266
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
267
+ dependencies :
268
+ " @humanwhocodes/object-schema" " ^1.2.0"
269
+ debug "^4.1.1"
270
+ minimatch "^3.0.4"
271
+
272
+ " @humanwhocodes/object-schema@^1.2.0 " :
273
+ version "1.2.0"
274
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
275
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
276
+
263
277
" @jest/types@^26.6.2 " :
264
278
version "26.6.2"
265
279
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
@@ -2351,13 +2365,14 @@ eslint-visitor-keys@^2.0.0:
2351
2365
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
2352
2366
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2353
2367
2354
- eslint@^7.29 .0 :
2355
- version "7.29 .0"
2356
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
2357
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
2368
+ eslint@^7.30 .0 :
2369
+ version "7.30 .0"
2370
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
2371
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
2358
2372
dependencies :
2359
2373
" @babel/code-frame" " 7.12.11"
2360
2374
" @eslint/eslintrc" " ^0.4.2"
2375
+ " @humanwhocodes/config-array" " ^0.5.0"
2361
2376
ajv "^6.10.0"
2362
2377
chalk "^4.0.0"
2363
2378
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments