Skip to content

Commit

Permalink
Merge pull request #2630 from nestjs/renovate/graphql-tools-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update graphql-tools monorepo
  • Loading branch information
kamilmysliwiec committed Feb 6, 2023
2 parents d6ac4b0 + 24db2bb commit 670b486
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": "8.3.17",
"@graphql-tools/schema": "9.0.15",
"@graphql-tools/utils": "9.2.0",
"@graphql-tools/merge": "8.3.18",
"@graphql-tools/schema": "9.0.16",
"@graphql-tools/utils": "9.2.1",
"@nestjs/mapped-types": "1.2.2",
"chokidar": "3.5.3",
"fast-glob": "3.2.12",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1085,12 +1085,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@8.3.17":
version "8.3.17"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.17.tgz#d7e184a296eb455c1550ab95991c5a2f68ea16a4"
integrity sha512-CLzz49lc6BavPhH9gPRm0sJeNA7kC/tF/jLUTQsyef6xj82Jw3rqIJ9PE+bk1cqPCOG01WLOfquBu445OMDO2g==
"@graphql-tools/merge@8.3.18":
version "8.3.18"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.18.tgz#bfbb517c68598a885809f16ce5c3bb1ebb8f04a2"
integrity sha512-R8nBglvRWPAyLpZL/f3lxsY7wjnAeE0l056zHhcO/CgpvK76KYUt9oEkR05i8Hmt8DLRycBN0FiotJ0yDQWTVA==
dependencies:
"@graphql-tools/utils" "9.2.0"
"@graphql-tools/utils" "9.2.1"
tslib "^2.4.0"

"@graphql-tools/merge@^8.2.1":
Expand All @@ -1111,13 +1111,13 @@
fast-json-stable-stringify "^2.1.0"
tslib "~2.3.0"

"@graphql-tools/schema@9.0.15":
version "9.0.15"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.15.tgz#6632765e0281a6c890c7ea6865f13c10bc98fc1b"
integrity sha512-p2DbpkOBcsi+yCEjwoS+r4pJ5z+3JjlJdhbPkCwC4q8lGf5r93dVYrExOrqGKTU5kxLXI/mxabSxcunjNIsDIg==
"@graphql-tools/schema@9.0.16":
version "9.0.16"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.16.tgz#7d340d69e6094dc01a2b9e625c7bb4fff89ea521"
integrity sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==
dependencies:
"@graphql-tools/merge" "8.3.17"
"@graphql-tools/utils" "9.2.0"
"@graphql-tools/merge" "8.3.18"
"@graphql-tools/utils" "9.2.1"
tslib "^2.4.0"
value-or-promise "1.0.12"

Expand All @@ -1131,10 +1131,10 @@
tslib "~2.3.0"
value-or-promise "1.0.11"

"@graphql-tools/utils@9.2.0":
version "9.2.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.0.tgz#d74d0376231c0e8bf897a715fafaf53d0f6bf06c"
integrity sha512-s3lEG1iYkyYEnKCWrIFECX3XH2wmZvbg6Ir3udCvIDynq+ydaO7JQXobclpPtwSJtjlS353haF//6V7mnBQ4bg==
"@graphql-tools/utils@9.2.1":
version "9.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
integrity sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
tslib "^2.4.0"
Expand Down

0 comments on commit 670b486

Please sign in to comment.