Skip to content

Commit 5d13cbc

Browse files
Update dependency @graphql-tools/merge to v8.4.2
1 parent 2de7931 commit 5d13cbc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@graphql-codegen/typescript-react-apollo": "4.3.2",
3434
"@graphql-eslint/eslint-plugin": "3.10.7",
3535
"@graphql-tools/load-files": "6.6.1",
36-
"@graphql-tools/merge": "8.3.6",
36+
"@graphql-tools/merge": "8.4.2",
3737
"@nx/cypress": "20.7.1",
3838
"@nx/eslint": "20.7.1",
3939
"@nx/eslint-plugin": "20.7.1",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2590,6 +2590,14 @@
25902590
"@graphql-tools/utils" "8.12.0"
25912591
tslib "^2.4.0"
25922592

2593+
"@graphql-tools/[email protected]":
2594+
version "8.4.2"
2595+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.2.tgz#95778bbe26b635e8d2f60ce9856b388f11fe8288"
2596+
integrity sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==
2597+
dependencies:
2598+
"@graphql-tools/utils" "^9.2.1"
2599+
tslib "^2.4.0"
2600+
25932601
"@graphql-tools/merge@^9.0.0", "@graphql-tools/merge@^9.0.24", "@graphql-tools/merge@^9.0.4":
25942602
version "9.0.24"
25952603
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.24.tgz#1f366e85588894cb496bd1c332be7665db143df2"
@@ -2727,7 +2735,7 @@
27272735
dset "^3.1.4"
27282736
tslib "^2.4.0"
27292737

2730-
"@graphql-tools/utils@^9.0.0":
2738+
"@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.2.1":
27312739
version "9.2.1"
27322740
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
27332741
integrity sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==

0 commit comments

Comments
 (0)