Skip to content

Commit 37ae455

Browse files
fix(deps): update dependency @graphql-tools/utils to ~7.3.0 (#320)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6da29ac commit 37ae455

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.2.0",
20+
"@graphql-tools/utils": "~7.3.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -862,14 +862,14 @@
862862
camel-case "4.1.2"
863863
tslib "~2.1.0"
864864

865-
"@graphql-tools/utils@~7.2.0":
866-
version "7.2.0"
867-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.2.0.tgz#e1d57c0b17231356c9df44c0a4e66a03814775b4"
868-
integrity sha512-dVQHhuh/W6KlmSOQZliHH7ba41dsCOhqPwkeW6dwOjy0FqSx/hGihKZyABDmjNkDbowr2141aAIJYfj2XdoX8Q==
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==
869869
dependencies:
870870
"@ardatan/aggregate-error" "0.0.6"
871871
camel-case "4.1.2"
872-
tslib "~2.0.1"
872+
tslib "~2.1.0"
873873

874874
"@graphql-tools/wrap@^7.0.0":
875875
version "7.0.1"

0 commit comments

Comments
 (0)