Skip to content

Commit

Permalink
fix(deps): update graphql-tools monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 7615c80 commit 4043341
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"test:e2e:dev": "jest --config ./tests/jest-e2e.json --watch"
},
"dependencies": {
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/utils": "10.0.13",
"@graphql-tools/merge": "9.0.4",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "10.2.2",
"@nestjs/mapped-types": "2.0.5",
"chokidar": "3.6.0",
"fast-glob": "3.3.2",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -954,12 +954,12 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@graphql-tools/merge@9.0.1", "@graphql-tools/merge@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.1.tgz#693f15da152339284469b1ce5c6827e3ae350a29"
integrity sha512-hIEExWO9fjA6vzsVjJ3s0cCQ+Q/BEeMVJZtMXd7nbaVefVy0YDyYlEkeoYYNV3NVVvu1G9lr6DM1Qd0DGo9Caw==
"@graphql-tools/merge@9.0.4", "@graphql-tools/merge@^9.0.3":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.4.tgz#66c34cbc2b9a99801c0efca7b8134b2c9aecdb06"
integrity sha512-MivbDLUQ+4Q8G/Hp/9V72hbn810IJDEZQ57F01sHnlrrijyadibfVhaQfW/pNH+9T/l8ySZpaR/DpL5i+ruZ+g==
dependencies:
"@graphql-tools/utils" "^10.0.10"
"@graphql-tools/utils" "^10.0.13"
tslib "^2.4.0"

"@graphql-tools/merge@^8.4.1":
Expand All @@ -970,13 +970,13 @@
"@graphql-tools/utils" "^9.2.1"
tslib "^2.4.0"

"@graphql-tools/schema@10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.2.tgz#21bc2ee25a65fb4890d2e5f9f22ef1f733aa81da"
integrity sha512-TbPsIZnWyDCLhgPGnDjt4hosiNU2mF/rNtSk5BVaXWnZqvKJ6gzJV4fcHcvhRIwtscDMW2/YTnK6dLVnk8pc4w==
"@graphql-tools/schema@10.0.4":
version "10.0.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.4.tgz#d4fc739a2cc07b4fc5f31a714178a561cba210cd"
integrity sha512-HuIwqbKxPaJujox25Ra4qwz0uQzlpsaBOzO6CVfzB/MemZdd+Gib8AIvfhQArK0YIN40aDran/yi+E5Xf0mQww==
dependencies:
"@graphql-tools/merge" "^9.0.1"
"@graphql-tools/utils" "^10.0.10"
"@graphql-tools/merge" "^9.0.3"
"@graphql-tools/utils" "^10.2.1"
tslib "^2.4.0"
value-or-promise "^1.0.12"

Expand All @@ -990,10 +990,10 @@
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/utils@10.0.13", "@graphql-tools/utils@^10.0.10":
version "10.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.13.tgz#d0ab7a4dd02a8405f5ef62dd140b7579ba69f8cb"
integrity sha512-fMILwGr5Dm2zefNItjQ6C2rauigklv69LIwppccICuGTnGaOp3DspLt/6Lxj72cbg5d9z60Sr+Egco3CJKLsNg==
"@graphql-tools/utils@10.2.2", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.2.1":
version "10.2.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.2.2.tgz#6477295fae051ffb5d6c28253aa6d8a449d4a820"
integrity sha512-ueoplzHIgFfxhFrF4Mf/niU/tYHuO6Uekm2nCYU72qpI+7Hn9dA2/o5XOBvFXDk27Lp5VSvQY5WfmRbqwVxaYQ==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.0"
Expand Down

0 comments on commit 4043341

Please sign in to comment.