Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ab93e5

Browse files
authoredJul 3, 2021
Merge pull request #195 from icelam/dependabot/npm_and_yarn/develop/husky-7.0.0
chore(deps-dev): bump husky from 6.0.0 to 7.0.0
2 parents 7ff2b93 + 1a20e6e commit 9ab93e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-config-airbnb-base": "^14.2.0",
4545
"eslint-plugin-import": "^2.22.0",
4646
"eslint-plugin-jest": "^24.1.5",
47-
"husky": "^6.0.0",
47+
"husky": "^7.0.0",
4848
"install-peers-cli": "^2.2.0",
4949
"jest": "^26.6.3",
5050
"lint-staged": "^11.0.0",

‎yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2632,10 +2632,10 @@ human-signals@^2.1.0:
26322632
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
26332633
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
26342634

2635-
husky@^6.0.0:
2636-
version "6.0.0"
2637-
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
2638-
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
2635+
husky@^7.0.0:
2636+
version "7.0.0"
2637+
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616"
2638+
integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==
26392639

26402640
iconv-lite@0.4.24:
26412641
version "0.4.24"

0 commit comments

Comments
 (0)
Please sign in to comment.