Skip to content

Commit 1c97cff

Browse files
committed
chore(deps): update dependency husky to v1.2.0
1 parent ddb67a4 commit 1c97cff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"chai": "^4.1.2",
5252
"chai-as-promised": "^7.1.1",
5353
"concurrently": "^3.5.1",
54-
"husky": "1.1.3",
54+
"husky": "1.2.0",
5555
"lodash.camelcase": "^4.3.0",
5656
"mocha": "^4.0.1",
5757
"mocha-typescript": "^1.1.12",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,7 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
26322632
md5.js "^1.3.4"
26332633
safe-buffer "^5.1.1"
26342634

2635-
execa@0.9.0, execa@^0.9.0:
2635+
execa@0.9.0:
26362636
version "0.9.0"
26372637
resolved "https://registry.yarnpkg.com/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01"
26382638
integrity sha512-BbUMBiX4hqiHZUA5+JujIjNb6TyAlp2D5KLheMjMluwOuzcnylDL4AxZYLLn1n2AGB49eSWwyKvvEQoRpnAtmA==
@@ -3414,13 +3414,13 @@ humanize-ms@^1.2.1:
34143414
dependencies:
34153415
ms "^2.0.0"
34163416

3417-
husky@1.1.3:
3418-
version "1.1.3"
3419-
resolved "https://registry.yarnpkg.com/husky/-/husky-1.1.3.tgz#3ccfdb4d7332896bf7cd0e618c6fb8be09d9de4b"
3420-
integrity sha512-6uc48B/A2Mqi65yeg37d/TPcTb0bZ1GTkMYOM0nXLOPuPaTRhXCeee80/noOrbavWd12x72Tusja7GJ5rzvV6g==
3417+
husky@1.2.0:
3418+
version "1.2.0"
3419+
resolved "https://registry.yarnpkg.com/husky/-/husky-1.2.0.tgz#d631dda1e4a9ee8ba69a10b0c51a0e2c66e711e5"
3420+
integrity sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==
34213421
dependencies:
34223422
cosmiconfig "^5.0.6"
3423-
execa "^0.9.0"
3423+
execa "^1.0.0"
34243424
find-up "^3.0.0"
34253425
get-stdin "^6.0.0"
34263426
is-ci "^1.2.1"

0 commit comments

Comments
 (0)