Skip to content

Commit b241b97

Browse files
Merge pull request #2126 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2 parents c6fa8aa + 181a461 commit b241b97

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

packages/graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"test:e2e:dev": "jest --config ./tests/jest-e2e.json --watch"
1919
},
2020
"dependencies": {
21-
"@graphql-tools/merge": "8.2.6",
22-
"@graphql-tools/schema": "8.3.6",
23-
"@graphql-tools/utils": "8.6.5",
21+
"@graphql-tools/merge": "8.2.8",
22+
"@graphql-tools/schema": "8.3.8",
23+
"@graphql-tools/utils": "8.6.7",
2424
"@nestjs/mapped-types": "1.0.1",
2525
"chokidar": "3.5.3",
2626
"fast-glob": "3.2.11",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -774,12 +774,12 @@
774774
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
775775
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
776776

777-
"@graphql-tools/[email protected].6":
778-
version "8.2.6"
779-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.6.tgz#7fb615fa9c143c3151ff025e501d52bd48186d19"
780-
integrity sha512-dkwTm4czMISi/Io47IVvq2Fl9q4TIGKpJ0VZjuXYdEFkECyH6A5uwxZfPVandZG+gQs8ocFFoa6RisiUJLZrJw==
777+
"@graphql-tools/[email protected].8":
778+
version "8.2.8"
779+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.8.tgz#6ed65c29b963b4d76b59a9d329fdf20ecef19a42"
780+
integrity sha512-e4kpzgEIlA0sC0NjJlMwUL73Iz/HoP2OgAUReDDsupvWCqW3PMxjNoviS8xmcklVnv1w8Vmr8U2tao+x40ypLA==
781781
dependencies:
782-
"@graphql-tools/utils" "8.6.5"
782+
"@graphql-tools/utils" "8.6.7"
783783
tslib "~2.3.0"
784784

785785
"@graphql-tools/merge@^8.2.1":
@@ -800,13 +800,13 @@
800800
fast-json-stable-stringify "^2.1.0"
801801
tslib "~2.3.0"
802802

803-
"@graphql-tools/[email protected].6":
804-
version "8.3.6"
805-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.6.tgz#80cfe3eba53eb6390a60a30078d7efbdaa5cc0b7"
806-
integrity sha512-7tWYRQ8hB/rv2zAtv2LtnQl4UybyJPtRz/VLKRmgi7+F5t8iYBahmmsxMDAYMWMmWMqEDiKk54TvAes+J069rQ==
803+
"@graphql-tools/[email protected].8":
804+
version "8.3.8"
805+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.8.tgz#68f35d733487732c522a1b47d27faf8809cce95a"
806+
integrity sha512-Bba60ali4fLOKJz/Kk39RcBrDUBtu0Wy7pjpIOmFIKQKwUBNNB0eAmfpvrjnFhRAVdO2kOkPpc8DQY+SCG+lWw==
807807
dependencies:
808-
"@graphql-tools/merge" "8.2.6"
809-
"@graphql-tools/utils" "8.6.5"
808+
"@graphql-tools/merge" "8.2.8"
809+
"@graphql-tools/utils" "8.6.7"
810810
tslib "~2.3.0"
811811
value-or-promise "1.0.11"
812812

@@ -820,10 +820,10 @@
820820
tslib "~2.3.0"
821821
value-or-promise "1.0.11"
822822

823-
"@graphql-tools/[email protected].5":
824-
version "8.6.5"
825-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.5.tgz#ac04571b03f854c7a938b2ab700516a6c6d32335"
826-
integrity sha512-mjOtaWiS2WIqRz/cq5gaeM3sVrllcu2xbtHROw1su1v3xWa3D3dKgn8Lrl7+tvWs5WUVySsBss/VZ3WdoPkCrA==
823+
"@graphql-tools/[email protected].7":
824+
version "8.6.7"
825+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.7.tgz#0e21101233743eb67a5782a5a40919d85ddb1021"
826+
integrity sha512-Qi3EN95Rt3hb8CyDKpPKFWOPrnc00P18cpVTXEgtKxetSP39beJBeEEtLB0R53eP/6IolsyTZOTgkET1EaERaw==
827827
dependencies:
828828
tslib "~2.3.0"
829829

0 commit comments

Comments
 (0)