Merge pull request #23712 from woocommerce/renovate/lint-staged-8.x

Update dependency lint-staged to v8.1.7
This commit is contained in:
Claudio Sanches 2019-05-15 13:10:10 -03:00 committed by GitHub
commit ee36ad3d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -7708,14 +7708,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",
@ -11623,9 +11623,9 @@
"dev": true
},
"simple-git": {
"version": "1.112.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.112.0.tgz",
"integrity": "sha512-3vY0SW+RkO+ElWH07n/PQuKmuNLZSz3VAkxKMr3UMm/QnaSnYFjg3nqT8V6a0QCcUFpkyAWVsruQt4oSIIzPXw==",
"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

@ -56,7 +56,7 @@
"grunt-wp-i18n": "1.0.3",
"husky": "2.3.0",
"istanbul": "1.0.0-alpha.2",
"lint-staged": "8.1.6",
"lint-staged": "8.1.7",
"mocha": "6.1.4",
"node-sass": "4.12.0",
"prettier": "github:automattic/calypso-prettier#c56b4251",