Skip to content

Commit eca2175

Browse files
committed
chore(deps): update dependency eslint to v7.30.0
1 parent c41f2c3 commit eca2175

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
@@ -32,7 +32,7 @@
3232
"@softwareventures/tsconfig": "5.1.0",
3333
"ava": "3.15.0",
3434
"cz-conventional-changelog": "3.3.0",
35-
"eslint": "7.29.0",
35+
"eslint": "7.30.0",
3636
"prettier": "2.3.2",
3737
"semantic-release": "17.4.4",
3838
"ts-node": "9.1.1",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,20 @@
9292
minimatch "^3.0.4"
9393
strip-json-comments "^3.1.1"
9494

95+
"@humanwhocodes/config-array@^0.5.0":
96+
version "0.5.0"
97+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
98+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
99+
dependencies:
100+
"@humanwhocodes/object-schema" "^1.2.0"
101+
debug "^4.1.1"
102+
minimatch "^3.0.4"
103+
104+
"@humanwhocodes/object-schema@^1.2.0":
105+
version "1.2.0"
106+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
107+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
108+
95109
"@nodelib/[email protected]":
96110
version "2.1.4"
97111
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69"
@@ -2118,13 +2132,14 @@ eslint-visitor-keys@^2.0.0:
21182132
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
21192133
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
21202134

2121-
eslint@7.29.0:
2122-
version "7.29.0"
2123-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2124-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2135+
eslint@7.30.0:
2136+
version "7.30.0"
2137+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2138+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
21252139
dependencies:
21262140
"@babel/code-frame" "7.12.11"
21272141
"@eslint/eslintrc" "^0.4.2"
2142+
"@humanwhocodes/config-array" "^0.5.0"
21282143
ajv "^6.10.0"
21292144
chalk "^4.0.0"
21302145
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)