Merge pull request #640 from GoogleChromeLabs/renovate/husky-2.x

Update dependency husky to v2.7.0
This commit is contained in:
Surma
2019-06-27 18:44:45 +03:00
committed by GitHub
2 changed files with 18 additions and 11 deletions

27
package-lock.json generated
View File

@ -6759,9 +6759,9 @@
"dev": true
},
"husky": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.4.1.tgz",
"integrity": "sha512-ZRwMWHr7QruR22dQ5l3rEGXQ7rAQYsJYqaeCd+NyOsIFczAtqaApZQP3P4HwLZjCtFbm3SUNYoKuoBXX3AYYfw==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.7.0.tgz",
"integrity": "sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==",
"dev": true,
"requires": {
"cosmiconfig": "^5.2.0",
@ -10458,12 +10458,13 @@
},
"dependencies": {
"find-up": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.0.0.tgz",
"integrity": "sha512-zoH7ZWPkRdgwYCDVoQTzqjG8JSPANhtvLhh4KVUHyKnaUJJrNeFmWIkTcNuJmR3GLMEmGYEf2S2bjgx26JTF+Q==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
"dev": true,
"requires": {
"locate-path": "^5.0.0"
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
}
},
"locate-path": {
@ -10498,6 +10499,12 @@
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
"dev": true
},
"path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
"dev": true
}
}
},
@ -12177,9 +12184,9 @@
}
},
"resolve": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz",
"integrity": "sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==",
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz",
"integrity": "sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==",
"dev": true,
"requires": {
"path-parse": "^1.0.6"

View File

@ -37,7 +37,7 @@
"file-loader": "4.0.0",
"gzip-size": "5.1.1",
"html-webpack-plugin": "3.2.0",
"husky": "2.4.1",
"husky": "2.7.0",
"idb-keyval": "3.2.0",
"linkstate": "1.1.1",
"loader-utils": "1.2.3",