Skip to content

Commit

Permalink
Merge pull request #3392 from nestjs/renovate/graphql-tools-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update graphql-tools monorepo
  • Loading branch information
kamilmysliwiec authored Dec 4, 2024
2 parents bcf803f + 05945c1 commit 70775a7
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": "9.0.10",
"@graphql-tools/schema": "10.0.9",
"@graphql-tools/utils": "10.6.0",
"@graphql-tools/merge": "9.0.11",
"@graphql-tools/schema": "10.0.10",
"@graphql-tools/utils": "10.6.1",
"@nestjs/mapped-types": "2.0.6",
"chokidar": "4.0.1",
"fast-glob": "3.3.2",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -964,12 +964,12 @@
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@graphql-tools/[email protected].10", "@graphql-tools/merge@^9.0.10":
version "9.0.10"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.10.tgz#cdf40ce75bfd36d4eddb1ece610c7a17e99314d4"
integrity sha512-sU+b6ZmKtGnqHq8S+VI5UmjZVHWzT+b+QtCsJUEXckCKdq1P3JmwIT8+8DVxSQlh1dzpiVq37EOcJrEYOBZtBA==
"@graphql-tools/[email protected].11", "@graphql-tools/merge@^9.0.11":
version "9.0.11"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.11.tgz#dbf06f7f9c8a800167eda3d8bc2801c7490c1ed7"
integrity sha512-AJL0XTozn31HoZN8tULzEkbDXyETA5vAFu4Q65kxJDu027p+auaNFYj/y51HP4BhMR4wykoteWyO7/VxKfdpiw==
dependencies:
"@graphql-tools/utils" "^10.6.0"
"@graphql-tools/utils" "^10.6.1"
tslib "^2.4.0"

"@graphql-tools/merge@^8.4.1":
Expand All @@ -980,13 +980,13 @@
"@graphql-tools/utils" "^9.2.1"
tslib "^2.4.0"

"@graphql-tools/[email protected].9":
version "10.0.9"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.9.tgz#923fd9abe0b5d57cbe235c0907a661b36e1a8e37"
integrity sha512-R/sPRLJnEHg/F7owvH1zLbfXxqrEgFyr/qSjsG1q+gWhCrxbo/+c2DVjeZEZ2/AKCLllDHTD5TOU2Y5sZGNxZg==
"@graphql-tools/[email protected].10":
version "10.0.10"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.10.tgz#d22e676dde89fdd994d533e3d4f90126d0ca4d8e"
integrity sha512-TSdDvwgk1Fq3URDuZBMCPXlWLpRpxwaQ+0KqvycVwoHozYnBRZ2Ql9HVgDKnebkGQKmIk2enSeku+ERKxxSG0g==
dependencies:
"@graphql-tools/merge" "^9.0.10"
"@graphql-tools/utils" "^10.6.0"
"@graphql-tools/merge" "^9.0.11"
"@graphql-tools/utils" "^10.6.1"
tslib "^2.4.0"
value-or-promise "^1.0.12"

Expand All @@ -1000,10 +1000,10 @@
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/[email protected].0", "@graphql-tools/utils@^10.6.0":
version "10.6.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.0.tgz#7a37e725a65c4c8ed4075553f10bcf7910781c51"
integrity sha512-bqSn2ekSNwFVZprY6YsrHkqPA7cPLNKxiPlEzS1djhfvx4q9tx7Uwc5dnLp3SSnKinJ8dJk9FA5sxNcKjCM44w==
"@graphql-tools/[email protected].1", "@graphql-tools/utils@^10.6.1":
version "10.6.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.1.tgz#5d7477ad1f917c817184bb6a1bd1266dc4b354b2"
integrity sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
Expand Down

0 comments on commit 70775a7

Please sign in to comment.