Skip to content

Commit 2203553

Browse files
committed
Update graphqlcodegenerator monorepo to v1.15.2
1 parent 5c2e413 commit 2203553

File tree

2 files changed

+65
-57
lines changed

2 files changed

+65
-57
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"author": "",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@graphql-codegen/cli": "1.15.1",
16-
"@graphql-codegen/introspection": "1.15.1",
17-
"@graphql-codegen/typescript": "1.15.1",
18-
"@graphql-codegen/typescript-resolvers": "1.15.1",
15+
"@graphql-codegen/cli": "1.15.2",
16+
"@graphql-codegen/introspection": "1.15.2",
17+
"@graphql-codegen/typescript": "1.15.2",
18+
"@graphql-codegen/typescript-resolvers": "1.15.2",
1919
"@types/aws-lambda": "8.10.53",
2020
"@types/faker": "4.1.12",
2121
"@types/graphql": "14.5.0",

yarn.lock

Lines changed: 61 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -546,13 +546,13 @@
546546
exec-sh "^0.3.2"
547547
minimist "^1.2.0"
548548

549-
"@graphql-codegen/[email protected].1":
550-
version "1.15.1"
551-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-1.15.1.tgz#2c858af9b425dde5b3fa23ab80952cbf1f78470d"
552-
integrity sha512-UQdeNFpdvYdirtm3rnClGItS0xyJImaSNpRorEXZPfuixeDr6q24EmuxFg7W+oCzSOSHHx3Vu75H4r/EFqH/xA==
549+
"@graphql-codegen/[email protected].2":
550+
version "1.15.2"
551+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-1.15.2.tgz#7513fdfbcd998131c37719044368ee1c2dea29ba"
552+
integrity sha512-eEoChXpBGXI+4gAUoAe3c+xc1bXoDBwO0xiNqZeDFFAe4gh3qNzjhYUuiWLYDn56MOtgeGPAQcn6yAMHrH5M8Q==
553553
dependencies:
554-
"@graphql-codegen/core" "1.15.1"
555-
"@graphql-codegen/plugin-helpers" "1.15.1"
554+
"@graphql-codegen/core" "1.15.2"
555+
"@graphql-codegen/plugin-helpers" "1.15.2"
556556
"@graphql-tools/apollo-engine-loader" "^6.0.0"
557557
"@graphql-tools/code-file-loader" "^6.0.0"
558558
"@graphql-tools/git-loader" "^6.0.0"
@@ -565,7 +565,7 @@
565565
"@graphql-tools/utils" "^6.0.0"
566566
ansi-escapes "4.3.1"
567567
camel-case "4.1.1"
568-
chalk "4.0.0"
568+
chalk "4.1.0"
569569
chokidar "3.4.0"
570570
common-tags "1.8.0"
571571
constant-case "3.0.3"
@@ -595,28 +595,28 @@
595595
wrap-ansi "7.0.0"
596596
yargs "15.3.1"
597597

598-
"@graphql-codegen/[email protected].1":
599-
version "1.15.1"
600-
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-1.15.1.tgz#a14d3c8a0100e0aa90df98673f67ae232ec1e0e3"
601-
integrity sha512-LxtAFtKECkZPZeapIbUW8SSAxO9yRyIsYpg1+1gnv4GZw/0j6johXJ5Ms64Q6dZt69oMMYUIWmwNcGa/ccRILA==
598+
"@graphql-codegen/[email protected].2":
599+
version "1.15.2"
600+
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-1.15.2.tgz#62817e652032528954b9a4c4d3c0a1ed406b2644"
601+
integrity sha512-hZh68w4C1hGi/8F6oSK5cOzI03GKybN7unDtF2XWBvTevLVBZrVk/8RQJKLZYgx+ldGdcm2wbf4T6HPWo7w1Kg==
602602
dependencies:
603-
"@graphql-codegen/plugin-helpers" "1.15.1"
603+
"@graphql-codegen/plugin-helpers" "1.15.2"
604604
"@graphql-tools/merge" "^6.0.0"
605605
"@graphql-tools/utils" "^6.0.0"
606606
tslib "~2.0.0"
607607

608-
"@graphql-codegen/[email protected].1":
609-
version "1.15.1"
610-
resolved "https://registry.yarnpkg.com/@graphql-codegen/introspection/-/introspection-1.15.1.tgz#557e2b611720b32bc3ad4da8c4f7db1d17710369"
611-
integrity sha512-FSst/8qQ1xGrJLSO2ottbh4tOlxb6+csBxq4qHfUFa1/tONCmMFZSaX9L7IDdVs0YZ4kFSIEMoYhrFJ21c73HA==
608+
"@graphql-codegen/[email protected].2":
609+
version "1.15.2"
610+
resolved "https://registry.yarnpkg.com/@graphql-codegen/introspection/-/introspection-1.15.2.tgz#d427b5433f69dfc86fa2a2fb7b4bfd2786ee241a"
611+
integrity sha512-k2KC4f04sCqtjWrojLMXUuxJwfNa0GXI/SD0T7O8uc3oh+VbGJY1FoOKWoKo7Y5UMXLQ+jkTSbcS3qt0UJyvtg==
612612
dependencies:
613-
"@graphql-codegen/plugin-helpers" "1.15.1"
613+
"@graphql-codegen/plugin-helpers" "1.15.2"
614614
tslib "~2.0.0"
615615

