Skip to content

Commit ce651cc

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 0a819c0 commit ce651cc

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@
6060
"@babel/cli": "^7.11.6",
6161
"@babel/core": "^7.11.6",
6262
"@babel/preset-typescript": "^7.10.4",
63-
"@types/enzyme": "^3.10.5",
63+
"@types/enzyme": "^3.10.6",
6464
"@types/graphql-relay": "^0.6.0",
6565
"@types/invariant": "^2.2.34",
6666
"@types/jest": "^26.0.13",
67-
"@types/node": "^14.6.4",
67+
"@types/node": "^14.10.1",
6868
"@types/react-dom": "^16.9.8",
69-
"@typescript-eslint/eslint-plugin": "^4.0.1",
70-
"@typescript-eslint/parser": "^4.0.1",
69+
"@typescript-eslint/eslint-plugin": "^4.1.0",
70+
"@typescript-eslint/parser": "^4.1.0",
7171
"babel-jest": "^26.3.0",
7272
"babel-plugin-relay": "^10.0.1",
7373
"codecov": "^3.7.2",
7474
"enzyme": "^3.11.0",
7575
"enzyme-adapter-react-16": "^1.15.4",
76-
"eslint": "^7.8.1",
76+
"eslint": "^7.9.0",
7777
"eslint-config-4catalyzer-jest": "^2.0.8",
7878
"eslint-config-4catalyzer-react": "^1.0.10",
7979
"eslint-config-4catalyzer-typescript": "^2.0.4",
@@ -83,10 +83,10 @@
8383
"eslint-plugin-jsx-a11y": "^6.3.1",
8484
"eslint-plugin-prettier": "^3.1.4",
8585
"eslint-plugin-react": "^7.20.6",
86-
"eslint-plugin-react-hooks": "^4.1.0",
86+
"eslint-plugin-react-hooks": "^4.1.2",
8787
"graphql": "^15.3.0",
8888
"graphql-relay": "^0.6.0",
89-
"husky": "^4.2.5",
89+
"husky": "^4.3.0",
9090
"jest": "^26.4.2",
9191
"lint-staged": "^10.3.0",
9292
"prettier": "^2.1.1",

yarn.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,10 +1462,10 @@
14621462
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
14631463
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
14641464

1465-
"@types/enzyme@^3.10.5":
1466-
version "3.10.5"
1467-
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.5.tgz#fe7eeba3550369eed20e7fb565bfb74eec44f1f0"
1468-
integrity sha512-R+phe509UuUYy9Tk0YlSbipRpfVtIzb/9BHn5pTEtjJTF5LXvUjrIQcZvNyANNEyFrd2YGs196PniNT1fgvOQA==
1465+
"@types/enzyme@^3.10.6":
1466+
version "3.10.6"
1467+
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.6.tgz#a34a6b09ff732be29c194dc8d786555f4717fd85"
1468+
integrity sha512-Jxyn2U+UfhmrE7EaeZYfV1sPA5OEDuZmg9Lxj8TxOnfCn71flf0Cn1136LWdCVYj7yapLFmUWqKCcgplWNZCJg==
14691469
dependencies:
14701470
"@types/cheerio" "*"
14711471
"@types/react" "*"
@@ -1559,10 +1559,10 @@
15591559
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
15601560
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
15611561

1562-
"@types/node@*", "@types/node@^14.6.4":
1563-
version "14.6.4"
1564-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.4.tgz#a145cc0bb14ef9c4777361b7bbafa5cf8e3acb5a"
1565-
integrity sha512-Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ==
1562+
"@types/node@*", "@types/node@^14.10.1":
1563+
version "14.10.1"
1564+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.10.1.tgz#cc323bad8e8a533d4822f45ce4e5326f36e42177"
1565+
integrity sha512-aYNbO+FZ/3KGeQCEkNhHFRIzBOUgc7QvcVNKXbfnhDkSfwUv91JsQQa10rDgKSTSLkXZ1UIyPe4FJJNVgw1xWQ==
15661566

15671567
"@types/normalize-package-data@^2.4.0":
15681568
version "2.4.0"
@@ -1636,28 +1636,28 @@
16361636
dependencies:
16371637
"@types/yargs-parser" "*"
16381638

1639-
"@typescript-eslint/eslint-plugin@^4.0.1":
1640-
version "4.0.1"
1641-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.1.tgz#88bde9239e29d688315718552cf80a3490491017"
1642-
integrity sha512-pQZtXupCn11O4AwpYVUX4PDFfmIJl90ZgrEBg0CEcqlwvPiG0uY81fimr1oMFblZnpKAq6prrT9a59pj1x58rw==
1639+
"@typescript-eslint/eslint-plugin@^4.1.0":
1640+
version "4.1.0"
1641+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.0.tgz#7d309f60815ff35e9627ad85e41928d7b7fd443f"
1642+
integrity sha512-U+nRJx8XDUqJxYF0FCXbpmD9nWt/xHDDG0zsw1vrVYAmEAuD/r49iowfurjSL2uTA2JsgtpsyG7mjO7PHf2dYw==
16431643
dependencies:
1644-
"@typescript-eslint/experimental-utils" "4.0.1"
1645-
"@typescript-eslint/scope-manager" "4.0.1"
1644+
"@typescript-eslint/experimental-utils" "4.1.0"
1645+
"@typescript-eslint/scope-manager" "4.1.0"
16461646
debug "^4.1.1"
16471647
functional-red-black-tree "^1.0.1"
16481648
regexpp "^3.0.0"
16491649
semver "^7.3.2"
16501650
tsutils "^3.17.1"
16511651

