Skip to content

Commit 27d4cef

Browse files
chore(deps-dev): bump husky from 5.2.0 to 6.0.0
Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v5.2.0...v6.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36fbeac commit 27d4cef

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-config-airbnb-base": "^14.2.0",
4646
"eslint-plugin-import": "^2.22.0",
4747
"eslint-plugin-jest": "^24.1.5",
48-
"husky": "^5.1.2",
48+
"husky": "^6.0.0",
4949
"install-peers-cli": "^2.2.0",
5050
"jest": "^26.6.3",
5151
"lint-staged": "^10.2.11",

yarn.lock

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -910,14 +910,6 @@
910910
"@typescript-eslint/typescript-estree" "4.19.0"
911911
debug "^4.1.1"
912912

913-
"@typescript-eslint/scope-manager@4.18.0":
914-
version "4.18.0"
915-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427"
916-
integrity sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ==
917-
dependencies:
918-
"@typescript-eslint/types" "4.18.0"
919-
"@typescript-eslint/visitor-keys" "4.18.0"
920-
921913
"@typescript-eslint/scope-manager@4.19.0":
922914
version "4.19.0"
923915
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.19.0.tgz#5e0b49eca4df7684205d957c9856f4e720717a4f"
@@ -926,29 +918,11 @@
926918
"@typescript-eslint/types" "4.19.0"
927919
"@typescript-eslint/visitor-keys" "4.19.0"
928920

929-
"@typescript-eslint/types@4.18.0":
930-
version "4.18.0"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
932-
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
933-
934921
"@typescript-eslint/types@4.19.0":
935922
version "4.19.0"
936923
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.19.0.tgz#5181d5d2afd02e5b8f149ebb37ffc8bd7b07a568"
937924
integrity sha512-A4iAlexVvd4IBsSTNxdvdepW0D4uR/fwxDrKUa+iEY9UWvGREu2ZyB8ylTENM1SH8F7bVC9ac9+si3LWNxcBuA==
938925

939-
"@typescript-eslint/typescript-estree@4.18.0":
940-
version "4.18.0"
941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
942-
integrity sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg==
943-
dependencies:
944-
"@typescript-eslint/types" "4.18.0"
945-
"@typescript-eslint/visitor-keys" "4.18.0"
946-
debug "^4.1.1"
947-
globby "^11.0.1"
948-
is-glob "^4.0.1"
949-
semver "^7.3.2"
950-
tsutils "^3.17.1"
951-
952926
"@typescript-eslint/typescript-estree@4.19.0":
953927
version "4.19.0"
954928
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.19.0.tgz#8a709ffa400284ab72df33376df085e2e2f61147"
@@ -962,14 +936,6 @@
962936
semver "^7.3.2"
963937
tsutils "^3.17.1"
964938

965-
"@typescript-eslint/visitor-keys@4.18.0":
966-
version "4.18.0"
967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
968-
integrity sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw==
969-
dependencies:
970-
"@typescript-eslint/types" "4.18.0"
971-
eslint-visitor-keys "^2.0.0"
972-
973939
"@typescript-eslint/visitor-keys@4.19.0":
974940
version "4.19.0"
975941
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.19.0.tgz#cbea35109cbd9b26e597644556be4546465d8f7f"
@@ -2638,10 +2604,10 @@ human-signals@^1.1.1:
26382604
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
26392605
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
26402606

2641-
husky@^5.1.2:
2642-
version "5.2.0"
2643-
resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
2644-
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
2607+
husky@^6.0.0:
2608+
version "6.0.0"
2609+
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
2610+
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
26452611

26462612
iconv-lite@0.4.24:
26472613
version "0.4.24"

0 commit comments

Comments
 (0)