Skip to content

Commit 6d25e22

Browse files
committed
Update dependency eslint to v7.30.0
1 parent 53f8571 commit 6d25e22

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
@@ -43,7 +43,7 @@
4343
"html-minifier": "^4.0.0"
4444
},
4545
"devDependencies": {
46-
"eslint": "7.29.0",
46+
"eslint": "7.30.0",
4747
"eslint-plugin-ghost": "2.4.0"
4848
}
4949
}

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,20 @@
289289
minimatch "^3.0.4"
290290
strip-json-comments "^3.1.1"
291291

292+
"@humanwhocodes/config-array@^0.5.0":
293+
version "0.5.0"
294+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
295+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
296+
dependencies:
297+
"@humanwhocodes/object-schema" "^1.2.0"
298+
debug "^4.1.1"
299+
minimatch "^3.0.4"
300+
301+
"@humanwhocodes/object-schema@^1.2.0":
302+
version "1.2.0"
303+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
304+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
305+
292306
"@nodelib/[email protected]":
293307
version "2.1.5"
294308
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1817,13 +1831,14 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
18171831
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
18181832
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
18191833

1820-
eslint@7.29.0:
1821-
version "7.29.0"
1822-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
1823-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
1834+
eslint@7.30.0:
1835+
version "7.30.0"
1836+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
1837+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
18241838
dependencies:
18251839
"@babel/code-frame" "7.12.11"
18261840
"@eslint/eslintrc" "^0.4.2"
1841+
"@humanwhocodes/config-array" "^0.5.0"
18271842
ajv "^6.10.0"
18281843
chalk "^4.0.0"
18291844
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)