1652-
"@typescript-eslint/experimental-utils@4.0.1":
1653-
version "4.0.1"
1654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.1.tgz#7d9a3ab6821ad5274dad2186c1aa0d93afd696eb"
1655-
integrity sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw==
1652+
"@typescript-eslint/experimental-utils@4.1.0":
1653+
version "4.1.0"
1654+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.0.tgz#263d7225645c09a411c8735eeffd417f50f49026"
1655+
integrity sha512-paEYLA37iqRIDPeQwAmoYSiZ3PiHsaAc3igFeBTeqRHgPnHjHLJ9OGdmP6nwAkF65p2QzEsEBtpjNUBWByNWzA==
16561656
dependencies:
16571657
"@types/json-schema" "^7.0.3"
1658-
"@typescript-eslint/scope-manager" "4.0.1"
1659-
"@typescript-eslint/types" "4.0.1"
1660-
"@typescript-eslint/typescript-estree" "4.0.1"
1658+
"@typescript-eslint/scope-manager" "4.1.0"
1659+
"@typescript-eslint/types" "4.1.0"
1660+
"@typescript-eslint/typescript-estree" "4.1.0"
16611661
eslint-scope "^5.0.0"
16621662
eslint-utils "^2.0.0"
16631663

@@ -1671,28 +1671,28 @@
16711671
eslint-scope "^5.0.0"
16721672
eslint-utils "^2.0.0"
16731673

1674-
"@typescript-eslint/parser@^4.0.1":
1675-
version "4.0.1"
1676-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.0.1.tgz#73772080db7a7a4534a35d719e006f503e664dc3"
1677-
integrity sha512-1+qLmXHNAWSQ7RB6fdSQszAiA7JTwzakj5cNYjBTUmpH2cqilxMZEIV+DRKjVZs8NzP3ALmKexB0w/ExjcK9Iw==
1674+
"@typescript-eslint/parser@^4.1.0":
1675+
version "4.1.0"
1676+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.0.tgz#9b0409411725f14cd7faa81a664e5051225961db"
1677+
integrity sha512-hM/WNCQTzDHgS0Ke3cR9zPndL3OTKr9OoN9CL3UqulsAjYDrglSwIIgswSmHBcSbOzLmgaMARwrQEbIumIglvQ==
16781678
dependencies:
1679-
"@typescript-eslint/scope-manager" "4.0.1"
1680-
"@typescript-eslint/types" "4.0.1"
1681-
"@typescript-eslint/typescript-estree" "4.0.1"
1679+
"@typescript-eslint/scope-manager" "4.1.0"
1680+
"@typescript-eslint/types" "4.1.0"
1681+
"@typescript-eslint/typescript-estree" "4.1.0"
16821682
debug "^4.1.1"
16831683

1684-
"@typescript-eslint/scope-manager@4.0.1":
1685-
version "4.0.1"
1686-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.1.tgz#24d93c3000bdfcc5a157dc4d32b742405a8631b5"
1687-
integrity sha512-u3YEXVJ8jsj7QCJk3om0Y457fy2euEOkkzxIB/LKU3MdyI+FJ2gI0M4aKEaXzwCSfNDiZ13a3lDo5DVozc+XLQ==
1684+
"@typescript-eslint/scope-manager@4.1.0":
1685+
version "4.1.0"
1686+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.0.tgz#9e389745ee9cfe12252ed1e9958808abd6b3a683"
1687+
integrity sha512-HD1/u8vFNnxwiHqlWKC/Pigdn0Mvxi84Y6GzbZ5f5sbLrFKu0al02573Er+D63Sw67IffVUXR0uR8rpdfdk+vA==
16881688
dependencies:
1689-
"@typescript-eslint/types" "4.0.1"
1690-
"@typescript-eslint/visitor-keys" "4.0.1"
1689+
"@typescript-eslint/types" "4.1.0"
1690+
"@typescript-eslint/visitor-keys" "4.1.0"
16911691

1692-
"@typescript-eslint/types@4.0.1":
1693-
version "4.0.1"
1694-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2"
1695-
integrity sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg==
1692+
"@typescript-eslint/types@4.1.0":
1693+
version "4.1.0"
1694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.0.tgz#edbd3fec346f34e13ce7aa176b03b497a32c496a"
1695+
integrity sha512-rkBqWsO7m01XckP9R2YHVN8mySOKKY2cophGM8K5uDK89ArCgahItQYdbg/3n8xMxzu2elss+an1TphlUpDuJw==
16961696

