Skip to content

Commit 977b113

Browse files
chore(deps): update all non-major dependencies (#2770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9349511 commit 977b113

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"@babel/preset-typescript": "7.26.0",
6060
"@changesets/changelog-github": "0.5.1",
6161
"@changesets/cli": "2.28.1",
62-
"@graphql-tools/merge": "9.0.21",
63-
"@graphql-tools/schema": "10.0.20",
62+
"@graphql-tools/merge": "9.0.22",
63+
"@graphql-tools/schema": "10.0.21",
6464
"@theguild/prettier-config": "3.0.0",
6565
"@types/jest": "29.5.14",
6666
"@types/mongodb": "4.0.7",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,27 +1196,27 @@
11961196
"@eslint/core" "^0.12.0"
11971197
levn "^0.4.1"
11981198

1199-
"@graphql-tools/[email protected].21", "@graphql-tools/merge@^9.0.21":
1200-
version "9.0.21"
1201-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.21.tgz#0f40e137a35b7db83b4c9fbbcd375ca135222b70"
1202-
integrity sha512-5EiVL2InZeBlsZXlXjqyNMD697QP44j/dipXEogHlZcZzWEP/JTDwx9hTfFbmrePVR8+p89gFg1tE25iEgSong==
1199+
"@graphql-tools/[email protected].22", "@graphql-tools/merge@^9.0.22":
1200+
version "9.0.22"
1201+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.22.tgz#f8d316604360021c71d8a9397784f4eb178741fe"
1202+
integrity sha512-bjOs9DlTbo1Yz2UzQcJ78Dn9/pKyY2zNaoqNLfRTTSkO56QFkvqhfjQuqJcqu+V3rtaB2o0VMpWaY6JT8ZTvQA==
12031203
dependencies:
1204-
"@graphql-tools/utils" "^10.8.3"
1204+
"@graphql-tools/utils" "^10.8.4"
12051205
tslib "^2.4.0"
12061206

1207-
"@graphql-tools/[email protected].20":
1208-
version "10.0.20"
1209-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.20.tgz#165e64185dd4a8e33fb191131305123740c9ed89"
1210-
integrity sha512-BmDqXS9gHJF2Cl1k+IOiPCYWApBU6LhqSEPc8WmAxn08HtmhKoCizwiUuWtt8SOV67yoMzC1zJFkBdm3wZX9Fw==
1207+
"@graphql-tools/[email protected].21":
1208+
version "10.0.21"
1209+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.21.tgz#197584222c2fba507dfacf26dce96b0b1f67b746"
1210+
integrity sha512-AECSlNnD0WNxICwfJs93gYn2oHxPmztn1MYBETIQXrJJcymfD6BoUrDlYPa6F27RzRc+gbPZPHMWL26uujfKBg==
12111211
dependencies:
1212-
"@graphql-tools/merge" "^9.0.21"
1213-
"@graphql-tools/utils" "^10.8.3"
1212+
"@graphql-tools/merge" "^9.0.22"
1213+
"@graphql-tools/utils" "^10.8.4"
12141214
tslib "^2.4.0"
12151215

1216-
"@graphql-tools/utils@^10.8.3":
1217-
version "10.8.3"
1218-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.3.tgz#bbe80a7bee4255e5188d6dee6e23c5f4399c571c"
1219-
integrity sha512-4QCvx3SWRsbH7wnktl51mBek+zE9hsjsv796XVlJlOUdWpAghJmA3ID2P7/Vwuy7BivVNfuAKe4ucUdE1fG7vA==
1216+
"@graphql-tools/utils@^10.8.4":
1217+
version "10.8.4"
1218+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.4.tgz#59dc5ea949e26c6bae28b91ad9f5c00e992de072"
1219+
integrity sha512-HpHBgcmLIE79jWk1v5Bm0Eb8MaPiwSJT/Iy5xIJ+GMe7yAKpCYrbjf7wb+UMDMkLkfEryvo3syCx8k+TMAZ9bA==
12201220
dependencies:
12211221
"@graphql-typed-document-node/core" "^3.1.1"
12221222
"@whatwg-node/promise-helpers" "^1.0.0"

0 commit comments

Comments
 (0)