Skip to content

Commit 670b486

Browse files
Merge pull request #2630 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2 parents d6ac4b0 + 24db2bb commit 670b486

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.3.17",
22-
"@graphql-tools/schema": "9.0.15",
23-
"@graphql-tools/utils": "9.2.0",
21+
"@graphql-tools/merge": "8.3.18",
22+
"@graphql-tools/schema": "9.0.16",
23+
"@graphql-tools/utils": "9.2.1",
2424
"@nestjs/mapped-types": "1.2.2",
2525
"chokidar": "3.5.3",
2626
"fast-glob": "3.2.12",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,12 +1085,12 @@
10851085
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
10861086
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
10871087

1088-
"@graphql-tools/[email protected].17":
1089-
version "8.3.17"
1090-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.17.tgz#d7e184a296eb455c1550ab95991c5a2f68ea16a4"
1091-
integrity sha512-CLzz49lc6BavPhH9gPRm0sJeNA7kC/tF/jLUTQsyef6xj82Jw3rqIJ9PE+bk1cqPCOG01WLOfquBu445OMDO2g==
1088+
"@graphql-tools/[email protected].18":
1089+
version "8.3.18"
1090+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.18.tgz#bfbb517c68598a885809f16ce5c3bb1ebb8f04a2"
1091+
integrity sha512-R8nBglvRWPAyLpZL/f3lxsY7wjnAeE0l056zHhcO/CgpvK76KYUt9oEkR05i8Hmt8DLRycBN0FiotJ0yDQWTVA==
10921092
dependencies:
1093-
"@graphql-tools/utils" "9.2.0"
1093+
"@graphql-tools/utils" "9.2.1"
10941094
tslib "^2.4.0"
10951095

10961096
"@graphql-tools/merge@^8.2.1":
@@ -1111,13 +1111,13 @@
11111111
fast-json-stable-stringify "^2.1.0"
11121112
tslib "~2.3.0"
11131113

1114-
"@graphql-tools/[email protected].15":
1115-
version "9.0.15"
1116-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.15.tgz#6632765e0281a6c890c7ea6865f13c10bc98fc1b"
1117-
integrity sha512-p2DbpkOBcsi+yCEjwoS+r4pJ5z+3JjlJdhbPkCwC4q8lGf5r93dVYrExOrqGKTU5kxLXI/mxabSxcunjNIsDIg==
1114+
"@graphql-tools/[email protected].16":
1115+
version "9.0.16"
1116+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.16.tgz#7d340d69e6094dc01a2b9e625c7bb4fff89ea521"
1117+
integrity sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==
11181118
dependencies:
1119-
"@graphql-tools/merge" "8.3.17"
1120-
"@graphql-tools/utils" "9.2.0"
1119+
"@graphql-tools/merge" "8.3.18"
1120+
"@graphql-tools/utils" "9.2.1"
11211121
tslib "^2.4.0"
11221122
value-or-promise "1.0.12"
11231123

@@ -1131,10 +1131,10 @@
11311131
tslib "~2.3.0"
11321132
value-or-promise "1.0.11"
11331133

1134-
"@graphql-tools/[email protected].0":
1135-
version "9.2.0"
1136-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.0.tgz#d74d0376231c0e8bf897a715fafaf53d0f6bf06c"
1137-
integrity sha512-s3lEG1iYkyYEnKCWrIFECX3XH2wmZvbg6Ir3udCvIDynq+ydaO7JQXobclpPtwSJtjlS353haF//6V7mnBQ4bg==
1134+
"@graphql-tools/[email protected].1":
1135+
version "9.2.1"
1136+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
1137+
integrity sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==
11381138
dependencies:
11391139
"@graphql-typed-document-node/core" "^3.1.1"
11401140
tslib "^2.4.0"

0 commit comments

Comments
 (0)