-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @graphql-codegen/cli from 5.0.0 to 5.0.2
Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/graphql-codegen-cli) --- updated-dependencies: - dependency-name: "@graphql-codegen/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f4a029d
commit ea9f085
Showing
2 changed files
with
128 additions
and
28 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 |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
dependencies: | ||
node-fetch "^2.6.1" | ||
|
||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5": | ||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.23.5": | ||
version "7.23.5" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" | ||
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== | ||
|
@@ -242,11 +242,16 @@ | |
chalk "^2.4.2" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.22.15", "@babel/parser@^7.23.6": | ||
"@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.23.6": | ||
version "7.23.6" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" | ||
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== | ||
|
||
"@babel/parser@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac" | ||
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg== | ||
|
||
"@babel/plugin-proposal-class-properties@^7.0.0": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" | ||
|
@@ -469,14 +474,14 @@ | |
dependencies: | ||
regenerator-runtime "^0.14.0" | ||
|
||
"@babel/template@^7.18.10", "@babel/template@^7.22.15": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" | ||
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== | ||
"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.22.15": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" | ||
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== | ||
dependencies: | ||
"@babel/code-frame" "^7.22.13" | ||
"@babel/parser" "^7.22.15" | ||
"@babel/types" "^7.22.15" | ||
"@babel/code-frame" "^7.23.5" | ||
"@babel/parser" "^7.24.0" | ||
"@babel/types" "^7.24.0" | ||
|
||
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.23.6": | ||
version "7.23.6" | ||
|
@@ -494,10 +499,10 @@ | |
debug "^4.3.1" | ||
globals "^11.1.0" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.13", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6": | ||
version "7.23.6" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" | ||
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== | ||
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.13", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" | ||
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== | ||
dependencies: | ||
"@babel/helper-string-parser" "^7.23.4" | ||
"@babel/helper-validator-identifier" "^7.22.20" | ||
|
@@ -646,16 +651,25 @@ | |
dependencies: | ||
prop-types "^15.8.1" | ||
|
||
"@graphql-codegen/cli@^5.0.0": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.0.tgz#761dcf08cfee88bbdd9cdf8097b2343445ec6f0a" | ||
integrity sha512-A7J7+be/a6e+/ul2KI5sfJlpoqeqwX8EzktaKCeduyVKgOLA6W5t+NUGf6QumBDXU8PEOqXk3o3F+RAwCWOiqA== | ||
"@graphql-codegen/add@^5.0.2": | ||
version "5.0.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-5.0.2.tgz#71b3ae0465a4537172dddb84531b6967ca5545f2" | ||
integrity sha512-ouBkSvMFUhda5VoKumo/ZvsZM9P5ZTyDsI8LW18VxSNWOjrTeLXBWHG8Gfaai0HwhflPtCYVABbriEcOmrRShQ== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/cli@^5.0.2": | ||
version "5.0.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.2.tgz#07ff691c16da4c3dcc0e1995d3231530379ab317" | ||
integrity sha512-MBIaFqDiLKuO4ojN6xxG9/xL9wmfD3ZjZ7RsPjwQnSHBCUXnEkdKvX+JVpx87Pq29Ycn8wTJUguXnTZ7Di0Mlw== | ||
dependencies: | ||
"@babel/generator" "^7.18.13" | ||
"@babel/template" "^7.18.10" | ||
"@babel/types" "^7.18.13" | ||
"@graphql-codegen/core" "^4.0.0" | ||
"@graphql-codegen/plugin-helpers" "^5.0.1" | ||
"@graphql-codegen/client-preset" "^4.2.2" | ||
"@graphql-codegen/core" "^4.0.2" | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-tools/apollo-engine-loader" "^8.0.0" | ||
"@graphql-tools/code-file-loader" "^8.0.0" | ||
"@graphql-tools/git-loader" "^8.0.0" | ||
|
@@ -686,15 +700,45 @@ | |
yaml "^2.3.1" | ||
yargs "^17.0.0" | ||
|
||
"@graphql-codegen/core@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-4.0.0.tgz#b29c911746a532a675e33720acb4eb2119823e01" | ||
integrity sha512-JAGRn49lEtSsZVxeIlFVIRxts2lWObR+OQo7V2LHDJ7ohYYw3ilv7nJ8pf8P4GTg/w6ptcYdSdVVdkI8kUHB/Q== | ||
"@graphql-codegen/client-preset@^4.2.2": | ||
version "4.2.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.2.4.tgz#a20e85b07b77282bb27b2e8e014bed5d491443e7" | ||
integrity sha512-k1c8v2YxJhhITGQGxViG9asLAoop9m7X9duU7Zztqjc98ooxsUzXICfvAWsH3mLAUibXAx4Ax6BPzKsTtQmBPg== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@babel/helper-plugin-utils" "^7.20.2" | ||
"@babel/template" "^7.20.7" | ||
"@graphql-codegen/add" "^5.0.2" | ||
"@graphql-codegen/gql-tag-operations" "4.0.6" | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/typed-document-node" "^5.0.6" | ||
"@graphql-codegen/typescript" "^4.0.6" | ||
"@graphql-codegen/typescript-operations" "^4.2.0" | ||
"@graphql-codegen/visitor-plugin-common" "^5.1.0" | ||
"@graphql-tools/documents" "^1.0.0" | ||
"@graphql-tools/utils" "^10.0.0" | ||
"@graphql-typed-document-node/core" "3.2.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/core@^4.0.2": | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-4.0.2.tgz#7e6ec266276f54bbf02f60599d9e518f4a59d85e" | ||
integrity sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-tools/schema" "^10.0.0" | ||
"@graphql-tools/utils" "^10.0.0" | ||
tslib "~2.5.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/[email protected]": | ||
version "4.0.6" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.6.tgz#d16ee0306cfdea60217c025a1bc21649452d7da3" | ||
integrity sha512-y6iXEDpDNjwNxJw3WZqX1/Znj0QHW7+y8O+t2V8qvbTT+3kb2lr9ntc8By7vCr6ctw9tXI4XKaJgpTstJDOwFA== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/visitor-plugin-common" "5.1.0" | ||
"@graphql-tools/utils" "^10.0.0" | ||
auto-bind "~4.0.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/introspection@^4.0.3": | ||
version "4.0.3" | ||
|
@@ -729,7 +773,7 @@ | |
lodash "~4.17.0" | ||
tslib "~2.4.0" | ||
|
||
"@graphql-codegen/plugin-helpers@^5.0.0", "@graphql-codegen/plugin-helpers@^5.0.1", "@graphql-codegen/plugin-helpers@^5.0.3": | ||
"@graphql-codegen/plugin-helpers@^5.0.0", "@graphql-codegen/plugin-helpers@^5.0.3": | ||
version "5.0.3" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.3.tgz#7027b9d911d7cb594663590fcf5d63e9cf7ec2ff" | ||
integrity sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q== | ||
|
@@ -750,6 +794,26 @@ | |
"@graphql-tools/utils" "^10.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/schema-ast@^4.0.2": | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.0.2.tgz#aeaa104e4555cca73a058f0a9350b4b0e290b377" | ||
integrity sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-tools/utils" "^10.0.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/typed-document-node@^5.0.6": | ||
version "5.0.6" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.0.6.tgz#54750f4a7c6e963defeb6c27a9ea280a2a8bc2a3" | ||
integrity sha512-US0J95hOE2/W/h42w4oiY+DFKG7IetEN1mQMgXXeat1w6FAR5PlIz4JrRrEkiVfVetZ1g7K78SOwBD8/IJnDiA== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/visitor-plugin-common" "5.1.0" | ||
auto-bind "~4.0.0" | ||
change-case-all "1.0.15" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/typescript-graphql-request@^6.1.0": | ||
version "6.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-6.1.0.tgz#981810fb75128f5f9ad2f4b0d1e8d9510993db26" | ||
|
@@ -771,6 +835,17 @@ | |
auto-bind "~4.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/typescript-operations@^4.2.0": | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.2.0.tgz#0c6bbaf41cb325809b7e9e2b9d85ab01f11d142f" | ||
integrity sha512-lmuwYb03XC7LNRS8oo9M4/vlOrq/wOKmTLBHlltK2YJ1BO/4K/Q9Jdv/jDmJpNydHVR1fmeF4wAfsIp1f9JibA== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/typescript" "^4.0.6" | ||
"@graphql-codegen/visitor-plugin-common" "5.1.0" | ||
auto-bind "~4.0.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/typescript@^4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.1.tgz#7481d68f59bea802dd10e278dce73c8a1552b2a4" | ||
|
@@ -782,6 +857,17 @@ | |
auto-bind "~4.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/typescript@^4.0.6": | ||
version "4.0.6" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.6.tgz#2c9b70dc1eafda912de5e31c119c757b1aa5fca1" | ||
integrity sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/schema-ast" "^4.0.2" | ||
"@graphql-codegen/visitor-plugin-common" "5.1.0" | ||
auto-bind "~4.0.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/[email protected]": | ||
version "2.13.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b" | ||
|
@@ -814,7 +900,7 @@ | |
parse-filepath "^1.0.2" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/visitor-plugin-common@^5.0.0": | ||
"@graphql-codegen/visitor-plugin-common@5.1.0", "@graphql-codegen/visitor-plugin-common@^5.0.0", "@graphql-codegen/visitor-plugin-common@^5.1.0": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.1.0.tgz#4edf7edb53460e71762a5fd8bbf5269bc3d9200b" | ||
integrity sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg== | ||
|
@@ -873,6 +959,14 @@ | |
dataloader "^2.2.2" | ||
tslib "^2.5.0" | ||
|
||
"@graphql-tools/documents@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/documents/-/documents-1.0.0.tgz#e3ed97197cc22ec830ca227fd7d17e86d8424bdf" | ||
integrity sha512-rHGjX1vg/nZ2DKqRGfDPNC55CWZBMldEVcH+91BThRa6JeT80NqXknffLLEZLRUxyikCfkwMsk6xR3UNMqG0Rg== | ||
dependencies: | ||
lodash.sortby "^4.7.0" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/executor-graphql-ws@^1.0.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-1.1.0.tgz#7727159ebaa9df4dc793d0d02e74dd1ca4a7cc60" | ||
|
@@ -4602,6 +4696,11 @@ lodash.omit@^4.5.0: | |
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60" | ||
integrity sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg== | ||
|
||
lodash.sortby@^4.7.0: | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | ||
integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA== | ||
|
||
lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.0: | ||
version "4.17.21" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||
|
@@ -6305,6 +6404,7 @@ which@^2.0.1: | |
isexe "^2.0.0" | ||
|
||
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: | ||
name wrap-ansi-cjs | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" | ||
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== | ||
|