diff options
| author | Fuwn <[email protected]> | 2021-07-06 18:27:48 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-06 18:27:48 +0000 |
| commit | 42738ff1a4fc0c405910f561dd7add78673c01c1 (patch) | |
| tree | 2489a735a9e6565e8f798b3bb7ba7d319292a710 | |
| parent | Merge pull request #3 from fuwn/renovate/husky-7.x (diff) | |
| parent | chore(deps): update dependency husky to v7.0.1 (diff) | |
| download | records-42738ff1a4fc0c405910f561dd7add78673c01c1.tar.xz records-42738ff1a4fc0c405910f561dd7add78673c01c1.zip | |
Merge pull request #4 from fuwn/renovate/husky-7.x
| -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 b01672f..bb0fa0e 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "@commitlint/config-conventional": "12.1.4", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", - "husky": "7.0.0" + "husky": "7.0.1" } } @@ -1020,10 +1020,10 @@ hosted-git-info@^4.0.1: dependencies: lru-cache "^6.0.0" - version "7.0.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616" - integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w== + version "7.0.1" + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c" + integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA== iconv-lite@^0.4.24: version "0.4.24" |