Skip to content

Commit a347be8

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

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.23",
63-
"@graphql-tools/schema": "10.0.22",
62+
"@graphql-tools/merge": "9.0.24",
63+
"@graphql-tools/schema": "10.0.23",
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
@@ -1201,27 +1201,27 @@
12011201
"@eslint/core" "^0.12.0"
12021202
levn "^0.4.1"
12031203

1204-
"@graphql-tools/[email protected].23", "@graphql-tools/merge@^9.0.23":
1205-
version "9.0.23"
1206-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.23.tgz#5623f6175bf8379a8255867622a132c2ce66d6ee"
1207-
integrity sha512-uxBS6zoP+qIorU8Z6mU8F+z24NRyCk1QcFYs8vx5NiZpaJRWM3KOmnixED2fAaq2RIQxrm9aA0EHckLKMhf/jA==
1204+
"@graphql-tools/[email protected].24", "@graphql-tools/merge@^9.0.24":
1205+
version "9.0.24"
1206+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.24.tgz#1f366e85588894cb496bd1c332be7665db143df2"
1207+
integrity sha512-NzWx/Afl/1qHT3Nm1bghGG2l4jub28AdvtG11PoUlmjcIjnFBJMv4vqL0qnxWe8A82peWo4/TkVdjJRLXwgGEw==
12081208
dependencies:
1209-
"@graphql-tools/utils" "^10.8.5"
1209+
"@graphql-tools/utils" "^10.8.6"
12101210
tslib "^2.4.0"
12111211

1212-
"@graphql-tools/[email protected].22":
1213-
version "10.0.22"
1214-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.22.tgz#ee6a31eaae80fb4b69fcf39eeaa0402ff4f4e21e"
1215-
integrity sha512-MBojGs0eUpWysG6Rvupplz1n8L/Uv7Lp9ZyTXK7F04k3QIaFGA5zW/6mwPaZ0T+gQyIwLjrIYP0M4vkVJr8Btg==
1212+
"@graphql-tools/[email protected].23":
1213+
version "10.0.23"
1214+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.23.tgz#d8865e96f37a04ca43303d7024add7edbe0c5ed4"
1215+
integrity sha512-aEGVpd1PCuGEwqTXCStpEkmheTHNdMayiIKH1xDWqYp9i8yKv9FRDgkGrY4RD8TNxnf7iII+6KOBGaJ3ygH95A==
12161216
dependencies:
1217-
"@graphql-tools/merge" "^9.0.23"
1218-
"@graphql-tools/utils" "^10.8.5"
1217+
"@graphql-tools/merge" "^9.0.24"
1218+
"@graphql-tools/utils" "^10.8.6"
12191219
tslib "^2.4.0"
12201220

1221-
"@graphql-tools/utils@^10.8.5":
1222-
version "10.8.5"
1223-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.5.tgz#f1813a94312ec2f828e9eff0218d0f34424f6f32"
1224-
integrity sha512-Z9auGRZpUEkUtBtMb4etw2JmdBcNYOQ5JXEH9+Vpcr2jvQ1IzUCqLsBnn88dNyLZV+L0CiTDfOAvz6Gqefowww==
1221+
"@graphql-tools/utils@^10.8.6":
1222+
version "10.8.6"
1223+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.6.tgz#69ef29e408a27919108b2b2227fe8b465acf9e5c"
1224+
integrity sha512-Alc9Vyg0oOsGhRapfL3xvqh1zV8nKoFUdtLhXX7Ki4nClaIJXckrA86j+uxEuG3ic6j4jlM1nvcWXRn/71AVLQ==
12251225
dependencies:
12261226
"@graphql-typed-document-node/core" "^3.1.1"
12271227
"@whatwg-node/promise-helpers" "^1.0.0"

0 commit comments

Comments
 (0)