616-
"@graphql-codegen/[email protected].1":
617-
version "1.15.1"
618-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.15.1.tgz#7fce2f93cf42199ca977018bcb8f67e946d5503a"
619-
integrity sha512-DnLD+s4ng+rqbqrcHtV0/jtn/bYSUTqL3tpqPDeIhsqmdDSAtOtelVCeTtPHAJGOO7RI6BQB6rXm/ZgaCObIAg==
616+
"@graphql-codegen/[email protected].2":
617+
version "1.15.2"
618+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.15.2.tgz#102d93094858f10537911bd3c788f730f0f74974"
619+
integrity sha512-5bvgNrLEtXj0tmyGj0I2JfxbjL1wkOKcjTubGDFfmbOR4aGOCCJPCgTtoCyCX8qbazW4LOsVInWieKEoEGUzYg==
620620
dependencies:
621621
"@graphql-tools/utils" "^6.0.0"
622622
camel-case "4.1.1"
@@ -629,35 +629,35 @@
629629
tslib "~2.0.0"
630630
upper-case "2.0.1"
631631

632-
"@graphql-codegen/[email protected].1":
633-
version "1.15.1"
634-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-1.15.1.tgz#55fc1acfb49b6d84354badc5a47cc5571a91a345"
635-
integrity sha512-xGKpTWBev0gp4evJAkMxs6xA7mZv9iR2mHcINUCY61mK+LExDeppPgMAEdRDfn/NHpbF+Pd/TOv0p0oF/B07TA==
632+
"@graphql-codegen/[email protected].2":
633+
version "1.15.2"
634+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-1.15.2.tgz#859833bb17e1501687a3a5cdb4f44da6c27c399d"
635+
integrity sha512-A7cBZIwSjXjyRwI8WwIz5PWigLGrWGbgmDAi1SIF2SPNt5BPvVXqtw9PxtgGtri3TJgVfNwr8GcVr4DY/Lesww==
636636
dependencies:
637-
"@graphql-codegen/plugin-helpers" "1.15.1"
638-
"@graphql-codegen/typescript" "1.15.1"
639-
"@graphql-codegen/visitor-plugin-common" "1.15.1"
637+
"@graphql-codegen/plugin-helpers" "1.15.2"
638+
"@graphql-codegen/typescript" "1.15.2"
639+
"@graphql-codegen/visitor-plugin-common" "1.15.2"
640640
"@graphql-tools/utils" "^6.0.0"
641641
auto-bind "~4.0.0"
642642
tslib "~2.0.0"
643643

644-
"@graphql-codegen/[email protected].1":
645-
version "1.15.1"
646-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.15.1.tgz#dcb9357cd56289d7e98edc76250d8d6c822b34f4"
647-
integrity sha512-DfXXHO37Ec/c4uEuFjAYvmDG5tqVgdt20uZ3fbVOCiKyy/mGcc27GkdyDX5UsjbdzQKOAOqQbrRFK4nl4/NWZg==
644+
"@graphql-codegen/[email protected].2":
645+
version "1.15.2"
646+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.15.2.tgz#c088b84d305fac8b560222022783ea8b9596b729"
647+
integrity sha512-2FBuHbQNaLKw40gRi+8uRTTD87gIbBrKRykhJ+ynmooKTpGhl9PLq0q0Dt/kWfebxBzVyWAMVEEsC/KRQ/ACxg==
648648
dependencies:
649-
"@graphql-codegen/plugin-helpers" "1.15.1"
650-
"@graphql-codegen/visitor-plugin-common" "1.15.1"
649+
"@graphql-codegen/plugin-helpers" "1.15.2"
650+
"@graphql-codegen/visitor-plugin-common" "1.15.2"
651651
auto-bind "~4.0.0"
652652
tslib "~2.0.0"
653653

