Skip to content

Commit c8ad9f1

Browse files
Bump @graphql-tools/utils from 7.0.2 to 7.1.0 (#174)
Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools) from 7.0.2 to 7.1.0. - [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>
1 parent f62e494 commit c8ad9f1

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"prettier-linter-helpers": "1.0.0",
20-
"@graphql-tools/utils": "^7.0.2",
20+
"@graphql-tools/utils": "^7.1.0",
2121
"@graphql-tools/load": "^6.2.5",
2222
"@graphql-tools/graphql-file-loader": "^6.2.6",
2323
"@graphql-tools/json-file-loader": "^6.2.6",

yarn.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,10 @@
633633
camel-case "4.1.1"
634634
tslib "~2.0.1"
635635

636-
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.1", "@graphql-tools/utils@^7.0.2":
637-
version "7.0.2"
638-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.0.2.tgz#1977d3277158bf32df792a5ff76d3fdc04647a64"
639-
integrity sha512-VQQ7krHeoXO0FS3qbWsb/vZb8c8oyiCYPIH4RSgeK9SKOUpatWYt3DW4jmLmyHZLVVMk0yjUbsOhKTBEMejKSA==
636+
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.1", "@graphql-tools/utils@^7.0.2", "@graphql-tools/utils@^7.1.0":
637+
version "7.1.0"
638+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.1.0.tgz#0cbcfa7b6e7741650f78e8bde4823780ed9e8c57"
639+
integrity sha512-lMTgy08BdqQ31zyyCRrxcKZ6gAKQB9amGKJGg0mb3b4I3iJQKeaw9a7T96yGe1frGak1UK9y7OoYqx8RG7KitA==
640640
dependencies:
641641
"@ardatan/aggregate-error" "0.0.6"
642642
camel-case "4.1.1"
@@ -2825,16 +2825,6 @@ [email protected]:
28252825
jsonfile "^6.0.1"
28262826
universalify "^1.0.0"
28272827

2828-
2829-
version "9.0.1"
2830-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
2831-
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
2832-
dependencies:
2833-
at-least-node "^1.0.0"
2834-
graceful-fs "^4.2.0"
2835-
jsonfile "^6.0.1"
2836-
universalify "^1.0.0"
2837-
28382828
fs-extra@^7.0.1:
28392829
version "7.0.1"
28402830
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"

0 commit comments

Comments
 (0)