This commit is contained in:
renovate[bot] 2019-05-14 16:23:57 -04:00 committed by Kelly Dwan
parent 22439f5c12
commit b6daddd0f5
2 changed files with 12 additions and 6 deletions

View File

@ -10044,9 +10044,9 @@
}
},
"husky": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.2.0.tgz",
"integrity": "sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.3.0.tgz",
"integrity": "sha512-A/ZQSEILoq+mQM3yC3RIBSaw1bYXdkKnyyKVSUiJl+iBjVZc5LQEXdGY1ZjrDxC4IzfRPiJ0IqzEQGCN5TQa/A==",
"dev": true,
"requires": {
"cosmiconfig": "^5.2.0",
@ -10056,9 +10056,9 @@
"is-ci": "^2.0.0",
"pkg-dir": "^4.1.0",
"please-upgrade-node": "^3.1.1",
"read-pkg": "^5.0.0",
"read-pkg": "^5.1.1",
"run-node": "^1.0.0",
"slash": "^2.0.0"
"slash": "^3.0.0"
},
"dependencies": {
"cosmiconfig": {
@ -10183,6 +10183,12 @@
"requires": {
"path-parse": "^1.0.6"
}
},
"slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
"dev": true
}
}
},

View File

@ -58,7 +58,7 @@
"eslint-plugin-react": "7.13.0",
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
"har-validator": "5.1.3",
"husky": "2.2.0",
"husky": "2.3.0",
"interpolate-components": "1.1.1",
"js-md5": "0.7.3",
"lint-staged": "8.1.6",