Skip to content

Commit aa38617

Browse files
committed
chore(deps): update all non-major dependencies
1 parent a2ba4f8 commit aa38617

File tree

2 files changed

+124
-95
lines changed

2 files changed

+124
-95
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@
5656
},
5757
"devDependencies": {
5858
"@4c/babel-preset": "^7.4.1",
59-
"@babel/cli": "^7.14.5",
60-
"@babel/core": "^7.14.6",
59+
"@babel/cli": "^7.14.8",
60+
"@babel/core": "^7.14.8",
6161
"@babel/node": "^7.14.7",
6262
"babel-jest": "^26.6.3",
6363
"babel-plugin-add-module-exports": "^1.0.4",
6464
"babel-plugin-relay": "^10.1.3",
65-
"codecov": "^3.8.2",
66-
"eslint": "^7.29.0",
65+
"codecov": "^3.8.3",
66+
"eslint": "^7.31.0",
6767
"eslint-config-4catalyzer": "^1.2.0",
6868
"eslint-config-4catalyzer-jest": "^2.1.0",
6969
"eslint-config-prettier": "^6.15.0",
7070
"eslint-plugin-import": "^2.23.4",
7171
"eslint-plugin-jest": "^23.20.0",
7272
"eslint-plugin-prettier": "^3.4.0",
7373
"graphql": "^15.5.1",
74-
"graphql-relay": "^0.7.0",
74+
"graphql-relay": "^0.8.0",
7575
"husky": "^4.3.8",
7676
"jest": "^26.6.3",
7777
"lint-staged": "^10.5.4",

yarn.lock

Lines changed: 119 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
lodash "^4.17.15"
2222
read-pkg-up "^7.0.1"
2323

24-
"@babel/cli@^7.14.5":
25-
version "7.14.5"
26-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.5.tgz#9551b194f02360729de6060785bbdcce52c69f0a"
27-
integrity sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==
24+
"@babel/cli@^7.14.8":
25+
version "7.14.8"
26+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933"
27+
integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==
2828
dependencies:
2929
commander "^4.0.1"
3030
convert-source-map "^1.1.0"
@@ -56,33 +56,33 @@
5656
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
5757
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
5858

59-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.14.6", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
60-
version "7.14.6"
61-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
62-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
59+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.14.8", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
60+
version "7.14.8"
61+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
62+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
6363
dependencies:
6464
"@babel/code-frame" "^7.14.5"
65-
"@babel/generator" "^7.14.5"
65+
"@babel/generator" "^7.14.8"
6666
"@babel/helper-compilation-targets" "^7.14.5"
67-
"@babel/helper-module-transforms" "^7.14.5"
68-
"@babel/helpers" "^7.14.6"
69-
"@babel/parser" "^7.14.6"
67+
"@babel/helper-module-transforms" "^7.14.8"
68+
"@babel/helpers" "^7.14.8"
69+
"@babel/parser" "^7.14.8"
7070
"@babel/template" "^7.14.5"
71-
"@babel/traverse" "^7.14.5"
72-
"@babel/types" "^7.14.5"
71+
"@babel/traverse" "^7.14.8"
72+
"@babel/types" "^7.14.8"
7373
convert-source-map "^1.7.0"
7474
debug "^4.1.0"
7575
gensync "^1.0.0-beta.2"
7676
json5 "^2.1.2"
7777
semver "^6.3.0"
7878
source-map "^0.5.0"
7979

80-
"@babel/generator@^7.14.5", "@babel/generator@^7.5.0":
81-
version "7.14.5"
82-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
83-
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
80+
"@babel/generator@^7.14.8", "@babel/generator@^7.5.0":
81+
version "7.14.8"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
83+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
8484
dependencies:
85-
"@babel/types" "^7.14.5"
85+
"@babel/types" "^7.14.8"
8686
jsesc "^2.5.1"
8787
source-map "^0.5.0"
8888

@@ -202,19 +202,19 @@
202202
dependencies:
203203
"@babel/types" "^7.14.5"
204204

205-
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.14.5":
206-
version "7.14.5"
207-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
208-
integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA==
205+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.14.8":
206+
version "7.14.8"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
208+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
209209
dependencies:
210210
"@babel/helper-module-imports" "^7.14.5"
211211
"@babel/helper-replace-supers" "^7.14.5"
212-
"@babel/helper-simple-access" "^7.14.5"
212+
"@babel/helper-simple-access" "^7.14.8"
213213
"@babel/helper-split-export-declaration" "^7.14.5"
214-
"@babel/helper-validator-identifier" "^7.14.5"
214+
"@babel/helper-validator-identifier" "^7.14.8"
215215
"@babel/template" "^7.14.5"
216-
"@babel/traverse" "^7.14.5"
217-
"@babel/types" "^7.14.5"
216+
"@babel/traverse" "^7.14.8"
217+
"@babel/types" "^7.14.8"
218218

219219
"@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.14.5":
220220
version "7.14.5"
@@ -255,12 +255,12 @@
255255
"@babel/traverse" "^7.14.5"
256256
"@babel/types" "^7.14.5"
257257

258-
"@babel/helper-simple-access@^7.10.4", "@babel/helper-simple-access@^7.14.5":
259-
version "7.14.5"
260-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
261-
integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==
258+
"@babel/helper-simple-access@^7.10.4", "@babel/helper-simple-access@^7.14.8":
259+
version "7.14.8"
260+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
261+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
262262
dependencies:
263-
"@babel/types" "^7.14.5"
263+
"@babel/types" "^7.14.8"
264264

265265
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
266266
version "7.11.0"
@@ -276,10 +276,10 @@
276276
dependencies:
277277
"@babel/types" "^7.14.5"
278278

279-
"@babel/helper-validator-identifier@^7.14.5":
280-
version "7.14.5"
281-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
282-
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
279+
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8":
280+
version "7.14.8"
281+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
282+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
283283

284284
"@babel/helper-validator-option@^7.14.5":
285285
version "7.14.5"
@@ -296,14 +296,14 @@
296296
"@babel/traverse" "^7.10.4"
297297
"@babel/types" "^7.10.4"
298298

299-
"@babel/helpers@^7.14.6":
300-
version "7.14.6"
301-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
302-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
299+
"@babel/helpers@^7.14.8":
300+
version "7.14.8"
301+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
302+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
303303
dependencies:
304304
"@babel/template" "^7.14.5"
305-
"@babel/traverse" "^7.14.5"
306-
"@babel/types" "^7.14.5"
305+
"@babel/traverse" "^7.14.8"
306+
"@babel/types" "^7.14.8"
307307

308308
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
309309
version "7.14.5"
@@ -326,10 +326,10 @@
326326
regenerator-runtime "^0.13.4"
327327
v8flags "^3.1.1"
328328

329-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6":
330-
version "7.14.6"
331-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
332-
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
329+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8":
330+
version "7.14.8"
331+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
332+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
333333

334334
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
335335
version "7.10.5"
@@ -1009,27 +1009,27 @@
10091009
"@babel/parser" "^7.14.5"
10101010
"@babel/types" "^7.14.5"
10111011

1012-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.14.5":
1013-
version "7.14.5"
1014-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
1015-
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
1012+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
1013+
version "7.14.8"
1014+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1015+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
10161016
dependencies:
10171017
"@babel/code-frame" "^7.14.5"
1018-
"@babel/generator" "^7.14.5"
1018+
"@babel/generator" "^7.14.8"
10191019
"@babel/helper-function-name" "^7.14.5"
10201020
"@babel/helper-hoist-variables" "^7.14.5"
10211021
"@babel/helper-split-export-declaration" "^7.14.5"
1022-
"@babel/parser" "^7.14.5"
1023-
"@babel/types" "^7.14.5"
1022+
"@babel/parser" "^7.14.8"
1023+
"@babel/types" "^7.14.8"
10241024
debug "^4.1.0"
10251025
globals "^11.1.0"
10261026

1027-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.5":
1028-
version "7.14.5"
1029-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
1030-
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
1027+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.5":
1028+
version "7.14.8"
1029+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1030+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
10311031
dependencies:
1032-
"@babel/helper-validator-identifier" "^7.14.5"
1032+
"@babel/helper-validator-identifier" "^7.14.8"
10331033
to-fast-properties "^2.0.0"
10341034

10351035
"@bcoe/v8-coverage@^0.2.3":
@@ -1045,10 +1045,10 @@
10451045
exec-sh "^0.3.2"
10461046
minimist "^1.2.0"
10471047

1048-
"@eslint/eslintrc@^0.4.2":
1049-
version "0.4.2"
1050-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
1051-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
1048+
"@eslint/eslintrc@^0.4.3":
1049+
version "0.4.3"
1050+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
1051+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
10521052
dependencies:
10531053
ajv "^6.12.4"
10541054
debug "^4.1.1"
@@ -1072,6 +1072,20 @@
10721072
resolved "https://registry.yarnpkg.com/@formatjs/intl-utils/-/intl-utils-3.0.1.tgz#b9a7f79033b54bff1d03e7f05ba0e0627ba49451"
10731073
integrity sha512-wA9jNZ/6sglIeOznDL19/EgX//xkj/IN0pffuKM2fFFm5F2LB/MItrMlLW0MJwdp/aRVa8UGNbSl1zg5mmYoiA==
10741074

1075+
"@humanwhocodes/config-array@^0.5.0":
1076+
version "0.5.0"
1077+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1078+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1079+
dependencies:
1080+
"@humanwhocodes/object-schema" "^1.2.0"
1081+
debug "^4.1.1"
1082+
minimatch "^3.0.4"
1083+
1084+
"@humanwhocodes/object-schema@^1.2.0":
1085+
version "1.2.0"
1086+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1087+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1088+
10751089
"@istanbuljs/load-nyc-config@^1.0.0":
10761090
version "1.0.0"
10771091
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b"
@@ -2069,16 +2083,16 @@ co@^4.6.0:
20692083
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
20702084
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
20712085

2072-
codecov@^3.8.2:
2073-
version "3.8.2"
2074-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.2.tgz#ab24f18783998c39e809ea210af899f8dbcc790e"
2075-
integrity sha512-6w/kt/xvmPsWMfDFPE/T054txA9RTgcJEw36PNa6MYX+YV29jCHCRFXwbQ3QZBTOgnex1J2WP8bo2AT8TWWz9g==
2086+
codecov@^3.8.3:
2087+
version "3.8.3"
2088+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7"
2089+
integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA==
20762090
dependencies:
20772091
argv "0.0.2"
2078-
ignore-walk "3.0.3"
2092+
ignore-walk "3.0.4"
20792093
js-yaml "3.14.1"
2080-
teeny-request "7.0.1"
2081-
urlgrey "0.4.4"
2094+
teeny-request "7.1.1"
2095+
urlgrey "1.0.0"
20822096

20832097
collect-v8-coverage@^1.0.0:
20842098
version "1.0.0"
@@ -2604,13 +2618,14 @@ eslint-visitor-keys@^2.0.0:
26042618
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
26052619
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
26062620

2607-
eslint@^7.29.0:
2608-
version "7.29.0"
2609-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2610-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2621+
eslint@^7.31.0:
2622+
version "7.31.0"
2623+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
2624+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
26112625
dependencies:
26122626
"@babel/code-frame" "7.12.11"
2613-
"@eslint/eslintrc" "^0.4.2"
2627+
"@eslint/eslintrc" "^0.4.3"
2628+
"@humanwhocodes/config-array" "^0.5.0"
26142629
ajv "^6.10.0"
26152630
chalk "^4.0.0"
26162631
cross-spawn "^7.0.2"
@@ -2814,6 +2829,13 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
28142829
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
28152830
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
28162831

2832+
fast-url-parser@^1.1.3:
2833+
version "1.1.3"
2834+
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
2835+
integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=
2836+
dependencies:
2837+
punycode "^1.3.2"
2838+
28172839
fb-watchman@^2.0.0:
28182840
version "2.0.1"
28192841
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
@@ -3081,10 +3103,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0,
30813103
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
30823104
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
30833105

3084-
graphql-relay@^0.7.0:
3085-
version "0.7.0"
3086-
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.7.0.tgz#e5c7a4bb52ede09e90e92dfd7b89d5947362278b"
3087-
integrity sha512-P8eS3IbZRhbfbcfud1Q6VPrIru4hchkb15MuOij+WQo9r0chD5NBIxiVjuRE2iG2EMHxIOrZb8LnMe82+YdITA==
3106+
graphql-relay@^0.8.0:
3107+
version "0.8.0"
3108+
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.8.0.tgz#35f0090f0f056192767c1acdaa402daed19ede6d"
3109+
integrity sha512-NU7CkwNxPzkqpBgv76Cgycrc3wmWVA2K5Sxm9DHSSLLuQTpaSRAUsX1sf2gITf+XQpkccsv56/z0LojXTyQbUw==
30883110

30893111
graphql@^15.5.1:
30903112
version "15.5.1"
@@ -3244,10 +3266,10 @@ [email protected]:
32443266
dependencies:
32453267
safer-buffer ">= 2.1.2 < 3"
32463268

3247-
3248-
version "3.0.3"
3249-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
3250-
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
3269+
3270+
version "3.0.4"
3271+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335"
3272+
integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==
32513273
dependencies:
32523274
minimatch "^3.0.4"
32533275

@@ -4967,6 +4989,11 @@ pump@^3.0.0:
49674989
end-of-stream "^1.1.0"
49684990
once "^1.3.1"
49694991

4992+
punycode@^1.3.2:
4993+
version "1.4.1"
4994+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
4995+
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
4996+
49704997
punycode@^2.1.0, punycode@^2.1.1:
49714998
version "2.1.1"
49724999
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -5727,10 +5754,10 @@ table@^6.0.9:
57275754
string-width "^4.2.0"
57285755
strip-ansi "^6.0.0"
57295756

5730-
teeny-request@7.0.1:
5731-
version "7.0.1"
5732-
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.0.1.tgz#bdd41fdffea5f8fbc0d29392cb47bec4f66b2b4c"
5733-
integrity sha512-sasJmQ37klOlplL4Ia/786M5YlOcoLGQyq2TE4WHSRupbAuDaQW0PfVxV4MtdBtRJ4ngzS+1qim8zP6Zp35qCw==
5757+
teeny-request@7.1.1:
5758+
version "7.1.1"
5759+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.1.1.tgz#2b0d156f4a8ad81de44303302ba8d7f1f05e20e6"
5760+
integrity sha512-iwY6rkW5DDGq8hE2YgNQlKbptYpY5Nn2xecjQiNjOXWbKzPGUfmeUBCSQbbr306d7Z7U2N0TPl+/SwYRfua1Dg==
57345761
dependencies:
57355762
http-proxy-agent "^4.0.0"
57365763
https-proxy-agent "^5.0.0"
@@ -5994,10 +6021,12 @@ urix@^0.1.0:
59946021
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
59956022
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
59966023

5997-
5998-
version "0.4.4"
5999-
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f"
6000-
integrity sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8=
6024+
6025+
version "1.0.0"
6026+
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-1.0.0.tgz#72d2f904482d0b602e3c7fa599343d699bbe1017"
6027+
integrity sha512-hJfIzMPJmI9IlLkby8QrsCykQ+SXDeO2W5Q9QTW3QpqZVTx4a/K7p8/5q+/isD8vsbVaFgql/gvAoQCRQ2Cb5w==
6028+
dependencies:
6029+
fast-url-parser "^1.1.3"
60016030

60026031
use@^3.1.0:
60036032
version "3.1.1"

0 commit comments

Comments
 (0)