chore(deps-dev): bump eslint from 5.15.2 to 5.15.3 (#125)

pull/739/head
dependabot[bot] 2019-03-19 20:45:31 +00:00 committed by Henrique Dias
parent e2ffd36073
commit ed0ea34161
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4290,9 +4290,9 @@
"dev": true
},
"eslint": {
"version": "5.15.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.15.2.tgz",
"integrity": "sha512-I8VM4SILpMwUvsRt83bQVwIRQAJ2iPMXun1FVZ/lV1OHklH2tJaXqoDnNzdiFc6bnCtGKXvQIQNP3kj1eMskSw==",
"version": "5.15.3",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.15.3.tgz",
"integrity": "sha512-vMGi0PjCHSokZxE0NLp2VneGw5sio7SSiDNgIUn2tC0XkWJRNOIoHIg3CliLVfXnJsiHxGAYrkw0PieAu8+KYQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -28,7 +28,7 @@
"@vue/cli-plugin-eslint": "^3.5.1",
"@vue/cli-service": "^3.5.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.2",
"eslint": "^5.15.3",
"eslint-plugin-vue": "^5.2.2",
"vue-template-compiler": "^2.6.9"
},