Skip to content

Commit

Permalink
Bump @graphql-tools/github-loader from 6.2.4 to 6.2.5 (#4976)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 26, 2020
1 parent 3a3cd65 commit 6efd7fb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@graphql-tools/apollo-engine-loader": "6.2.4",
"@graphql-tools/code-file-loader": "6.2.4",
"@graphql-tools/git-loader": "6.2.4",
"@graphql-tools/github-loader": "6.2.4",
"@graphql-tools/github-loader": "6.2.5",
"@graphql-tools/graphql-file-loader": "6.2.4",
"@graphql-tools/json-file-loader": "6.2.4",
"@graphql-tools/load": "6.2.4",
Expand Down
31 changes: 20 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2031,13 +2031,13 @@
"@graphql-tools/utils" "^6.2.4"
tslib "~2.0.1"

"@graphql-tools/[email protected].4", "@graphql-tools/github-loader@^6":
version "6.2.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/github-loader/-/github-loader-6.2.4.tgz#38520b5964594a578dbb4a7693a76938a79877a1"
integrity sha512-p4peplm/Ot989bCD4XATK5NEXX7l39BXNw+YKaqgoEoHopyQ142I2Zb0GJiMRjW9yXGqIlDjG4reZazleiprgQ==
"@graphql-tools/[email protected].5", "@graphql-tools/github-loader@^6":
version "6.2.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/github-loader/-/github-loader-6.2.5.tgz#460dff6f5bbaa26957a5ea3be4f452b89cc6a44b"
integrity sha512-DLuQmYeNNdPo8oWus8EePxWCfCAyUXPZ/p1PWqjrX/NGPyH2ZObdqtDAfRHztljt0F/qkBHbGHCEk2TKbRZTRw==
dependencies:
"@graphql-tools/graphql-tag-pluck" "^6.2.4"
"@graphql-tools/utils" "^6.2.4"
"@graphql-tools/graphql-tag-pluck" "^6.2.6"
"@graphql-tools/utils" "^7.0.0"
cross-fetch "3.0.6"
tslib "~2.0.1"

Expand All @@ -2051,15 +2051,15 @@
fs-extra "9.0.1"
tslib "~2.0.1"

"@graphql-tools/graphql-tag-pluck@^6.2.4":
version "6.2.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-6.2.5.tgz#5c0c47362406a55aaf661c4af0209b542b8483dc"
integrity sha512-qvdIOTanBuKYLIMSYl9Tk+ej9dq00B4BqUnHqoCvYtSjD1n1UINGrqXgwMT+JXp66gUZWw8BU9Ke92mQ4UwTpg==
"@graphql-tools/graphql-tag-pluck@^6.2.4", "@graphql-tools/graphql-tag-pluck@^6.2.6":
version "6.2.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-6.2.6.tgz#a7dba969385344d8dd29fa02b4e7175f053d6f60"
integrity sha512-cPYtsBr+W48Hp+SkVdba5KQGPx+jWpDhf7ZX0ySpYGgf3iXCK5w6OZn7nn5AWlmUtMAp8LBLSMenGWcQIuiomw==
dependencies:
"@babel/parser" "7.11.5"
"@babel/traverse" "7.11.5"
"@babel/types" "7.11.5"
"@graphql-tools/utils" "^6.2.4"
"@graphql-tools/utils" "^7.0.0"
tslib "~2.0.1"
optionalDependencies:
vue-template-compiler "^2.6.12"
Expand Down Expand Up @@ -2186,6 +2186,15 @@
camel-case "4.1.1"
tslib "~2.0.1"

"@graphql-tools/utils@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.0.0.tgz#8af1982b4c55607e02e103230ad926c5f8b89fe2"
integrity sha512-GDTwJVklNDt50/kWilZJ7dSIZzhCy1PH/aB7R+GS4zqyU5LkRJHyqZG1rFxzQkw8WorkvMbct98hcb4U2u1tnw==
dependencies:
"@ardatan/aggregate-error" "0.0.6"
camel-case "4.1.1"
tslib "~2.0.1"

"@graphql-tools/wrap@^6.2.4":
version "6.2.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-6.2.4.tgz#2709817da6e469753735a9fe038c9e99736b2c57"
Expand Down

0 comments on commit 6efd7fb

Please sign in to comment.