Skip to content

Commit fd419b9

Browse files
committed
Update dependency eslint to v7.30.0
1 parent d4c89bf commit fd419b9

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
@@ -14,7 +14,7 @@
1414
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
1515
},
1616
"devDependencies": {
17-
"eslint": "7.29.0",
17+
"eslint": "7.30.0",
1818
"eslint-plugin-ghost": "2.4.0",
1919
"mocha": "8.4.0",
2020
"should": "13.2.3",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,20 @@
237237
minimatch "^3.0.4"
238238
strip-json-comments "^3.1.1"
239239

240+
"@humanwhocodes/config-array@^0.5.0":
241+
version "0.5.0"
242+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
243+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
244+
dependencies:
245+
"@humanwhocodes/object-schema" "^1.2.0"
246+
debug "^4.1.1"
247+
minimatch "^3.0.4"
248+
249+
"@humanwhocodes/object-schema@^1.2.0":
250+
version "1.2.0"
251+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
252+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
253+
240254
"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.3":
241255
version "1.8.3"
242256
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
@@ -835,13 +849,14 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
835849
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
836850
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
837851

838-
eslint@7.29.0:
839-
version "7.29.0"
840-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
841-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
852+
eslint@7.30.0:
853+
version "7.30.0"
854+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
855+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
842856
dependencies:
843857
"@babel/code-frame" "7.12.11"
844858
"@eslint/eslintrc" "^0.4.2"
859+
"@humanwhocodes/config-array" "^0.5.0"
845860
ajv "^6.10.0"
846861
chalk "^4.0.0"
847862
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)