Skip to content

Commit 132e89b

Browse files
fix(deps): update dependency @graphql-tools/utils to ~7.8.0 (#401)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 39fabf6 commit 132e89b

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.7.0",
20+
"@graphql-tools/utils": "~7.8.0",
2121
"@graphql-tools/load": "~6.2.0",
2222
"@graphql-tools/graphql-file-loader": "~6.2.0",
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
@@ -870,14 +870,14 @@
870870
camel-case "4.1.2"
871871
tslib "~2.2.0"
872872

873-
"@graphql-tools/utils@~7.7.0":
874-
version "7.7.0"
875-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.7.0.tgz#71e575320720775c183009ed13f818b2952c7fbf"
876-
integrity sha512-gOfUzSkjUXG5c2xSAay9rdKEK5qxXn9pUcQuf25fXErWmUVJhtyB+gkwt+4h9p2EqBpwDyfhqhvzmSHcXLloJw==
873+
"@graphql-tools/utils@~7.8.0":
874+
version "7.8.0"
875+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.8.0.tgz#74290863b5c84c1bf1d8749e7a05b1b029a0c55e"
876+
integrity sha512-nORIltDwBdsc3Ew+vuXISTZw6gpRd3UkK+6HNY3knNca6apTDj7ygcJmgsFKjSyUf7xtukddTcF6Js9kPuJr6g==
877877
dependencies:
878878
"@ardatan/aggregate-error" "0.0.6"
879879
camel-case "4.1.2"
880-
tslib "~2.1.0"
880+
tslib "~2.2.0"
881881

882882
"@graphql-tools/wrap@^7.0.0":
883883
version "7.0.1"

0 commit comments

Comments
 (0)