Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent a0e5f96 commit 5c62801
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@babel/preset-typescript": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@graphql-tools/merge": "9.0.14",
"@graphql-tools/schema": "10.0.13",
"@graphql-tools/merge": "9.0.15",
"@graphql-tools/schema": "10.0.14",
"@theguild/prettier-config": "3.0.0",
"@types/jest": "29.5.14",
"@types/mongodb": "4.0.7",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1195,28 +1195,28 @@
dependencies:
levn "^0.4.1"

"@graphql-tools/[email protected].14", "@graphql-tools/merge@^9.0.14":
version "9.0.14"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.14.tgz#b3477dc1a1e63568a74588ac1f80010dac46549d"
integrity sha512-MO7VXnm3ShpdG51hs4hYsLyu+8o/tSLjNYQmLmR4rkHoFi3kQCDu2r8B4IVwd+Ve39cechj0NyCmMsg+mRvwDQ==
"@graphql-tools/[email protected].15", "@graphql-tools/merge@^9.0.15":
version "9.0.15"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.15.tgz#deeb1cbc4de476dcaa9b95750dcc14cabb95dac1"
integrity sha512-uzegRVd4Lq4QyBA6BL3kxDetZQ6GHwNCcRbR+6YFN7Kmea/PlRX7AfmIgdpBbaUBpsDR7dFlLZKFXmYxwodohw==
dependencies:
"@graphql-tools/utils" "^10.6.4"
"@graphql-tools/utils" "^10.7.0"
tslib "^2.4.0"

"@graphql-tools/[email protected].13":
version "10.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.13.tgz#5315b1d4332f716612d8203933358044bc93f6e7"
integrity sha512-1gvTTuSKej9bR5O2SP9dCKSHaQkVmg9fWU0Aia34HMsAZl2bzosUfXjwBu3ze8MWqb+gRVjdhukDpGA5ZC+5nA==
"@graphql-tools/[email protected].14":
version "10.0.14"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.14.tgz#186b2a18b4395fdcf8ef4019420dfd60cc2c7a0c"
integrity sha512-BbttXi4xHocecYkOb2Ng/b9LQHfYPfk13gABE5iEOWX1GnJHnWr+2m81cUx9foocxEGaV+agXWUW804b4DcqqQ==
dependencies:
"@graphql-tools/merge" "^9.0.14"
"@graphql-tools/utils" "^10.6.4"
"@graphql-tools/merge" "^9.0.15"
"@graphql-tools/utils" "^10.7.0"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/utils@^10.6.4":
version "10.6.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.4.tgz#33816111e1c04a3ecac716fcd043911cda1aac7b"
integrity sha512-itCgjwVxbO+3uI/K73G9heedG8KelNFzgn368rUhPjTrkJX6NyLQwT5EMq/A8tvazMXyJYdtnN5nD+tT4DUpbQ==
"@graphql-tools/utils@^10.7.0":
version "10.7.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.7.0.tgz#eb7747f905b334ffb2b6987b693cbcabba03f0d3"
integrity sha512-tCO0cZsnioXJBcN7geeER50PRZaKTq1zsSBg/aXe+u/ZkTiEyj6Hyu4Co39SNeG0mURoS2jhxsG03eYjTxloIg==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
Expand Down

0 comments on commit 5c62801

Please sign in to comment.