Skip to content

Commit

Permalink
Merge pull request #2089 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 Mar 25, 2022
2 parents b215e8c + ba8872b commit d44f3f6
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.2.3",
"@graphql-tools/schema": "8.3.2",
"@graphql-tools/utils": "8.6.2",
"@graphql-tools/merge": "8.2.6",
"@graphql-tools/schema": "8.3.5",
"@graphql-tools/utils": "8.6.5",
"@nestjs/mapped-types": "1.0.1",
"chokidar": "3.5.3",
"fast-glob": "3.2.11",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -764,12 +764,12 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==

"@graphql-tools/merge@8.2.3", "@graphql-tools/merge@^8.2.3":
version "8.2.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.3.tgz#a2861fec230ee7be9dc42d72fed2ac075c31669f"
integrity sha512-XCSmL6/Xg8259OTWNp69B57CPWiVL69kB7pposFrufG/zaAlI9BS68dgzrxmmSqZV5ZHU4r/6Tbf6fwnEJGiSw==
"@graphql-tools/merge@8.2.6":
version "8.2.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.6.tgz#7fb615fa9c143c3151ff025e501d52bd48186d19"
integrity sha512-dkwTm4czMISi/Io47IVvq2Fl9q4TIGKpJ0VZjuXYdEFkECyH6A5uwxZfPVandZG+gQs8ocFFoa6RisiUJLZrJw==
dependencies:
"@graphql-tools/utils" "^8.6.2"
"@graphql-tools/utils" "8.6.5"
tslib "~2.3.0"

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

"@graphql-tools/schema@8.3.2":
version "8.3.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.2.tgz#5b949d7a2cc3936f73507d91cc609996f1266d11"
integrity sha512-77feSmIuHdoxMXRbRyxE8rEziKesd/AcqKV6fmxe7Zt+PgIQITxNDew2XJJg7qFTMNM43W77Ia6njUSBxNOkwg==
"@graphql-tools/schema@8.3.5":
version "8.3.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.5.tgz#ebec0c0c7f53e591d34375d6f81d0660852fcaca"
integrity sha512-3mJ/K7TdL+fnEUtCUqF4qkh1fcNMzaxgwKgO9fSYSTS7zyT16hbi5XSulSTshygHgaD2u+MO588iR4ZJcbZcIg==
dependencies:
"@graphql-tools/merge" "^8.2.3"
"@graphql-tools/utils" "^8.6.2"
"@graphql-tools/merge" "8.2.6"
"@graphql-tools/utils" "8.6.5"
tslib "~2.3.0"
value-or-promise "1.0.11"

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

"@graphql-tools/utils@8.6.2", "@graphql-tools/utils@^8.6.2":
version "8.6.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.2.tgz#095408135f091aac68fe18a0a21b708e685500da"
integrity sha512-x1DG0cJgpJtImUlNE780B/dfp8pxvVxOD6UeykFH5rHes26S4kGokbgU8F1IgrJ1vAPm/OVBHtd2kicTsPfwdA==
"@graphql-tools/utils@8.6.5":
version "8.6.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.5.tgz#ac04571b03f854c7a938b2ab700516a6c6d32335"
integrity sha512-mjOtaWiS2WIqRz/cq5gaeM3sVrllcu2xbtHROw1su1v3xWa3D3dKgn8Lrl7+tvWs5WUVySsBss/VZ3WdoPkCrA==
dependencies:
tslib "~2.3.0"

Expand Down

0 comments on commit d44f3f6

Please sign in to comment.