16971697
"@typescript-eslint/[email protected]":
16981698
version "2.34.0"
@@ -1707,26 +1707,26 @@
17071707
semver "^7.3.2"
17081708
tsutils "^3.17.1"
17091709

1710-
"@typescript-eslint/typescript-estree@4.0.1":
1711-
version "4.0.1"
1712-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.1.tgz#29a43c7060641ec51c902d9f50ac7c5866ec479f"
1713-
integrity sha512-zGzleORFXrRWRJAMLTB2iJD1IZbCPkg4hsI8mGdpYlKaqzvKYSEWVAYh14eauaR+qIoZVWrXgYSXqLtTlxotiw==
1710+
"@typescript-eslint/typescript-estree@4.1.0":
1711+
version "4.1.0"
1712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.0.tgz#394046ead25164494218c0e3d6b960695ea967f6"
1713+
integrity sha512-r6et57qqKAWU173nWyw31x7OfgmKfMEcjJl9vlJEzS+kf9uKNRr4AVTRXfTCwebr7bdiVEkfRY5xGnpPaNPe4Q==
17141714
dependencies:
1715-
"@typescript-eslint/types" "4.0.1"
1716-
"@typescript-eslint/visitor-keys" "4.0.1"
1715+
"@typescript-eslint/types" "4.1.0"
1716+
"@typescript-eslint/visitor-keys" "4.1.0"
17171717
debug "^4.1.1"
17181718
globby "^11.0.1"
17191719
is-glob "^4.0.1"
17201720
lodash "^4.17.15"
17211721
semver "^7.3.2"
17221722
tsutils "^3.17.1"
17231723

1724-
"@typescript-eslint/visitor-keys@4.0.1":
1725-
version "4.0.1"
1726-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.1.tgz#d4e8de62775f2a6db71c7e8539633680039fdd6c"
1727-
integrity sha512-yBSqd6FjnTzbg5RUy9J+9kJEyQjTI34JdGMJz+9ttlJzLCnGkBikxw+N5n2VDcc3CesbIEJ0MnZc5uRYnrEnCw==
1724+
"@typescript-eslint/visitor-keys@4.1.0":
1725+
version "4.1.0"
1726+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.0.tgz#b2d528c9484e7eda1aa4f86ccf0432fb16e4d545"
1727+
integrity sha512-+taO0IZGCtCEsuNTTF2Q/5o8+fHrlml8i9YsZt2AiDCdYEJzYlsmRY991l/6f3jNXFyAWepdQj7n8Na6URiDRQ==
17281728
dependencies:
1729-
"@typescript-eslint/types" "4.0.1"
1729+
"@typescript-eslint/types" "4.1.0"
17301730
eslint-visitor-keys "^2.0.0"
17311731

17321732
JSONStream@^1.0.4:
@@ -3603,10 +3603,10 @@ eslint-plugin-prettier@^3.1.4:
36033603
dependencies:
36043604
prettier-linter-helpers "^1.0.0"
36053605

3606-
eslint-plugin-react-hooks@^4.1.0:
3607-
version "4.1.0"
3608-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.0.tgz#6323fbd5e650e84b2987ba76370523a60f4e7925"
3609-
integrity sha512-36zilUcDwDReiORXmcmTc6rRumu9JIM3WjSvV0nclHoUQ0CNrX866EwONvLR/UqaeqFutbAnVu8PEmctdo2SRQ==
3606+
eslint-plugin-react-hooks@^4.1.2:
3607+
version "4.1.2"
3608+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
3609+
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
36103610

36113611
eslint-plugin-react@^7.20.6:
36123612
version "7.20.6"
@@ -3650,10 +3650,10 @@ eslint-visitor-keys@^2.0.0:
36503650
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
36513651
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
36523652

3653-
eslint@^7.8.1:
3654-
version "7.8.1"
3655-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
3656-
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
3653+
eslint@^7.9.0:
3654+
version "7.9.0"
3655+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
3656+
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
36573657
dependencies:
36583658
"@babel/code-frame" "^7.0.0"
36593659
"@eslint/eslintrc" "^0.1.3"
@@ -4477,15 +4477,15 @@ human-signals@^1.1.1:
44774477
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
44784478
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
44794479

4480-
husky@^4.2.5:
4481-
version "4.2.5"
4482-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36"
4483-
integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==
4480+
husky@^4.3.0:
4481+
version "4.3.0"
4482+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de"
4483+
integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==
44844484
dependencies:
44854485
chalk "^4.0.0"
44864486
ci-info "^2.0.0"
44874487
compare-versions "^3.6.0"
4488-
cosmiconfig "^6.0.0"
4488+
cosmiconfig "^7.0.0"
44894489
find-versions "^3.2.0"
44904490
opencollective-postinstall "^2.0.2"
44914491
pkg-dir "^4.2.0"

0 commit comments

Comments
 (0)