Bump eslint from 6.5.0 to 6.5.1 (#6097)

Bumps [eslint](https://github.com/eslint/eslint) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.5.0...v6.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-01 13:50:54 +00:00
committed by peril-parse-community[bot]
parent 8f53034ba5
commit c63864f734
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4034,9 +4034,9 @@
}
},
"eslint": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.5.0.tgz",
"integrity": "sha512-IIbSW+vKOqMatPmS9ayyku4tvWxHY2iricSRtOz6+ZA5IPRlgXzEL0u/j6dr4eha0ugmhMwDTqxtmNu3kj9O4w==",
"version": "6.5.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.5.1.tgz",
"integrity": "sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@@ -73,7 +73,7 @@
"bcrypt-nodejs": "0.0.3",
"cross-env": "6.0.0",
"deep-diff": "1.0.2",
"eslint": "6.5.0",
"eslint": "6.5.1",
"eslint-plugin-flowtype": "4.3.0",
"flow-bin": "0.108.0",
"form-data": "2.5.1",