Update dependency lint-staged to v8.2.0

This commit is contained in:
Renovate Bot 2019-06-06 08:41:45 +00:00
parent e2a842e47d
commit 6f7ca779f2
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 7 additions and 14 deletions

19
package-lock.json generated
View File

@ -4738,12 +4738,6 @@
"repeat-string": "^1.5.2" "repeat-string": "^1.5.2"
} }
}, },
"find-parent-dir": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz",
"integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=",
"dev": true
},
"find-up": { "find-up": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
@ -7706,9 +7700,9 @@
} }
}, },
"lint-staged": { "lint-staged": {
"version": "8.1.7", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.7.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.0.tgz",
"integrity": "sha512-egT0goFhIFoOGk6rasPngTFh2qDqxZddM0PwI58oi66RxCDcn5uDwxmiasWIF0qGnchHSYVJ8HPRD5LrFo7TKA==", "integrity": "sha512-DxguyxGOIfb67wZ6EOrqzjAbw6ZH9XK3YS74HO+erJf6+SAQeJJPN//GBOG5xhdt2THeuXjVPaHcCYOWGZwRbA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.3.1", "chalk": "^2.3.1",
@ -7718,7 +7712,6 @@
"dedent": "^0.7.0", "dedent": "^0.7.0",
"del": "^3.0.0", "del": "^3.0.0",
"execa": "^1.0.0", "execa": "^1.0.0",
"find-parent-dir": "^0.3.0",
"g-status": "^2.0.2", "g-status": "^2.0.2",
"is-glob": "^4.0.0", "is-glob": "^4.0.0",
"is-windows": "^1.0.2", "is-windows": "^1.0.2",
@ -12569,9 +12562,9 @@
"integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ=="
}, },
"synchronous-promise": { "synchronous-promise": {
"version": "2.0.7", "version": "2.0.9",
"resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.7.tgz", "resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.9.tgz",
"integrity": "sha512-16GbgwTmFMYFyQMLvtQjvNWh30dsFe1cAW5Fg1wm5+dg84L9Pe36mftsIRU95/W2YsISxsz/xq4VB23sqpgb/A==", "integrity": "sha512-LO95GIW16x69LuND1nuuwM4pjgFGupg7pZ/4lU86AmchPKrhk0o2tpMU2unXRrqo81iAFe1YJ0nAGEVwsrZAgg==",
"dev": true "dev": true
}, },
"table": { "table": {

View File

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