Update dependency lint-staged to v10.0.9 (https://github.com/woocommerce/woocommerce-admin/pull/3988)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e2b6c809fb
commit
d76923c87f
|
@ -17204,9 +17204,9 @@
|
|||
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "10.0.8",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.8.tgz",
|
||||
"integrity": "sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA==",
|
||||
"version": "10.0.9",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.9.tgz",
|
||||
"integrity": "sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "^3.0.0",
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
"grunt-wp-i18n": "1.0.3",
|
||||
"husky": "4.2.3",
|
||||
"lerna": "3.20.2",
|
||||
"lint-staged": "10.0.8",
|
||||
"lint-staged": "10.0.9",
|
||||
"locutus": "2.0.11",
|
||||
"merge-config": "2.0.0",
|
||||
"mini-css-extract-plugin": "0.9.0",
|
||||
|
|
Loading…
Reference in New Issue