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 Apr 7, 2022
1 parent d54eda9 commit c5c3b9f
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.6",
"@graphql-tools/schema": "8.3.6",
"@graphql-tools/utils": "8.6.5",
"@graphql-tools/merge": "8.2.7",
"@graphql-tools/schema": "8.3.7",
"@graphql-tools/utils": "8.6.6",
"@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 @@ -769,12 +769,12 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==

"@graphql-tools/[email protected].6":
version "8.2.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.6.tgz#7fb615fa9c143c3151ff025e501d52bd48186d19"
integrity sha512-dkwTm4czMISi/Io47IVvq2Fl9q4TIGKpJ0VZjuXYdEFkECyH6A5uwxZfPVandZG+gQs8ocFFoa6RisiUJLZrJw==
"@graphql-tools/[email protected].7":
version "8.2.7"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.7.tgz#add05bcc47df6b7390f31acbcadd986e160d58f9"
integrity sha512-rKxjNogqu1UYAG/y5FOb6lJsmSQbWA+jq4inWjNEVX54VGGE7/WGnmPaqcsyomNOfS3vIRS6NnG+DxiQSqetjg==
dependencies:
"@graphql-tools/utils" "8.6.5"
"@graphql-tools/utils" "8.6.6"
tslib "~2.3.0"

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

"@graphql-tools/[email protected].6":
version "8.3.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.6.tgz#80cfe3eba53eb6390a60a30078d7efbdaa5cc0b7"
integrity sha512-7tWYRQ8hB/rv2zAtv2LtnQl4UybyJPtRz/VLKRmgi7+F5t8iYBahmmsxMDAYMWMmWMqEDiKk54TvAes+J069rQ==
"@graphql-tools/[email protected].7":
version "8.3.7"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.7.tgz#6e2be8e17a1f97f4d11d5b787c414ec29400fde2"
integrity sha512-7byr9J6rfMPFPfiR4u65dy20xHATTvbgOY7KYd1sYPnMKKfRZe0tUgpnE+noXcfob7N8s366WaVh7bEoztQMwg==
dependencies:
"@graphql-tools/merge" "8.2.6"
"@graphql-tools/utils" "8.6.5"
"@graphql-tools/merge" "8.2.7"
"@graphql-tools/utils" "8.6.6"
tslib "~2.3.0"
value-or-promise "1.0.11"

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

"@graphql-tools/[email protected].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==
"@graphql-tools/[email protected].6":
version "8.6.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.6.tgz#f7c88d32818b748f3e3867ed87a562769b544417"
integrity sha512-wjY2ljKLCnnbRrDNPPgPNqCujou0LFSOWcxAjV6DYUlfFWTsAEvlYmsmY4T+K12wI/fnqoJ2bUwIlap1plFDMg==
dependencies:
tslib "~2.3.0"

Expand Down

0 comments on commit c5c3b9f

Please sign in to comment.