Skip to content

Commit

Permalink
build: update husky
Browse files Browse the repository at this point in the history
Husky was failing on push due to typicode/husky#627.
  • Loading branch information
filipesilva authored and mgechev committed Jan 16, 2020
1 parent 3e89d2e commit dab2004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -120,7 +120,7 @@
"fast-json-stable-stringify": "2.1.0",
"gh-got": "^8.0.1",
"git-raw-commits": "^2.0.0",
"husky": "^4.0.0",
"husky": "^4.0.10",
"jasmine": "^3.3.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "~4.4.1",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Expand Up @@ -5256,11 +5256,6 @@ get-stdin@^4.0.1:
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=

get-stdin@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==

get-stream@^4.0.0, get-stream@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
Expand Down Expand Up @@ -5812,15 +5807,14 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.1.tgz#b0d9e16e660ec352392b3c2164ba709694d86b4d"
integrity sha512-x2wzNz3mra5rSYBPb9w59Bg3d5HnJZ+DBAALbMl/1K15Yv8zhcAxhrS792nMyjkxLsoPZtNpmnX+RqLtIKxpDQ==
husky@^4.0.10:
version "4.0.10"
resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.10.tgz#659b52c404d3163b943a73f6c1d454708c0226d8"
integrity sha512-Ptm4k2DqOwxeK/kzu5RaJmNRoGvESrgDXObFcZ8aJZcyXyMBHhM2FqZj6zYKdetadmP3wCwxEHCBuB9xGlRp8A==
dependencies:
chalk "^3.0.0"
ci-info "^2.0.0"
cosmiconfig "^6.0.0"
get-stdin "^7.0.0"
opencollective-postinstall "^2.0.2"
pkg-dir "^4.2.0"
please-upgrade-node "^3.2.0"
Expand Down

0 comments on commit dab2004

Please sign in to comment.