Skip to content

Commit dad6db0

Browse files
chore: bump husky from 5.2.0 to 7.0.1 (typescript-eslint#3689)
Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v5.2.0...v7.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a6e32c commit dad6db0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-plugin-jest": "^24.3.6",
108108
"eslint-plugin-simple-import-sort": "^7.0.0",
109109
"glob": "^7.1.7",
110-
"husky": "^5.0.9",
110+
"husky": "^7.0.1",
111111
"jest": "^27.0.3",
112112
"jest-specific-snapshot": "^5.0.0",
113113
"lerna": "^3.22.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5164,10 +5164,10 @@ humanize-ms@^1.2.1:
51645164
dependencies:
51655165
ms "^2.0.0"
51665166

5167-
husky@^5.0.9:
5168-
version "5.2.0"
5169-
resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
5170-
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
5167+
husky@^7.0.1:
5168+
version "7.0.1"
5169+
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c"
5170+
integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==
51715171

51725172
iconv-lite@0.4.24, iconv-lite@^0.4.24:
51735173
version "0.4.24"

0 commit comments

Comments
 (0)