Skip to content

Commit

Permalink
Merge pull request #54 from dotansimha/dependabot/npm_and_yarn/graphq…
Browse files Browse the repository at this point in the history
…l-tools/url-loader-6.3.0

Bump @graphql-tools/url-loader from 6.2.4 to 6.3.0
  • Loading branch information
dotansimha authored Oct 3, 2020
2 parents 77abdfa + 4625c1c commit 997bf6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-tools/load": "^6.2.4",
"@graphql-tools/graphql-file-loader": "^6.2.4",
"@graphql-tools/json-file-loader": "^6.2.4",
"@graphql-tools/url-loader": "^6.2.4",
"@graphql-tools/url-loader": "^6.3.0",
"@graphql-tools/graphql-tag-pluck": "^6.2.5",
"graphql-config": "^3.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -568,10 +568,10 @@
"@graphql-tools/utils" "^6.2.4"
tslib "~2.0.1"

"@graphql-tools/url-loader@^6.0.0", "@graphql-tools/url-loader@^6.2.4":
version "6.2.4"
resolved "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-6.2.4.tgz#999c38b03ffea9220840211356a766fb7f527224"
integrity sha512-T14Ng02H2gzK5IRVNLKHM1ncQ2d+ou6+twGRNat3ETSP6arkS3jg0LPtJfu+8r6Op/4C3EXM6QbdaSNIkvatAQ==
"@graphql-tools/url-loader@^6.0.0", "@graphql-tools/url-loader@^6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-6.3.0.tgz#75b82bdf0983d3e389c75948a7abff20fa45a630"
integrity sha512-lX6A22Rhbqj8FHmkCVSDflolOGy7UtCJGtGbfRuv8/VqD94JfJLnGVFxC1jODURFdj+yrs/97Wm/ntRcpy7nDA==
dependencies:
"@graphql-tools/delegate" "^6.2.4"
"@graphql-tools/utils" "^6.2.4"
Expand Down

0 comments on commit 997bf6f

Please sign in to comment.