Update dependency husky to v1.2.0 (https://github.com/woocommerce/woocommerce-admin/pull/899)
This commit is contained in:
parent
54639586a7
commit
2e62f23534
|
@ -10372,9 +10372,9 @@
|
|||
}
|
||||
},
|
||||
"husky": {
|
||||
"version": "1.1.4",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-1.1.4.tgz",
|
||||
"integrity": "sha512-cZjGpS7qsaBSo3fOMUuR7erQloX3l5XzL1v/RkIqU6zrQImDdU70z5Re9fGDp7+kbYlM2EtS4aYMlahBeiCUGw==",
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-1.2.0.tgz",
|
||||
"integrity": "sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cosmiconfig": "5.0.7",
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"grunt": "1.0.3",
|
||||
"grunt-checktextdomain": "1.0.1",
|
||||
"grunt-wp-i18n": "1.0.2",
|
||||
"husky": "1.1.4",
|
||||
"husky": "1.2.0",
|
||||
"lerna": "3.4.3",
|
||||
"node-sass": "4.10.0",
|
||||
"postcss-color-function": "4.0.1",
|
||||
|
|
Loading…
Reference in New Issue