Skip to content

Commit a669f52

Browse files
fix(deps): update dependency @graphql-tools/utils to ~7.5.0 (#322)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 77eafd2 commit a669f52

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.3.0",
20+
"@graphql-tools/utils": "~7.5.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
@@ -862,10 +862,10 @@
862862
camel-case "4.1.2"
863863
tslib "~2.1.0"
864864

865-
"@graphql-tools/utils@~7.3.0":
866-
version "7.3.0"
867-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.3.0.tgz#e978a02da12d20781becf2442f66d215f63e6694"
868-
integrity sha512-8MD5/jRsvbA4zSdI5bBRXvXh5pn208pSc+KGd0xjBVyY3m/tTFxl0hohDPC5hw6JcHnz8IfhpuuNfi8gm9I+5g==
865+
"@graphql-tools/utils@~7.5.0":
866+
version "7.5.0"
867+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.5.0.tgz#8485d42eea0f723748dca4cc09344f032bd1e2fa"
868+
integrity sha512-8f//RSqHmKRdg9A3GHlZdxzlVfF/938ZD9edXLW7EriSABg1BXu3veru9W02VqORypArb2S/Tyeyvsk2gForqA==
869869
dependencies:
870870
"@ardatan/aggregate-error" "0.0.6"
871871
camel-case "4.1.2"

0 commit comments

Comments
 (0)