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 43
43
"@types/node" : " 15.12.5" ,
44
44
"@typescript-eslint/eslint-plugin" : " 4.27.0" ,
45
45
"@typescript-eslint/parser" : " 4.27.0" ,
46
- "eslint" : " 7.29 .0" ,
46
+ "eslint" : " 7.30 .0" ,
47
47
"eslint-config-prettier" : " 8.3.0" ,
48
48
"eslint-plugin-jest" : " 24.3.6" ,
49
49
"eslint-plugin-prettier" : " 3.4.0" ,
Original file line number Diff line number Diff line change 538
538
minimatch "^3.0.4"
539
539
strip-json-comments "^3.1.1"
540
540
541
+ " @humanwhocodes/config-array@^0.5.0 " :
542
+ version "0.5.0"
543
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
544
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
545
+ dependencies :
546
+ " @humanwhocodes/object-schema" " ^1.2.0"
547
+ debug "^4.1.1"
548
+ minimatch "^3.0.4"
549
+
550
+ " @humanwhocodes/object-schema@^1.2.0 " :
551
+ version "1.2.0"
552
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
553
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
554
+
541
555
" @istanbuljs/load-nyc-config@^1.0.0 " :
542
556
version "1.0.0"
543
557
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b"
@@ -1888,13 +1902,14 @@ eslint-visitor-keys@^2.0.0:
1888
1902
version "2.0.0"
1889
1903
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
1890
1904
1891
- eslint@7.29 .0 :
1892
- version "7.29 .0"
1893
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
1894
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
1905
+ eslint@7.30 .0 :
1906
+ version "7.30 .0"
1907
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
1908
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
1895
1909
dependencies :
1896
1910
" @babel/code-frame" " 7.12.11"
1897
1911
" @eslint/eslintrc" " ^0.4.2"
1912
+ " @humanwhocodes/config-array" " ^0.5.0"
1898
1913
ajv "^6.10.0"
1899
1914
chalk "^4.0.0"
1900
1915
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments