Skip to content

Commit 10debb5

Browse files
Update dependency @graphql-tools/utils to ~7.2.0 (#244)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b093f88 commit 10debb5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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.1.3",
20+
"@graphql-tools/utils": "~7.2.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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@
702702
camel-case "4.1.1"
703703
tslib "~2.0.1"
704704

705-
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.1", "@graphql-tools/utils@^7.0.2", "@graphql-tools/utils@~7.1.3":
705+
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.1", "@graphql-tools/utils@^7.0.2":
706706
version "7.1.3"
707707
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.1.3.tgz#5ee851b270e21f574be0d3384e0af255ac1abab0"
708708
integrity sha512-HQdCt8zixzSVsVRa2dzEdCnWJNFXU9g/b38XhSuQrcpzL/hoJaAkVRBfox/eegEp8a3oz32z7F6f1qW9rBM/yQ==
@@ -720,6 +720,15 @@
720720
camel-case "4.1.2"
721721
tslib "~2.0.1"
722722

723+
"@graphql-tools/utils@~7.2.0":
724+
version "7.2.0"
725+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.2.0.tgz#e1d57c0b17231356c9df44c0a4e66a03814775b4"
726+
integrity sha512-dVQHhuh/W6KlmSOQZliHH7ba41dsCOhqPwkeW6dwOjy0FqSx/hGihKZyABDmjNkDbowr2141aAIJYfj2XdoX8Q==
727+
dependencies:
728+
"@ardatan/aggregate-error" "0.0.6"
729+
camel-case "4.1.2"
730+
tslib "~2.0.1"
731+
723732
"@graphql-tools/wrap@^7.0.0":
724733
version "7.0.1"
725734
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-7.0.1.tgz#a93e548439d19a1be6f7a032c7561059ea589b70"

0 commit comments

Comments
 (0)