Skip to content

Commit 91ec67a

Browse files
committed
Update dependency @graphql-tools/utils to v9
1 parent e017b02 commit 91ec67a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@graphql-codegen/plugin-helpers": "^2.3.2",
6565
"@graphql-codegen/schema-ast": "^2.4.1",
6666
"@graphql-codegen/visitor-plugin-common": "^2.5.2",
67-
"@graphql-tools/utils": "^8.6.1",
67+
"@graphql-tools/utils": "^9.0.0",
6868
"graphql": "^16.2.0"
6969
},
7070
"peerDependencies": {

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,13 +1348,20 @@
13481348
dependencies:
13491349
tslib "^2.4.0"
13501350

1351-
"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.1":
1351+
"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2":
13521352
version "8.6.1"
13531353
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.1.tgz#52c7eb108f2ca2fd01bdba8eef85077ead1bf882"
13541354
integrity sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==
13551355
dependencies:
13561356
tslib "~2.3.0"
13571357

1358+
"@graphql-tools/utils@^9.0.0":
1359+
version "9.0.0"
1360+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.0.0.tgz#4e75680d29e866b3de293b4bc9fa4a40aeae0085"
1361+
integrity sha512-kaCwyWnURxMsYbxzkfylLqFFelu83jKk3BJOOy0GIuxEtgXVS9v7Y/tojljo69Q+jaZ2YxAi3+d8IpM+hx768A==
1362+
dependencies:
1363+
tslib "^2.4.0"
1364+
13581365
"@graphql-tools/[email protected]":
13591366
version "8.5.0"
13601367
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.5.0.tgz#ce1b0d775e1fc3a17404df566f4d2196d31c6e20"

0 commit comments

Comments
 (0)