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] authored Dec 13, 2024
1 parent de79c39 commit 9a1471d
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.11",
"@graphql-tools/schema": "10.0.10",
"@graphql-tools/utils": "10.6.1",
"@graphql-tools/merge": "9.0.13",
"@graphql-tools/schema": "10.0.12",
"@graphql-tools/utils": "10.6.3",
"@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].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==
"@graphql-tools/[email protected].13", "@graphql-tools/merge@^9.0.13":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.13.tgz#c75a1a2a94e5d73700e47bb3943b696554ff0c92"
integrity sha512-OSEOaFOjdkAwR6umRHrTrKjYANbh/0OBb1W8B21dxu8XPaOeoCuShDGXY6ZpragiO8Ke0qFXZGwJGg8ZbDPfvQ==
dependencies:
"@graphql-tools/utils" "^10.6.1"
"@graphql-tools/utils" "^10.6.3"
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].10":
version "10.0.10"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.10.tgz#d22e676dde89fdd994d533e3d4f90126d0ca4d8e"
integrity sha512-TSdDvwgk1Fq3URDuZBMCPXlWLpRpxwaQ+0KqvycVwoHozYnBRZ2Ql9HVgDKnebkGQKmIk2enSeku+ERKxxSG0g==
"@graphql-tools/[email protected].12":
version "10.0.12"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.12.tgz#ddfa529cff08090c19080ff904562e7743c3d399"
integrity sha512-ukIZBdD4jI94ren5GK6nnHe+YvDVOfoI8cz50pdE1+FYf9NSFUu7HJXmIBHGIIWFbE5lz4qb5MfUeuBkffs3lw==
dependencies:
"@graphql-tools/merge" "^9.0.11"
"@graphql-tools/utils" "^10.6.1"
"@graphql-tools/merge" "^9.0.13"
"@graphql-tools/utils" "^10.6.3"
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].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==
"@graphql-tools/[email protected].3", "@graphql-tools/utils@^10.6.3":
version "10.6.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.3.tgz#d178bca50b260ea6e113b792e672fa1bc5b78bfe"
integrity sha512-hEaQTGyQUG3DJqCaIsiu4M+jUgWUf+h6kDwC8MtGElwkL1HWi+qX2qyynw8h9WoV7STmmHDSwkk2ET1IC3nRPw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
Expand Down

0 comments on commit 9a1471d

Please sign in to comment.