654-
"@graphql-codegen/[email protected].1":
655-
version "1.15.1"
656-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.15.1.tgz#ff01184a0efb02a419e3fb5912f38e94edcbbbe1"
657-
integrity sha512-51HybEPeqptIbghtVhJ39W0PjbFtg8hntgIGpzer3882mIL9sY3ButLkJR6Nabu4GyA3pO07uaZIPJ4C85xoYw==
654+
"@graphql-codegen/[email protected].2":
655+
version "1.15.2"
656+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.15.2.tgz#81a353f6b7fe2f5327884f354bca3175142232ef"
657+
integrity sha512-/qdLy7HkdexVEa52qBEiJWte/caMSuNcxpf8sU31hDf+c8CPq6bkaEEfSKZpeMDgNzlOXStRSEHaR/S0NyWaJw==
658658
dependencies:
659-
"@graphql-codegen/plugin-helpers" "1.15.1"
660-
"@graphql-tools/relay-operation-optimizer" "6.0.6"
659+
"@graphql-codegen/plugin-helpers" "1.15.2"
660+
"@graphql-tools/relay-operation-optimizer" "6.0.9"
661661
array.prototype.flatmap "1.2.3"
662662
auto-bind "~4.0.0"
663663
dependency-graph "0.9.0"
@@ -851,12 +851,12 @@
851851
prisma-yml "1.34.10"
852852
tslib "~2.0.0"
853853

854-
"@graphql-tools/[email protected].6":
855-
version "6.0.6"
856-
resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.0.6.tgz#1da925a70539439f151fcc1cb6049538389da71e"
857-
integrity sha512-5WkcAuqYzIP5i+uzz9WK3eKl/cC+BOSGfRjdRVTX4t0IMBReHoNLKAAvr8Vo+DE9qvyXGf+I0fWKs4sabVyF1g==
854+
"@graphql-tools/[email protected].9":
855+
version "6.0.9"
856+
resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.0.9.tgz#ec808f00e117a0014410e0091b614072febce5bc"
857+
integrity sha512-8TysXdOKOKVsRZNy80X+lzzuumwqtc23FaWDxpoBDidFq408QxJaA8NMrThiOxz/TjesVI/MDESfjizMcvwJUg==
858858
dependencies:
859-
"@graphql-tools/utils" "6.0.6"
859+
"@graphql-tools/utils" "6.0.9"
860860
relay-compiler "9.1.0"
861861

862862
"@graphql-tools/[email protected]":
@@ -882,20 +882,20 @@
882882
valid-url "1.0.9"
883883
websocket "1.0.31"
884884

885-
"@graphql-tools/[email protected]":
886-
version "6.0.6"
887-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-6.0.6.tgz#49ef23dc96ee92771115c5b35eebaea0b0e3b71a"
888-
integrity sha512-GHRnK7uSBERIoDd4D+RRQucF2eHESDpX4gcPvRuFiJblL+tEsno+I91FzyiTix3vFxnz3bAzWt7p+EN25PE4Xw==
889-
dependencies:
890-
camel-case "4.1.1"
891-
892885
"@graphql-tools/[email protected]", "@graphql-tools/utils@^6.0.0":
893886
version "6.0.8"
894887
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-6.0.8.tgz#0d4b8cb22bb45492153d021e843a6a99894e34ac"
895888
integrity sha512-1Idtq70pocuivrFUV2E+7o3ikyEUvES9i+YzQcNRoC04J29NWIiqJawjaWyLUt3z3/xdb6BEDpCwEy2Spu0CFQ==
896889
dependencies:
897890
camel-case "4.1.1"
898891

892+
"@graphql-tools/[email protected]":
893+
version "6.0.9"
894+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-6.0.9.tgz#135a56f6520a99a2bbbfaf7d76bd5f681d1ce457"
895+
integrity sha512-WtX+t64SCN9VejKA/gdtm2sHPOX8D1G1tAyrrKH7hnh6RaCmQwYkhs/f6tBnTTYOIBy7yVYNoXzqiv/tmOkAOQ==
896+
dependencies:
897+
camel-case "4.1.1"
898+
899899
"@graphql-tools/[email protected]":
900900
version "6.0.8"
901901
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-6.0.8.tgz#468685f73bcbd03210b123bf6eb5ab2ca7b140cd"
@@ -3409,14 +3409,22 @@ caw@^2.0.1:
34093409
tunnel-agent "^0.6.0"
34103410
url-to-options "^1.0.1"
34113411

3412-
chalk@*, chalk@4.0.0, chalk@^4.0.0:
3412+
chalk@*, chalk@^4.0.0:
34133413
version "4.0.0"
34143414
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
34153415
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
34163416
dependencies:
34173417
ansi-styles "^4.1.0"
34183418
supports-color "^7.1.0"
34193419

3420+
3421+
version "4.1.0"
3422+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
3423+
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
3424+
dependencies:
3425+
ansi-styles "^4.1.0"
3426+
supports-color "^7.1.0"
3427+
34203428
chalk@^1.0.0, chalk@^1.1.3:
34213429
version "1.1.3"
34223430
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"

0 commit comments

Comments
 (0)