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 committed Mar 16, 2022
1 parent cbee281 commit e582a5b
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.4",
"@graphql-tools/schema": "8.3.3",
"@graphql-tools/utils": "8.6.3",
"@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.4":
version "8.2.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.4.tgz#f903545e5693c75418f95671bca1be6bc51bfa53"
integrity sha512-hiNRTsS948F+BB4Q7CZXLaGFOIHQzmimVq3EEI/+PQZsPb7kYDzg0Ow0GyV4conDdEiooLqHf7I1dWzTYwvs0A==
dependencies:
"@graphql-tools/utils" "^8.6.2"
"@graphql-tools/utils" "8.6.3"
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.3":
version "8.3.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.3.tgz#b69ea495026976f16e697253f08aa7905e7f6265"
integrity sha512-OrRLU9/7UmkDemeyNUy62uH+FofgV3bpVVZJprc9bhe3gZsY7kQNIdY7H1unINlepjLvGOgk7u7iLo2+EhjyWw==
dependencies:
"@graphql-tools/merge" "^8.2.3"
"@graphql-tools/utils" "^8.6.2"
"@graphql-tools/merge" "8.2.4"
"@graphql-tools/utils" "8.6.3"
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.3":
version "8.6.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.3.tgz#ce9fc9adce4d45b229e314a2261290a88a252aed"
integrity sha512-CNyP7Uu7dlVMQ32IpHWOxz4yic9BYXXVkDhG0UdTKSszvzHdgMilemE9MpUrGzzBPsTe3aYTtNGyPUkyh9yTXA==
dependencies:
tslib "~2.3.0"

Expand Down

0 comments on commit e582a5b

Please sign in to comment.