chore(deps-dev): bump eslint from 5.14.0 to 5.14.1 (#105)

Bumps [eslint](https://github.com/eslint/eslint) from 5.14.0 to 5.14.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/v5.14.0...v5.14.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-22 11:22:11 +00:00 committed by Henrique Dias
parent 1c6e15c064
commit c6eb98aef2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4169,9 +4169,9 @@
"dev": true "dev": true
}, },
"eslint": { "eslint": {
"version": "5.14.0", "version": "5.14.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.14.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.14.1.tgz",
"integrity": "sha512-jrOhiYyENRrRnWlMYANlGZTqb89r2FuRT+615AabBoajhNjeh9ywDNlh2LU9vTqf0WYN+L3xdXuIi7xuj/tK9w==", "integrity": "sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",

View File

@ -28,7 +28,7 @@
"@vue/cli-plugin-eslint": "^3.4.1", "@vue/cli-plugin-eslint": "^3.4.1",
"@vue/cli-service": "^3.4.1", "@vue/cli-service": "^3.4.1",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"eslint": "^5.14.0", "eslint": "^5.14.1",
"eslint-plugin-vue": "^5.2.2", "eslint-plugin-vue": "^5.2.2",
"vue-template-compiler": "^2.6.6" "vue-template-compiler": "^2.6.6"
}, },