diff options
| author | Fuwn <[email protected]> | 2021-07-01 02:25:41 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-01 02:25:41 -0600 |
| commit | 7ba1685cab971f07395fa2b4500e34525dd28e8c (patch) | |
| tree | 9df1b897196a78ff6c1e70021620a809c6b73b89 | |
| parent | Merge pull request #5 from fuwn/dependabot/npm_and_yarn/trim-newlines-3.0.1 (diff) | |
| parent | chore(deps): update dependency husky to v7 (diff) | |
| download | resume-md-7ba1685cab971f07395fa2b4500e34525dd28e8c.tar.xz resume-md-7ba1685cab971f07395fa2b4500e34525dd28e8c.zip | |
Merge pull request #6 from fuwn/renovate/husky-7.x
chore(deps): update dependency husky to v7
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index f1c3b7b..6876673 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "@commitlint/config-conventional": "12.1.4", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", - "husky": "6.0.0" + "husky": "7.0.0" } } @@ -746,10 +746,10 @@ hosted-git-info@^4.0.1: dependencies: lru-cache "^6.0.0" - version "6.0.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" - integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== + version "7.0.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616" + integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w== iconv-lite@^0.4.24: version "0.4.24" |