-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update typescript-eslint monorepo to v4
- Loading branch information
1 parent
6881660
commit 4b7d951
Showing
2 changed files
with
145 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6054,10 +6054,10 @@ | |
"@types/node" "*" | ||
"@types/range-parser" "*" | ||
|
||
"@types/[email protected].13": | ||
version "4.17.13" | ||
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz#d9af025e925fc8b089be37423b8d1eac781be084" | ||
integrity sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA== | ||
"@types/[email protected].17": | ||
version "4.17.17" | ||
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.17.tgz#6ba02465165b6c9c3d8db3a28def6b16fc9b70f5" | ||
integrity sha512-YYlVaCni5dnHc+bLZfY908IG1+x5xuibKZMGv8srKkvtul3wUuanYvpIj9GXXoWkQbaAdR+kgX46IETKUALWNQ== | ||
dependencies: | ||
"@types/node" "*" | ||
"@types/qs" "*" | ||
|
@@ -6671,12 +6671,13 @@ | |
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d" | ||
integrity sha512-te5lMAWii1uEJ4FwLjzdlbw3+n0FZNOvFXHxQDKeT0dilh7HOzdMzV2TrJVUzq8ep7J4Na8OUYPRLSQkJHAlrg== | ||
|
||
"@typescript-eslint/eslint-plugin@3.10.1": | ||
version "3.10.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f" | ||
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ== | ||
"@typescript-eslint/eslint-plugin@4.11.1": | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz#7579c6d17ad862154c10bc14b40e5427b729e209" | ||
integrity sha512-fABclAX2QIEDmTMk6Yd7Muv1CzFLwWM4505nETzRHpP3br6jfahD9UUJkhnJ/g2m7lwfz8IlswcwGGPGiq9exw== | ||
dependencies: | ||
"@typescript-eslint/experimental-utils" "3.10.1" | ||
"@typescript-eslint/experimental-utils" "4.11.1" | ||
"@typescript-eslint/scope-manager" "4.11.1" | ||
debug "^4.1.1" | ||
functional-red-black-tree "^1.0.1" | ||
regexpp "^3.0.0" | ||
|
@@ -6703,27 +6704,27 @@ | |
eslint-scope "^5.0.0" | ||
eslint-utils "^2.0.0" | ||
|
||
"@typescript-eslint/experimental-utils@3.10.1": | ||
version "3.10.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686" | ||
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw== | ||
"@typescript-eslint/experimental-utils@4.11.1": | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz#2dad3535b878c25c7424e40bfa79d899f3f485bc" | ||
integrity sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g== | ||
dependencies: | ||
"@types/json-schema" "^7.0.3" | ||
"@typescript-eslint/types" "3.10.1" | ||
"@typescript-eslint/typescript-estree" "3.10.1" | ||
"@typescript-eslint/scope-manager" "4.11.1" | ||
"@typescript-eslint/types" "4.11.1" | ||
"@typescript-eslint/typescript-estree" "4.11.1" | ||
eslint-scope "^5.0.0" | ||
eslint-utils "^2.0.0" | ||
|
||
"@typescript-eslint/parser@3.10.1": | ||
version "3.10.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467" | ||
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw== | ||
"@typescript-eslint/parser@4.11.1": | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed" | ||
integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw== | ||
dependencies: | ||
"@types/eslint-visitor-keys" "^1.0.0" | ||
"@typescript-eslint/experimental-utils" "3.10.1" | ||
"@typescript-eslint/types" "3.10.1" | ||
"@typescript-eslint/typescript-estree" "3.10.1" | ||
eslint-visitor-keys "^1.1.0" | ||
"@typescript-eslint/scope-manager" "4.11.1" | ||
"@typescript-eslint/types" "4.11.1" | ||
"@typescript-eslint/typescript-estree" "4.11.1" | ||
debug "^4.1.1" | ||
|
||
"@typescript-eslint/parser@^2.10.0": | ||
version "2.27.0" | ||
|
@@ -6735,10 +6736,18 @@ | |
"@typescript-eslint/typescript-estree" "2.27.0" | ||
eslint-visitor-keys "^1.1.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "3.10.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727" | ||
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ== | ||
"@typescript-eslint/[email protected]": | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69" | ||
integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ== | ||
dependencies: | ||
"@typescript-eslint/types" "4.11.1" | ||
"@typescript-eslint/visitor-keys" "4.11.1" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05" | ||
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "2.27.0" | ||
|
@@ -6753,26 +6762,27 @@ | |
semver "^6.3.0" | ||
tsutils "^3.17.1" | ||
|
||
"@typescript-eslint/typescript-estree@3.10.1": | ||
version "3.10.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853" | ||
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w== | ||
"@typescript-eslint/typescript-estree@4.11.1": | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc" | ||
integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw== | ||
dependencies: | ||
"@typescript-eslint/types" "3.10.1" | ||
"@typescript-eslint/visitor-keys" "3.10.1" | ||
"@typescript-eslint/types" "4.11.1" | ||
"@typescript-eslint/visitor-keys" "4.11.1" | ||
debug "^4.1.1" | ||
glob "^7.1.6" | ||
globby "^11.0.1" | ||
is-glob "^4.0.1" | ||
lodash "^4.17.15" | ||
semver "^7.3.2" | ||
tsutils "^3.17.1" | ||
|
||
"@typescript-eslint/visitor-keys@3.10.1": | ||
version "3.10.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931" | ||
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ== | ||
"@typescript-eslint/visitor-keys@4.11.1": | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05" | ||
integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg== | ||
dependencies: | ||
eslint-visitor-keys "^1.1.0" | ||
"@typescript-eslint/types" "4.11.1" | ||
eslint-visitor-keys "^2.0.0" | ||
|
||
"@webassemblyjs/[email protected]": | ||
version "1.8.5" | ||
|
@@ -7583,6 +7593,14 @@ apollo-cache-control@^0.11.4: | |
apollo-server-env "^2.4.5" | ||
apollo-server-plugin-base "^0.10.2" | ||
|
||
apollo-cache-control@^0.11.5: | ||
version "0.11.5" | ||
resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.11.5.tgz#de208bd6fef440c1fed451b830d6402eab307a2e" | ||
integrity sha512-jvarfQhwDRazpOsmkt5Pd7qGFrtbL70zMbUZGqDhJSYpfqI672f7bXXc7O3vtpbD3qnS3XTBvK2kspX/Bdo0IA== | ||
dependencies: | ||
apollo-server-env "^2.4.5" | ||
apollo-server-plugin-base "^0.10.3" | ||
|
||
[email protected]: | ||
version "1.6.6" | ||
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.6.tgz#56d1f2a463a6b9db32e9fa990af16d2a008206fd" | ||
|
@@ -7767,6 +7785,13 @@ apollo-reporting-protobuf@^0.6.1: | |
dependencies: | ||
"@apollo/protobufjs" "^1.0.3" | ||
|
||
apollo-reporting-protobuf@^0.6.2: | ||
version "0.6.2" | ||
resolved "https://registry.yarnpkg.com/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.2.tgz#5572866be9b77f133916532b10e15fbaa4158304" | ||
integrity sha512-WJTJxLM+MRHNUxt1RTl4zD0HrLdH44F2mDzMweBj1yHL0kSt8I1WwoiF/wiGVSpnG48LZrBegCaOJeuVbJTbtw== | ||
dependencies: | ||
"@apollo/protobufjs" "^1.0.3" | ||
|
||
apollo-server-caching@^0.5.2: | ||
version "0.5.2" | ||
resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.5.2.tgz#bef5d5e0d48473a454927a66b7bb947a0b6eb13e" | ||
|
@@ -7862,6 +7887,38 @@ apollo-server-core@^2.19.0: | |
uuid "^8.0.0" | ||
ws "^6.0.0" | ||
|
||
apollo-server-core@^2.19.1: | ||
version "2.19.1" | ||
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.19.1.tgz#18cb74004297fe61689862b8faf00b30a5a30ce7" | ||
integrity sha512-5EVmcY8Ij7Ywwu+Ze4VaUhZBcxl8t5ztcSatJrKMd4HYlEHyaNGBV2itfpyqAthxfdMbGKqlpeCHmTGSqDcNpA== | ||
dependencies: | ||
"@apollographql/apollo-tools" "^0.4.3" | ||
"@apollographql/graphql-playground-html" "1.6.26" | ||
"@types/graphql-upload" "^8.0.0" | ||
"@types/ws" "^7.0.0" | ||
apollo-cache-control "^0.11.5" | ||
apollo-datasource "^0.7.2" | ||
apollo-graphql "^0.6.0" | ||
apollo-reporting-protobuf "^0.6.2" | ||
apollo-server-caching "^0.5.2" | ||
apollo-server-env "^2.4.5" | ||
apollo-server-errors "^2.4.2" | ||
apollo-server-plugin-base "^0.10.3" | ||
apollo-server-types "^0.6.2" | ||
apollo-tracing "^0.12.1" | ||
async-retry "^1.2.1" | ||
fast-json-stable-stringify "^2.0.0" | ||
graphql-extensions "^0.12.7" | ||
graphql-tag "^2.9.2" | ||
graphql-tools "^4.0.0" | ||
graphql-upload "^8.0.2" | ||
loglevel "^1.6.7" | ||
lru-cache "^5.0.0" | ||
sha.js "^2.4.11" | ||
subscriptions-transport-ws "^0.9.11" | ||
uuid "^8.0.0" | ||
ws "^6.0.0" | ||
|
||
apollo-server-env@^2.4.5: | ||
version "2.4.5" | ||
resolved "https://registry.yarnpkg.com/apollo-server-env/-/apollo-server-env-2.4.5.tgz#73730b4f0439094a2272a9d0caa4079d4b661d5f" | ||
|
@@ -7875,20 +7932,20 @@ apollo-server-errors@^2.4.2: | |
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.4.2.tgz#1128738a1d14da989f58420896d70524784eabe5" | ||
integrity sha512-FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ== | ||
|
||
[email protected].0: | ||
version "2.19.0" | ||
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.19.0.tgz#a8735e854e2da20e624583bef3c2e54b0cdd6a9b" | ||
integrity sha512-3rgSrTme1SlLoecAYtSa8ThH6vYvz29QecgZCigq5Vdc6bFP2SZrCk0ls6BAdD8OZbVKUtizzRxd0yd/uREPAw== | ||
[email protected].1: | ||
version "2.19.1" | ||
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.19.1.tgz#7076ec97d263688563c07ceb5ea55e3fb8437069" | ||
integrity sha512-PJQmPtV3JD7RiV6cP7JcqAwVdUq6hWUtvDIoCOxPoeUWYf79nEF4WiYsPXVF0+meLLWKlL1fuSwEEt1CEHEG5w== | ||
dependencies: | ||
"@apollographql/graphql-playground-html" "1.6.26" | ||
"@types/accepts" "^1.3.5" | ||
"@types/body-parser" "1.19.0" | ||
"@types/cors" "2.8.8" | ||
"@types/express" "4.17.7" | ||
"@types/express-serve-static-core" "4.17.13" | ||
"@types/express-serve-static-core" "4.17.17" | ||
accepts "^1.3.5" | ||
apollo-server-core "^2.19.0" | ||
apollo-server-types "^0.6.1" | ||
apollo-server-core "^2.19.1" | ||
apollo-server-types "^0.6.2" | ||
body-parser "^1.18.3" | ||
cors "^2.8.4" | ||
express "^4.17.1" | ||
|
@@ -7905,6 +7962,13 @@ apollo-server-plugin-base@^0.10.2: | |
dependencies: | ||
apollo-server-types "^0.6.1" | ||
|
||
apollo-server-plugin-base@^0.10.3: | ||
version "0.10.3" | ||
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.10.3.tgz#95099371b59766963742b97a165fe89f7bd268dc" | ||
integrity sha512-NCLOsk9Jsd8oLvefkQvROdMDQvnHnzbzz3MPCqEYjCOEv0YBM8T77D0wCwbcViDS2M5p0W6un2ub9s/vU71f7Q== | ||
dependencies: | ||
apollo-server-types "^0.6.2" | ||
|
||
apollo-server-plugin-base@^0.9.1: | ||
version "0.9.1" | ||
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.9.1.tgz#a62ae9ab4e89790fd4cc5d123bb616da34e8e5fb" | ||
|
@@ -7937,6 +8001,15 @@ apollo-server-types@^0.6.1: | |
apollo-server-caching "^0.5.2" | ||
apollo-server-env "^2.4.5" | ||
|
||
apollo-server-types@^0.6.2: | ||
version "0.6.2" | ||
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-0.6.2.tgz#3e97d26c580c5e4bd1cc50dbfe9d2ac26b812ab5" | ||
integrity sha512-LgSKgAStiDzpUSLYwJoAmy0W8nkxx/ExMmgEPgEYVi6dKPkUmtu561J970PhGdYH+D79ke3g87D+plkUkgfnlQ== | ||
dependencies: | ||
apollo-reporting-protobuf "^0.6.2" | ||
apollo-server-caching "^0.5.2" | ||
apollo-server-env "^2.4.5" | ||
|
||
apollo-tracing@^0.11.1: | ||
version "0.11.1" | ||
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.11.1.tgz#3e3a4ce4b21e57dcc57b10bbd539db243b752606" | ||
|
@@ -7953,6 +8026,14 @@ apollo-tracing@^0.12.0: | |
apollo-server-env "^2.4.5" | ||
apollo-server-plugin-base "^0.10.2" | ||
|
||
apollo-tracing@^0.12.1: | ||
version "0.12.1" | ||
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.12.1.tgz#5edfa42e53d4b5ce60a1649f1b336d7e29a27583" | ||
integrity sha512-qdkUjW+pOaidGOSITypeYE288y28HkPmGNpUtyQSOeTxgqXHtQX3TDWiOJ2SmrLH08xdSwfvz9o5KrTq4PdISg== | ||
dependencies: | ||
apollo-server-env "^2.4.5" | ||
apollo-server-plugin-base "^0.10.3" | ||
|
||
[email protected]: | ||
version "14.1.2" | ||
resolved "https://registry.yarnpkg.com/apollo-upload-client/-/apollo-upload-client-14.1.2.tgz#7a72b000f1cd67eaf8f12b4bda2796d0898c0dae" | ||
|
@@ -12499,6 +12580,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: | |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" | ||
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A== | ||
|
||
eslint-visitor-keys@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" | ||
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== | ||
|
||
[email protected], eslint@^6.6.0: | ||
version "6.8.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" | ||
|
@@ -13870,7 +13956,7 @@ globalthis@^1.0.0, globalthis@^1.0.1: | |
dependencies: | ||
define-properties "^1.1.3" | ||
|
||
[email protected]: | ||
[email protected], globby@^11.0.1: | ||
version "11.0.1" | ||
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" | ||
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== | ||
|
@@ -14067,6 +14153,15 @@ graphql-extensions@^0.12.6: | |
apollo-server-env "^2.4.5" | ||
apollo-server-types "^0.6.1" | ||
|
||
graphql-extensions@^0.12.7: | ||
version "0.12.7" | ||
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.12.7.tgz#9732cb50090eee6ca9226ad9349a4308668a1fa5" | ||
integrity sha512-yc9qOmEmWVZNkux9m0eCiHdtYSwNZRHkFhgfKfDn4u/gpsJolft1iyMUADnG/eytiRW0CGZFBpZjHkJhpginuQ== | ||
dependencies: | ||
"@apollographql/apollo-tools" "^0.4.3" | ||
apollo-server-env "^2.4.5" | ||
apollo-server-types "^0.6.2" | ||
|
||
graphql-query-complexity@^0.7.0: | ||
version "0.7.0" | ||
resolved "https://registry.yarnpkg.com/graphql-query-complexity/-/graphql-query-complexity-0.7.0.tgz#16e3dbd1baf89ee925baec93b451858a7628156e" | ||
|