Update lint-staged to the latest version 🚀 (#5593)

* chore(package): update lint-staged to version 8.1.7

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-05-15 07:14:03 +00:00
committed by peril-parse-community[bot]
parent afa74d655d
commit d84f56bb0e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -6318,14 +6318,14 @@
}
},
"lint-staged": {
"version": "8.1.6",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.6.tgz",
"integrity": "sha512-QT13AniHN6swAtTjsrzxOfE4TVCiQ39xESwLmjGVNCMMZ/PK5aopwvbxLrzw+Zf9OxM3cQG6WCx9lceLzETOnQ==",
"version": "8.1.7",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.7.tgz",
"integrity": "sha512-egT0goFhIFoOGk6rasPngTFh2qDqxZddM0PwI58oi66RxCDcn5uDwxmiasWIF0qGnchHSYVJ8HPRD5LrFo7TKA==",
"dev": true,
"requires": {
"chalk": "^2.3.1",
"commander": "^2.14.1",
"cosmiconfig": "^5.0.2",
"cosmiconfig": "^5.2.0",
"debug": "^3.1.0",
"dedent": "^0.7.0",
"del": "^3.0.0",
@@ -8899,9 +8899,9 @@
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0="
},
"simple-git": {
"version": "1.110.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.110.0.tgz",
"integrity": "sha512-UYY0rQkknk0P5eb+KW+03F4TevZ9ou0H+LoGaj7iiVgpnZH4wdj/HTViy/1tNNkmIPcmtxuBqXWiYt2YwlRKOQ==",
"version": "1.113.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.113.0.tgz",
"integrity": "sha512-i9WVsrK2u0G/cASI9nh7voxOk9mhanWY9eGtWBDSYql6m49Yk5/Fan6uZsDr/xmzv8n+eQ8ahKCoEr8cvU3h+g==",
"dev": true,
"requires": {
"debug": "^4.0.1"

View File

@@ -64,7 +64,7 @@
"jasmine-spec-reporter": "4.2.1",
"jsdoc": "3.6.2",
"jsdoc-babel": "0.5.0",
"lint-staged": "8.1.6",
"lint-staged": "8.1.7",
"mongodb-runner": "4.3.2",
"nyc": "14.1.1",
"prettier": "1.17.1",