Skip to content

Commit 063ff4a

Browse files
committed
Upgrades deps
1 parent 6c5b8f6 commit 063ff4a

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-plugin-jsx-a11y": "^6.2.3",
8787
"eslint-plugin-react": "^7.17.0",
8888
"eslint-plugin-react-hooks": "^2.3.0",
89-
"husky": "^4.0.7",
89+
"husky": "^4.0.9",
9090
"jest": "^24.9.0",
9191
"lint-staged": "^9.5.0",
9292
"prettier": "^1.19.1",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3415,11 +3415,6 @@ get-stdin@^6.0.0:
34153415
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
34163416
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
34173417

3418-
get-stdin@^7.0.0:
3419-
version "7.0.0"
3420-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
3421-
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
3422-
34233418
get-stream@^4.0.0:
34243419
version "4.1.0"
34253420
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -3647,15 +3642,14 @@ https-proxy-agent@^2.2.1:
36473642
agent-base "^4.1.0"
36483643
debug "^3.1.0"
36493644

3650-
husky@^4.0.7:
3651-
version "4.0.7"
3652-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.7.tgz#cee4301d1db1d731be9c2aa2ac72b46439d30c91"
3653-
integrity sha512-ULivTOe0k+nNjZKIojoHxXjybtEycaba0EDuk1G8iNGD8wZgo8Sr3YiN8bKitXNpI1RvVKTJwRnh2GLysLbxMQ==
3645+
husky@^4.0.9:
3646+
version "4.0.9"
3647+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.9.tgz#ded9e4f957dd8358649330da84906b6bf2e367e9"
3648+
integrity sha512-zaH0INH9MZBH8smr6nPdzv7pjchOZPN/AKdhkuV4zut9SyF0+pUy1ZCBzhz2uPe7Cp75YzD92ewU2ytIZ0GjUQ==
36543649
dependencies:
36553650
chalk "^3.0.0"
36563651
ci-info "^2.0.0"
36573652
cosmiconfig "^6.0.0"
3658-
get-stdin "^7.0.0"
36593653
opencollective-postinstall "^2.0.2"
36603654
pkg-dir "^4.2.0"
36613655
please-upgrade-node "^3.2.0"

0 commit comments

Comments
 (0)