Merge pull request #505 from github/dependabot/npm_and_yarn/dependencies/eslint-7.6.0

Bump eslint from 7.5.0 to 7.6.0 in /dependencies
This commit is contained in:
Lukas Gravley 2020-08-03 08:24:31 -05:00 committed by GitHub
commit 403e0b5a7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
dependencies/package-lock.json generated vendored
View file

@ -1609,9 +1609,9 @@
}
},
"eslint": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.5.0.tgz",
"integrity": "sha512-vlUP10xse9sWt9SGRtcr1LAC67BENcQMFeV+w5EvLEoFe3xJ8cF1Skd0msziRx/VMC+72B4DxreCE+OR12OA6Q==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.6.0.tgz",
"integrity": "sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==",
"requires": {
"@babel/code-frame": "^7.0.0",
"ajv": "^6.10.0",

View file

@ -7,7 +7,7 @@
"@typescript-eslint/parser": "^3.7.1",
"babel-eslint": "^10.1.0",
"dockerfilelint": "^1.5.0",
"eslint": "^7.5.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.20.0",
"htmlhint": "^0.14.1",