Update dependency lint-staged to v9.0.2 (https://github.com/woocommerce/woocommerce-blocks/pull/674)
This commit is contained in:
parent
ba614a258f
commit
bfd83c959e
|
@ -13711,9 +13711,9 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.1.tgz",
|
||||
"integrity": "sha512-LZ6n/uzOYJRxmjUrEE6v3wHcL/YOkIMphSwfsyQwmKyFB0l/bRe0AQSG4+QUXHk71C9d2H7Z5KvIZi+qslyrVQ==",
|
||||
"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",
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"husky": "2.4.1",
|
||||
"interpolate-components": "1.1.1",
|
||||
"js-md5": "0.7.3",
|
||||
"lint-staged": "9.0.1",
|
||||
"lint-staged": "9.0.2",
|
||||
"mini-css-extract-plugin": "0.7.0",
|
||||
"node-sass": "4.12.0",
|
||||
"po2json": "1.0.0-alpha",
|
||||
|
|
Loading…
Reference in New Issue