Update eslint in group default to the latest version 🚀 (#146)

* chore(package): update eslint to version 5.12.1

* chore(package): update lockfile build/package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-01-18 16:19:03 -05:00
committed by Josh Dick
parent 06bf8fa3be
commit 4bf6899763
2 changed files with 7 additions and 7 deletions

View File

@@ -338,9 +338,9 @@
"dev": true
},
"eslint": {
"version": "5.12.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.12.0.tgz",
"integrity": "sha512-LntwyPxtOHrsJdcSwyQKVtHofPHdv+4+mFwEe91r2V13vqpM8yLr7b1sW+Oo/yheOPkWYsYlYJCkzlFAt8KV7g==",
"version": "5.12.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.12.1.tgz",
"integrity": "sha512-54NV+JkTpTu0d8+UYSA8mMKAG4XAsaOrozA9rCW7tgneg1mevcL7wIotPC+fZ0SkWwdhNqoXoxnQCTBp7UvTsg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
@@ -1300,9 +1300,9 @@
}
},
"table": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/table/-/table-5.2.0.tgz",
"integrity": "sha512-hAdBBAMCZl4/U3eQhsPN2Z8wRJC98lpRhDW2I86VQbPBqyj4E681VhvUkfb90qUJ4rnRfu8t4/8SGHPsAH1ygg==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/table/-/table-5.2.1.tgz",
"integrity": "sha512-qmhNs2GEHNqY5fd2Mo+8N1r2sw/rvTAAvBZTaTx+Y7PHLypqyrxr1MdIu0pLw6Xvl/Gi4ONu/sdceP8vvUjkyA==",
"dev": true,
"requires": {
"ajv": "^6.6.1",

View File

@@ -18,7 +18,7 @@
"url": "https://github.com/joshdick/onedark.vim.git"
},
"devDependencies": {
"eslint": "5.12.0",
"eslint": "5.12.1",
"husky": "1.3.1"
},
"dependencies": {