Skip to content

Commit 8ae20d7

Browse files
fix(deps): update dependency @graphql-tools/utils to ~7.6.0 (#354)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 242f1ac commit 8ae20d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5.0",
20+
"@graphql-tools/utils": "~7.6.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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -861,10 +861,10 @@
861861
camel-case "4.1.2"
862862
tslib "~2.1.0"
863863

864-
"@graphql-tools/utils@~7.5.0":
865-
version "7.5.0"
866-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.5.0.tgz#8485d42eea0f723748dca4cc09344f032bd1e2fa"
867-
integrity sha512-8f//RSqHmKRdg9A3GHlZdxzlVfF/938ZD9edXLW7EriSABg1BXu3veru9W02VqORypArb2S/Tyeyvsk2gForqA==
864+
"@graphql-tools/utils@~7.6.0":
865+
version "7.6.0"
866+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.6.0.tgz#ac570a2b5a9bcd5d6446995f58ba22609e01ca7d"
867+
integrity sha512-YCZDDdhfb4Yhie0IH031eGdvQG8C73apDuNg6lqBNbauNw45OG/b8wi3+vuMiDnJTJN32GQUb1Gt9gxDKoRDKw==
868868
dependencies:
869869
"@ardatan/aggregate-error" "0.0.6"
870870
camel-case "4.1.2"

0 commit comments

Comments
 (0)