Skip to content

Commit d97b6c9

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to v7.30.0
1 parent 29f0096 commit d97b6c9

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "14.17.4",
3737
"@typescript-eslint/eslint-plugin": "4.28.1",
3838
"@typescript-eslint/parser": "4.28.1",
39-
"eslint": "7.29.0",
39+
"eslint": "7.30.0",
4040
"eslint-config-prettier": "8.3.0",
4141
"eslint-plugin-import": "2.23.4",
4242
"husky": "7.0.0",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,20 @@
488488
minimatch "^3.0.4"
489489
strip-json-comments "^3.1.1"
490490

491+
"@humanwhocodes/config-array@^0.5.0":
492+
version "0.5.0"
493+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
494+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
495+
dependencies:
496+
"@humanwhocodes/object-schema" "^1.2.0"
497+
debug "^4.1.1"
498+
minimatch "^3.0.4"
499+
500+
"@humanwhocodes/object-schema@^1.2.0":
501+
version "1.2.0"
502+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
503+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
504+
491505
"@iarna/toml@2.2.5":
492506
version "2.2.5"
493507
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -2426,13 +2440,14 @@ eslint-visitor-keys@^2.0.0:
24262440
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
24272441
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
24282442

2429-
eslint@7.29.0:
2430-
version "7.29.0"
2431-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2432-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2443+
eslint@7.30.0:
2444+
version "7.30.0"
2445+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2446+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
24332447
dependencies:
24342448
"@babel/code-frame" "7.12.11"
24352449
"@eslint/eslintrc" "^0.4.2"
2450+
"@humanwhocodes/config-array" "^0.5.0"
24362451
ajv "^6.10.0"
24372452
chalk "^4.0.0"
24382453
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)