Skip to content

Commit

Permalink
Merge pull request #2479 from garageScript/dependabot/npm_and_yarn/gr…
Browse files Browse the repository at this point in the history
…aphql-codegen/cli-2.13.10

build(deps-dev): Bump @graphql-codegen/cli from 2.13.8 to 2.13.10
  • Loading branch information
flacial authored Nov 2, 2022
2 parents c6314ed + 24bf7dd commit 55940b9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.13.8",
"@graphql-codegen/cli": "^2.13.10",
"@graphql-codegen/typescript": "^2.8.0",
"@graphql-codegen/typescript-apollo-client-helpers": "^2.2.6",
"@graphql-codegen/typescript-operations": "^2.5.5",
Expand Down
31 changes: 19 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1855,16 +1855,16 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@graphql-codegen/cli@^2.13.8":
version "2.13.8"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.8.tgz#2ef3972284f63540c26fcad28374351eb627592b"
integrity sha512-xX+lT51nMBD3b6lDyA+BDyJoEKnsPMctM/Fx8st0gEy7ZgdWLrsgOBOn4k71yyejOy3CHnRV5LMKWdhiQDaYsA==
"@graphql-codegen/cli@^2.13.10":
version "2.13.10"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.10.tgz#0df0fd5bbf2f21b749e5560c2e3551cff8311e6b"
integrity sha512-h0b/dr1yY0P3BzHXES9b40ADqCwzb5G8mPGGmYJyrJUrWbVBDHd7oLsYNZyUXrdNH2+OXSvRla0P+rE7Xtql5Q==
dependencies:
"@babel/generator" "^7.18.13"
"@babel/template" "^7.18.10"
"@babel/types" "^7.18.13"
"@graphql-codegen/core" "2.6.2"
"@graphql-codegen/plugin-helpers" "^2.6.2"
"@graphql-codegen/core" "2.6.4"
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-tools/apollo-engine-loader" "^7.3.6"
"@graphql-tools/code-file-loader" "^7.3.1"
"@graphql-tools/git-loader" "^7.2.1"
Expand Down Expand Up @@ -1897,14 +1897,14 @@
yaml "^1.10.0"
yargs "^17.0.0"

"@graphql-codegen/[email protected].2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.2.tgz#29c766d2e9e5a3deeeb4f1728c1f7b1aca054a22"
integrity sha512-58T5yf9nEfAhDwN1Vz1hImqpdJ/gGpCGUaroQ5tqskZPf7eZYYVkEXbtqRZZLx1MCCKwjWX4hMtTPpHhwKCkng==
"@graphql-codegen/[email protected].4":
version "2.6.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.4.tgz#0ed07c1efe18f36dd7515a54d05b07685b00cbb1"
integrity sha512-gmiRJIkmzeODBpX5ATDLWBTAs2zl21cRqwOmcYtLY3RMxNa3SIpHFII6BIYLOo/ZO767+2DH8FOKWCR78w6cvQ==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.6.2"
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-tools/schema" "^9.0.0"
"@graphql-tools/utils" "^8.8.0"
"@graphql-tools/utils" "9.0.0"
tslib "~2.4.0"

"@graphql-codegen/plugin-helpers@^2.6.2", "@graphql-codegen/plugin-helpers@^2.7.2":
Expand Down Expand Up @@ -2285,6 +2285,13 @@
dependencies:
tslib "^2.4.0"

"@graphql-tools/[email protected]":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.0.0.tgz#4e75680d29e866b3de293b4bc9fa4a40aeae0085"
integrity sha512-kaCwyWnURxMsYbxzkfylLqFFelu83jKk3BJOOy0GIuxEtgXVS9v7Y/tojljo69Q+jaZ2YxAi3+d8IpM+hx768A==
dependencies:
tslib "^2.4.0"

"@graphql-tools/[email protected]":
version "8.5.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.5.1.tgz#d4bd1f89850bb1ce0209f35f66d002080b439495"
Expand Down

1 comment on commit 55940b9

@vercel
Copy link

@vercel vercel bot commented on 55940b9 Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.