Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit eb89e11

Browse files
chore(deps-dev): bump husky from 4.3.8 to 7.0.4
Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 7.0.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v4.3.8...v7.0.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fac9bf3 commit eb89e11

File tree

2 files changed

+5
-72
lines changed

2 files changed

+5
-72
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-nuxt": "^2.0.0",
3939
"eslint-plugin-prettier": "^4.0.0",
4040
"eslint-plugin-vue": "^7.19.0",
41-
"husky": "^4.3.8",
41+
"husky": "^7.0.4",
4242
"lint-staged": "^10.5.4",
4343
"postcss": "^8.3.9",
4444
"prettier": "^2.4.1"

yarn.lock

Lines changed: 4 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,11 +3375,6 @@ commondir@^1.0.1:
33753375
resolved "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz"
33763376
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
33773377

3378-
compare-versions@^3.6.0:
3379-
version "3.6.0"
3380-
resolved "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz"
3381-
integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==
3382-
33833378
component-emitter@^1.2.1:
33843379
version "1.3.0"
33853380
resolved "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz"
@@ -4956,21 +4951,6 @@ find-up@^4.0.0, find-up@^4.1.0:
49564951
locate-path "^5.0.0"
49574952
path-exists "^4.0.0"
49584953

4959-
find-up@^5.0.0:
4960-
version "5.0.0"
4961-
resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz"
4962-
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
4963-
dependencies:
4964-
locate-path "^6.0.0"
4965-
path-exists "^4.0.0"
4966-
4967-
find-versions@^4.0.0:
4968-
version "4.0.0"
4969-
resolved "https://registry.npmjs.org/find-versions/-/find-versions-4.0.0.tgz"
4970-
integrity sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==
4971-
dependencies:
4972-
semver-regex "^3.1.2"
4973-
49744954
flat-cache@^3.0.4:
49754955
version "3.0.4"
49764956
resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz"
@@ -5731,21 +5711,10 @@ human-signals@^2.1.0:
57315711
resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz"
57325712
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
57335713

5734-
husky@^4.3.8:
5735-
version "4.3.8"
5736-
resolved "https://registry.npmjs.org/husky/-/husky-4.3.8.tgz"
5737-
integrity sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==
5738-
dependencies:
5739-
chalk "^4.0.0"
5740-
ci-info "^2.0.0"
5741-
compare-versions "^3.6.0"
5742-
cosmiconfig "^7.0.0"
5743-
find-versions "^4.0.0"
5744-
opencollective-postinstall "^2.0.2"
5745-
pkg-dir "^5.0.0"
5746-
please-upgrade-node "^3.2.0"
5747-
slash "^3.0.0"
5748-
which-pm-runs "^1.0.0"
5714+
husky@^7.0.4:
5715+
version "7.0.4"
5716+
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
5717+
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
57495718

57505719
iconv-lite@^0.4.24:
57515720
version "0.4.24"
@@ -6698,13 +6667,6 @@ locate-path@^5.0.0:
66986667
dependencies:
66996668
p-locate "^4.1.0"
67006669

6701-
locate-path@^6.0.0:
6702-
version "6.0.0"
6703-
resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz"
6704-
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
6705-
dependencies:
6706-
p-locate "^5.0.0"
6707-
67086670
lodash._reinterpolate@^3.0.0:
67096671
version "3.0.0"
67106672
resolved "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz"
@@ -7781,11 +7743,6 @@ open@^8.0.5:
77817743
is-docker "^2.1.1"
77827744
is-wsl "^2.2.0"
77837745

7784-
opencollective-postinstall@^2.0.2:
7785-
version "2.0.3"
7786-
resolved "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz"
7787-
integrity sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==
7788-
77897746
opener@1.5.2, opener@^1.5.2:
77907747
version "1.5.2"
77917748
resolved "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz"
@@ -7873,13 +7830,6 @@ p-locate@^4.1.0:
78737830
dependencies:
78747831
p-limit "^2.2.0"
78757832

7876-
p-locate@^5.0.0:
7877-
version "5.0.0"
7878-
resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz"
7879-
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
7880-
dependencies:
7881-
p-limit "^3.0.2"
7882-
78837833
p-map@^4.0.0:
78847834
version "4.0.0"
78857835
resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz"
@@ -8174,13 +8124,6 @@ pkg-dir@^4.1.0:
81748124
dependencies:
81758125
find-up "^4.0.0"
81768126

8177-
pkg-dir@^5.0.0:
8178-
version "5.0.0"
8179-
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz"
8180-
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
8181-
dependencies:
8182-
find-up "^5.0.0"
8183-
81848127
pkg-up@^2.0.0:
81858128
version "2.0.0"
81868129
resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz"
@@ -9805,11 +9748,6 @@ semver-compare@^1.0.0:
98059748
resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz"
98069749
integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w=
98079750

9808-
semver-regex@^3.1.2:
9809-
version "3.1.2"
9810-
resolved "https://registry.npmjs.org/semver-regex/-/semver-regex-3.1.2.tgz"
9811-
integrity sha512-bXWyL6EAKOJa81XG1OZ/Yyuq+oT0b2YLlxx7c+mrdYPaPbnj6WgVULXhinMIeZGufuUBu/eVRqXEhiv4imfwxA==
9812-
98139751
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
98149752
version "5.7.1"
98159753
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
@@ -11507,11 +11445,6 @@ which-boxed-primitive@^1.0.2:
1150711445
is-string "^1.0.5"
1150811446
is-symbol "^1.0.3"
1150911447

11510-
which-pm-runs@^1.0.0:
11511-
version "1.0.0"
11512-
resolved "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz"
11513-
integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=
11514-
1151511448
which@^1.2.9:
1151611449
version "1.3.1"
1151711450
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)