Bump lint-staged from 9.0.0 to 9.0.2 (#11)

This commit is contained in:
dependabot-preview[bot] 2019-07-03 07:01:51 +00:00 committed by GitHub
parent 5787e33210
commit 66011104a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -7946,9 +7946,9 @@
}
},
"lint-staged": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.0.tgz",
"integrity": "sha512-32TJoaeyAaj3rvabaXWe0eOhAhnsYRixEmXuSxKbs0uczFbwVjoDhJ/s2g6r1v8jMTw7t5OzXlHR8iaKtz8nLQ==",
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.2.tgz",
"integrity": "sha512-2W9yBRADEzcGs6j/57JA0GVzSTByYgWbcU89/Xm0s/k+4qMp8032tZYPPmP422xZ79xtUaNisJ/0U5lbuYmaTA==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View file

@ -25,7 +25,7 @@
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"lint-staged": "^9.0.0",
"lint-staged": "^9.0.2",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"