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 Mar 12, 2024
1 parent d16c81f commit cffcc87
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.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/utils": "10.0.13",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/schema": "10.0.3",
"@graphql-tools/utils": "10.1.2",
"@nestjs/mapped-types": "2.0.5",
"chokidar": "3.6.0",
"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 @@ -953,12 +953,12 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@graphql-tools/merge@9.0.1", "@graphql-tools/merge@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.1.tgz#693f15da152339284469b1ce5c6827e3ae350a29"
integrity sha512-hIEExWO9fjA6vzsVjJ3s0cCQ+Q/BEeMVJZtMXd7nbaVefVy0YDyYlEkeoYYNV3NVVvu1G9lr6DM1Qd0DGo9Caw==
"@graphql-tools/merge@9.0.3", "@graphql-tools/merge@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.3.tgz#4d0b467132e6f788b69fab803d31480b8ce4b61a"
integrity sha512-FeKv9lKLMwqDu0pQjPpF59GY3HReUkWXKsMIuMuJQOKh9BETu7zPEFUELvcw8w+lwZkl4ileJsHXC9+AnsT2Lw==
dependencies:
"@graphql-tools/utils" "^10.0.10"
"@graphql-tools/utils" "^10.0.13"
tslib "^2.4.0"

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

"@graphql-tools/schema@10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.2.tgz#21bc2ee25a65fb4890d2e5f9f22ef1f733aa81da"
integrity sha512-TbPsIZnWyDCLhgPGnDjt4hosiNU2mF/rNtSk5BVaXWnZqvKJ6gzJV4fcHcvhRIwtscDMW2/YTnK6dLVnk8pc4w==
"@graphql-tools/schema@10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.3.tgz#48c14be84cc617c19c4c929258672b6ab01768de"
integrity sha512-p28Oh9EcOna6i0yLaCFOnkcBDQECVf3SCexT6ktb86QNj9idnkhI+tCxnwZDh58Qvjd2nURdkbevvoZkvxzCog==
dependencies:
"@graphql-tools/merge" "^9.0.1"
"@graphql-tools/utils" "^10.0.10"
"@graphql-tools/merge" "^9.0.3"
"@graphql-tools/utils" "^10.0.13"
tslib "^2.4.0"
value-or-promise "^1.0.12"

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

"@graphql-tools/utils@10.0.13", "@graphql-tools/utils@^10.0.10":
version "10.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.13.tgz#d0ab7a4dd02a8405f5ef62dd140b7579ba69f8cb"
integrity sha512-fMILwGr5Dm2zefNItjQ6C2rauigklv69LIwppccICuGTnGaOp3DspLt/6Lxj72cbg5d9z60Sr+Egco3CJKLsNg==
"@graphql-tools/utils@10.1.2", "@graphql-tools/utils@^10.0.13":
version "10.1.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.1.2.tgz#192de00e7301c0242e7305ab16bbeef76bbcec74"
integrity sha512-fX13CYsDnX4yifIyNdiN0cVygz/muvkreWWem6BBw130+ODbRRgfiVveL0NizCEnKXkpvdeTy9Bxvo9LIKlhrw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.0"
Expand Down

0 comments on commit cffcc87

Please sign in to comment.