Skip to content

Commit 0690e87

Browse files
committed
fix(deps): update dependency @graphql-tools/delegate to ^10.0.21
1 parent 42462c4 commit 0690e87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"author": "Matic Zavadlal <matic.zavadlal@gmail.com>",
2626
"dependencies": {
27-
"@graphql-tools/delegate": "^10.0.19",
27+
"@graphql-tools/delegate": "^10.0.21",
2828
"@graphql-tools/schema": "^10.0.6"
2929
},
3030
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,10 +611,10 @@
611611
tslib "^2.4.0"
612612
value-or-promise "^1.0.12"
613613

614-
"@graphql-tools/delegate@^10.0.19":
615-
version "10.0.19"
616-
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.19.tgz#c99bf8d53d5c438bba49e53f8093dd7c15a286b8"
617-
integrity sha512-y4spKkLnngkr+dCatYvqFtq3zumbnyvpMkP5W2Ooy5DnTEUeiPJQ0h5uqi3EHPEDFC+Rs/opvBdOwFOkMObmXg==
614+
"@graphql-tools/delegate@^10.0.21":
615+
version "10.0.21"
616+
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.21.tgz#8ef35bc07e7e48c16d795d3a90a24342ae4076fb"
617+
integrity sha512-UytyYVvDfLQbCYG1aQo8Vc67c1WhEjzW9ytYKEEqMJSdlwfMCujHmCz7EyH5DNjTAKapDHuQcN5VivKGap/Beg==
618618
dependencies:
619619
"@graphql-tools/batch-execute" "^9.0.4"
620620
"@graphql-tools/executor" "^1.3.1"

0 commit comments

Comments
 (0)