Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-tools/utils to v9 (#1240)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @graphql-tools/utils to v9

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Nov 2, 2022
1 parent f6c777e commit 6a27f2a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-eslint_eslint-plugin-1240-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-eslint/eslint-plugin': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.12.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/code-frame": "^7.18.6",
"@graphql-tools/code-file-loader": "^7.3.6",
"@graphql-tools/graphql-tag-pluck": "^7.3.6",
"@graphql-tools/utils": "^8.12.0",
"@graphql-tools/utils": "^9.0.0",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"fast-glob": "^3.2.12",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
value-or-promise "^1.0.11"
ws "^8.3.0"

"@graphql-tools/utils@8.12.0", "@graphql-tools/utils@^8.12.0", "@graphql-tools/utils@^8.6.5":
"@graphql-tools/utils@8.12.0", "@graphql-tools/utils@^8.6.5":
version "8.12.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f"
integrity sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==
Expand All @@ -1332,6 +1332,13 @@
dependencies:
tslib "~2.3.0"

"@graphql-tools/utils@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.0.0.tgz#4e75680d29e866b3de293b4bc9fa4a40aeae0085"
integrity sha512-kaCwyWnURxMsYbxzkfylLqFFelu83jKk3BJOOy0GIuxEtgXVS9v7Y/tojljo69Q+jaZ2YxAi3+d8IpM+hx768A==
dependencies:
tslib "^2.4.0"

"@graphql-tools/wrap@8.4.9":
version "8.4.9"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.4.9.tgz#6b99f78214b7913803a013fdacd4687669cb95dd"
Expand Down

0 comments on commit 6a27f2a

Please sign in to comment.