Skip to content

Commit f79664b

Browse files
Merge pull request #2485 from nestjs/renovate/major-graphql-tools-monorepo
fix(deps): update dependency @graphql-tools/utils to v9
2 parents f7425af + eecbbfc commit f79664b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@graphql-tools/merge": "8.3.6",
2222
"@graphql-tools/schema": "9.0.4",
23-
"@graphql-tools/utils": "8.12.0",
23+
"@graphql-tools/utils": "9.1.0",
2424
"@nestjs/mapped-types": "1.2.0",
2525
"chokidar": "3.5.3",
2626
"fast-glob": "3.2.12",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,13 @@
11301130
dependencies:
11311131
tslib "^2.4.0"
11321132

1133+
"@graphql-tools/[email protected]":
1134+
version "9.1.0"
1135+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.0.tgz#c33893e0aa9cbd3760d94f1771477e722adb4e54"
1136+
integrity sha512-4Ketxo98IwKA/56LP6cI6PgQBwUCujszQcTNkzjq7liJPa2mLjKnmVOJ0bauMwKcEazeYuZagceljb0POmEGvQ==
1137+
dependencies:
1138+
tslib "^2.4.0"
1139+
11331140
"@graphql-tools/utils@^8.5.1":
11341141
version "8.5.2"
11351142
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.2.tgz#fa775d92c19237f648105f7d4aeeeb63ba3d257f"

0 commit comments

Comments
 (0)