Skip to content

Commit 6a27f2a

Browse files
fix(deps): update dependency @graphql-tools/utils to v9 (#1240)
* 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>
1 parent f6c777e commit 6a27f2a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': patch
3+
---
4+
dependencies updates:
5+
- 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`)

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/code-frame": "^7.18.6",
3838
"@graphql-tools/code-file-loader": "^7.3.6",
3939
"@graphql-tools/graphql-tag-pluck": "^7.3.6",
40-
"@graphql-tools/utils": "^8.12.0",
40+
"@graphql-tools/utils": "^9.0.0",
4141
"chalk": "^4.1.2",
4242
"debug": "^4.3.4",
4343
"fast-glob": "^3.2.12",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@
13181318
value-or-promise "^1.0.11"
13191319
ws "^8.3.0"
13201320

1321-
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.12.0", "@graphql-tools/utils@^8.6.5":
1321+
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.6.5":
13221322
version "8.12.0"
13231323
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f"
13241324
integrity sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==
@@ -1332,6 +1332,13 @@
13321332
dependencies:
13331333
tslib "~2.3.0"
13341334

1335+
"@graphql-tools/utils@^9.0.0":
1336+
version "9.0.0"
1337+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.0.0.tgz#4e75680d29e866b3de293b4bc9fa4a40aeae0085"
1338+
integrity sha512-kaCwyWnURxMsYbxzkfylLqFFelu83jKk3BJOOy0GIuxEtgXVS9v7Y/tojljo69Q+jaZ2YxAi3+d8IpM+hx768A==
1339+
dependencies:
1340+
tslib "^2.4.0"
1341+
13351342
"@graphql-tools/[email protected]":
13361343
version "8.4.9"
13371344
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.4.9.tgz#6b99f78214b7913803a013fdacd4687669cb95dd"

0 commit comments

Comments
 (0)