Skip to content

Commit f62e494

Browse files
Bump @graphql-tools/graphql-file-loader from 6.2.5 to 6.2.6 (#168)
Bumps [@graphql-tools/graphql-file-loader](https://github.com/ardatan/graphql-tools) from 6.2.5 to 6.2.6. - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Commits](https://github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dotan Simha <[email protected]>
1 parent fc2610c commit f62e494

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prettier-linter-helpers": "1.0.0",
2020
"@graphql-tools/utils": "^7.0.2",
2121
"@graphql-tools/load": "^6.2.5",
22-
"@graphql-tools/graphql-file-loader": "^6.2.5",
22+
"@graphql-tools/graphql-file-loader": "^6.2.6",
2323
"@graphql-tools/json-file-loader": "^6.2.6",
2424
"@graphql-tools/url-loader": "^6.4.0",
2525
"@graphql-tools/graphql-tag-pluck": "^6.3.0",

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -538,14 +538,13 @@
538538
is-promise "4.0.0"
539539
tslib "~2.0.1"
540540

541-
"@graphql-tools/graphql-file-loader@^6.0.0", "@graphql-tools/graphql-file-loader@^6.2.5":
542-
version "6.2.5"
543-
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-6.2.5.tgz#831289675e5f446baa19afbc0af8ea6bc94063bf"
544-
integrity sha512-vYDn71FHqwCxWgw8swoVOsD5C0xGz/Lw4zUQnPcgZfAzhAAwl6e/rVWl/HF1UNNSf5CSZu+2oidjOWCI5Wl6Gg==
541+
"@graphql-tools/graphql-file-loader@^6.0.0", "@graphql-tools/graphql-file-loader@^6.2.6":
542+
version "6.2.6"
543+
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-6.2.6.tgz#5b907d21b0f947df892ed837db74cd3f6d771c34"
544+
integrity sha512-L+RdYl5C6+X0zdOTUotY0K5zwqvSGpqI/qcZpVvCDenoAcVTyaNLmnd/ViErwedhCaGqAAV0wI1nPtyKFPlMUg==
545545
dependencies:
546-
"@graphql-tools/import" "^6.2.4"
546+
"@graphql-tools/import" "^6.2.5"
547547
"@graphql-tools/utils" "^7.0.0"
548-
fs-extra "9.0.1"
549548
tslib "~2.0.1"
550549

551550
"@graphql-tools/graphql-tag-pluck@^6.3.0":
@@ -561,12 +560,11 @@
561560
optionalDependencies:
562561
vue-template-compiler "^2.6.12"
563562

564-
"@graphql-tools/import@^6.2.4":
565-
version "6.2.4"
566-
resolved "https://registry.npmjs.org/@graphql-tools/import/-/import-6.2.4.tgz#0547f6d4754a924e80439d6af013577cdb617194"
567-
integrity sha512-Q6fk6hbtDevoEVcgwb3WRn7XOqGY4MnX3Mvc+x8/b8k4RZ4wT+0WSLRDXGAKiVKRxGhgouU2lZVnGE/LDrGSCg==
563+
"@graphql-tools/import@^6.2.5":
564+
version "6.2.5"
565+
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.2.5.tgz#5f279815229320128a07cad188c4860be18cb422"
566+
integrity sha512-ZGXT5tDod7m+LO38fc+o0JzR1LstL0RF35HKEWoUdxRIVaaeYH9VMuan9Gn+9M9RDME3RnzEa9aGzf9ATj8bTA==
568567
dependencies:
569-
fs-extra "9.0.1"
570568
resolve-from "5.0.0"
571569
tslib "~2.0.1"
572570

0 commit comments

Comments
 (0)