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 30
30
"benchmark" : " ^2.1.4" ,
31
31
"codecov" : " ^3.8.2" ,
32
32
"cross-env" : " ^7.0.3" ,
33
- "eslint" : " ^7.29 .0" ,
33
+ "eslint" : " ^7.30 .0" ,
34
34
"eslint-config-prettier" : " ^8.3.0" ,
35
35
"eslint-plugin-import" : " ^2.23.4" ,
36
36
"eslint-plugin-prettier" : " ^3.4.0" ,
Original file line number Diff line number Diff line change 222
222
minimatch "^3.0.4"
223
223
strip-json-comments "^3.1.1"
224
224
225
+ " @humanwhocodes/config-array@^0.5.0 " :
226
+ version "0.5.0"
227
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
228
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
229
+ dependencies :
230
+ " @humanwhocodes/object-schema" " ^1.2.0"
231
+ debug "^4.1.1"
232
+ minimatch "^3.0.4"
233
+
234
+ " @humanwhocodes/object-schema@^1.2.0 " :
235
+ version "1.2.0"
236
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
237
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
238
+
225
239
" @istanbuljs/load-nyc-config@^1.0.0 " :
226
240
version "1.1.0"
227
241
resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -3169,13 +3183,14 @@ eslint-visitor-keys@^2.0.0:
3169
3183
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
3170
3184
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
3171
3185
3172
- eslint@^7.29 .0 :
3173
- version "7.29 .0"
3174
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
3175
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
3186
+ eslint@^7.30 .0 :
3187
+ version "7.30 .0"
3188
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
3189
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
3176
3190
dependencies :
3177
3191
" @babel/code-frame" " 7.12.11"
3178
3192
" @eslint/eslintrc" " ^0.4.2"
3193
+ " @humanwhocodes/config-array" " ^0.5.0"
3179
3194
ajv "^6.10.0"
3180
3195
chalk "^4.0.0"
3181
3196
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments