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 85
85
"@typescript-eslint/eslint-plugin" : " 4.28.0" ,
86
86
"@typescript-eslint/parser" : " 4.28.0" ,
87
87
"codecov" : " 3.8.2" ,
88
- "eslint" : " 7.29 .0" ,
88
+ "eslint" : " 7.30 .0" ,
89
89
"eslint-config-prettier" : " 8.3.0" ,
90
90
"eslint-plugin-prettier" : " 3.4.0" ,
91
91
"eslint-plugin-simple-import-sort" : " 7.0.0" ,
Original file line number Diff line number Diff line change 968
968
minimatch "^3.0.4"
969
969
strip-json-comments "^3.1.1"
970
970
971
+ " @humanwhocodes/config-array@^0.5.0 " :
972
+ version "0.5.0"
973
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
974
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
975
+ dependencies :
976
+ " @humanwhocodes/object-schema" " ^1.2.0"
977
+ debug "^4.1.1"
978
+ minimatch "^3.0.4"
979
+
980
+ " @humanwhocodes/object-schema@^1.2.0 " :
981
+ version "1.2.0"
982
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
983
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
984
+
971
985
" @istanbuljs/load-nyc-config@^1.0.0 " :
972
986
version "1.1.0"
973
987
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -2764,13 +2778,14 @@ eslint-visitor-keys@^2.0.0:
2764
2778
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
2765
2779
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
2766
2780
2767
- eslint@7.29 .0 :
2768
- version "7.29 .0"
2769
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
2770
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
2781
+ eslint@7.30 .0 :
2782
+ version "7.30 .0"
2783
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
2784
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
2771
2785
dependencies :
2772
2786
" @babel/code-frame" " 7.12.11"
2773
2787
" @eslint/eslintrc" " ^0.4.2"
2788
+ " @humanwhocodes/config-array" " ^0.5.0"
2774
2789
ajv "^6.10.0"
2775
2790
chalk "^4.0.0"
2776
2791
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments