diff --git a/package.json b/package.json index 6ed37c9..d021b22 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint-plugin-prettier": "3.1.4", "eslint-plugin-react": "7.20.6", "eslint-plugin-react-hooks": "4.1.0", - "husky": "4.2.5", + "husky": "4.3.0", "lint-staged": "10.3.0", "npm-run-all": "4.1.5", "postcss-100vh-fix": "0.1.1", diff --git a/yarn.lock b/yarn.lock index 9b763de..964a356 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9118,15 +9118,15 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@4.2.5: - version "4.2.5" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36" - integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ== +husky@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de" + integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA== dependencies: chalk "^4.0.0" ci-info "^2.0.0" compare-versions "^3.6.0" - cosmiconfig "^6.0.0" + cosmiconfig "^7.0.0" find-versions "^3.2.0" opencollective-postinstall "^2.0.2" pkg-dir "^4.2.0"