Skip to content

Commit 0e01f86

Browse files
dependabot[bot]jrolfs
authored andcommitted
build(deps-dev): bump husky from 4.3.8 to 7.0.1
Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v4.3.8...v7.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 997c9f7 commit 0e01f86

File tree

2 files changed

+5
-55
lines changed

2 files changed

+5
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@babel/preset-env": "^7.14.7",
123123
"babel-jest": "^27.0.6",
124124
"eslint-config-kentcdodds": "^19.0.0",
125-
"husky": "^4.3.8",
125+
"husky": "^7.0.1",
126126
"jest-in-case": "^1.0.2",
127127
"npm-run-all": "^4.1.5",
128128
"slash": "^3.0.0"

yarn.lock

Lines changed: 4 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2367,11 +2367,6 @@ chokidar@^3.4.0:
23672367
optionalDependencies:
23682368
fsevents "~2.3.1"
23692369

2370-
ci-info@^2.0.0:
2371-
version "2.0.0"
2372-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
2373-
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
2374-
23752370
ci-info@^3.1.1:
23762371
version "3.1.1"
23772372
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.1.1.tgz#9a32fcefdf7bcdb6f0a7e1c0f8098ec57897b80a"
@@ -2547,11 +2542,6 @@ compare-func@^2.0.0:
25472542
array-ify "^1.0.0"
25482543
dot-prop "^5.1.0"
25492544

2550-
compare-versions@^3.6.0:
2551-
version "3.6.0"
2552-
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
2553-
integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==
2554-
25552545
component-emitter@^1.2.1:
25562546
version "1.3.0"
25572547
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
@@ -3672,13 +3662,6 @@ find-up@^5.0.0:
36723662
locate-path "^6.0.0"
36733663
path-exists "^4.0.0"
36743664

3675-
find-versions@^4.0.0:
3676-
version "4.0.0"
3677-
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-4.0.0.tgz#3c57e573bf97769b8cb8df16934b627915da4965"
3678-
integrity sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==
3679-
dependencies:
3680-
semver-regex "^3.1.2"
3681-
36823665
findup-sync@^4.0.0:
36833666
version "4.0.0"
36843667
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0"
@@ -4035,21 +4018,10 @@ human-signals@^2.1.0:
40354018
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
40364019
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
40374020

4038-
husky@^4.3.8:
4039-
version "4.3.8"
4040-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.8.tgz#31144060be963fd6850e5cc8f019a1dfe194296d"
4041-
integrity sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==
4042-
dependencies:
4043-
chalk "^4.0.0"
4044-
ci-info "^2.0.0"
4045-
compare-versions "^3.6.0"
4046-
cosmiconfig "^7.0.0"
4047-
find-versions "^4.0.0"
4048-
opencollective-postinstall "^2.0.2"
4049-
pkg-dir "^5.0.0"
4050-
please-upgrade-node "^3.2.0"
4051-
slash "^3.0.0"
4052-
which-pm-runs "^1.0.0"
4021+
husky@^7.0.1:
4022+
version "7.0.1"
4023+
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c"
4024+
integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==
40534025

40544026
[email protected], iconv-lite@^0.4.24:
40554027
version "0.4.24"
@@ -5857,11 +5829,6 @@ onetime@^5.1.0, onetime@^5.1.2:
58575829
dependencies:
58585830
mimic-fn "^2.1.0"
58595831

5860-
opencollective-postinstall@^2.0.2:
5861-
version "2.0.2"
5862-
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
5863-
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
5864-
58655832
optionator@^0.8.1:
58665833
version "0.8.3"
58675834
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
@@ -6095,13 +6062,6 @@ pkg-dir@^4.2.0:
60956062
dependencies:
60966063
find-up "^4.0.0"
60976064

6098-
pkg-dir@^5.0.0:
6099-
version "5.0.0"
6100-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
6101-
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
6102-
dependencies:
6103-
find-up "^5.0.0"
6104-
61056065
pkg-up@^2.0.0:
61066066
version "2.0.0"
61076067
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
@@ -6611,11 +6571,6 @@ semver-compare@^1.0.0:
66116571
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
66126572
integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w=
66136573

6614-
semver-regex@^3.1.2:
6615-
version "3.1.2"
6616-
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-3.1.2.tgz#34b4c0d361eef262e07199dbef316d0f2ab11807"
6617-
integrity sha512-bXWyL6EAKOJa81XG1OZ/Yyuq+oT0b2YLlxx7c+mrdYPaPbnj6WgVULXhinMIeZGufuUBu/eVRqXEhiv4imfwxA==
6618-
66196574
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
66206575
version "5.7.1"
66216576
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
@@ -7638,11 +7593,6 @@ which-boxed-primitive@^1.0.2:
76387593
is-string "^1.0.5"
76397594
is-symbol "^1.0.3"
76407595

7641-
which-pm-runs@^1.0.0:
7642-
version "1.0.0"
7643-
resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb"
7644-
integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=
7645-
76467596
which@^1.2.14, which@^1.2.9:
76477597
version "1.3.1"
76487598
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)