Skip to content

Commit 01a7ab8

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-tools to v4.0.4
1 parent 0b86ef4 commit 01a7ab8

File tree

2 files changed

+42
-71
lines changed

2 files changed

+42
-71
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"bcryptjs": "2.4.3",
1616
"graphql": "14.1.1",
1717
"graphql-tag": "2.10.1",
18-
"graphql-tools": "4.0.3",
18+
"graphql-tools": "4.0.4",
1919
"graphql-yoga": "1.17.0",
2020
"jsonwebtoken": "8.4.0",
2121
"prisma-binding": "2.2.14",

yarn.lock

Lines changed: 41 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,6 +2403,17 @@ [email protected], graphql-tools@^4.0.0, graphql-tools@^4.0.3:
24032403
iterall "^1.1.3"
24042404
uuid "^3.1.0"
24052405

2406+
2407+
version "4.0.4"
2408+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.4.tgz#ca08a63454221fdde825fe45fbd315eb2a6d566b"
2409+
integrity sha512-chF12etTIGVVGy3fCTJ1ivJX2KB7OSG4c6UOJQuqOHCmBQwTyNgCDuejZKvpYxNZiEx7bwIjrodDgDe9RIkjlw==
2410+
dependencies:
2411+
apollo-link "^1.2.3"
2412+
apollo-utilities "^1.0.1"
2413+
deprecated-decorator "^0.1.6"
2414+
iterall "^1.1.3"
2415+
uuid "^3.1.0"
2416+
24062417
24072418
version "1.17.0"
24082419
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.17.0.tgz#54836fbb43720a19f5ff2357273c2f380e536ed7"
@@ -4367,10 +4378,10 @@ [email protected]:
43674378
subscriptions-transport-ws "0.9.15"
43684379
yargs "12.0.5"
43694380

4370-
4371-
version "1.25.1"
4372-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.25.1.tgz#3b070b9d1375e4a22e72a0339c59f18767565002"
4373-
integrity sha512-KndJjJbAXJQRsYEB9HElAuwA6yRnurBDO2R4gn7zVr2DNiyUINBe9Pa9qI4TpWAvMVSGEfcuKCxlk3VZqwnEbQ==
4381+
4382+
version "1.25.3"
4383+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.25.3.tgz#e0f79f2f5696fb3abd2cd28ec1576d8e3062e14a"
4384+
integrity sha512-dXsCHvoySwu4Y4tV80F3POB/35rL3slV3DXp1pQx2d849nISifuF/0Hkp7/Z5vi/RpNH3HSL4yreJ1yBvYK41w==
43744385
dependencies:
43754386
adm-zip "^0.4.7"
43764387
archiver "^2.0.3"
@@ -4396,20 +4407,20 @@ [email protected]:
43964407
node-forge "^0.7.1"
43974408
npm-run "4.1.2"
43984409
opn "^5.1.0"
4399-
prisma-client-lib "1.25.1"
4400-
prisma-datamodel "1.25.1"
4401-
prisma-db-introspection "1.25.1"
4402-
prisma-generate-schema "1.25.1"
4403-
prisma-yml "1.25.1"
4410+
prisma-client-lib "1.25.3"
4411+
prisma-datamodel "1.25.3"
4412+
prisma-db-introspection "1.25.3"
4413+
prisma-generate-schema "1.25.3"
4414+
prisma-yml "1.25.3"
44044415
scuid "^1.0.2"
44054416
sillyname "^0.1.0"
44064417
source-map-support "^0.4.18"
44074418
table "^4.0.1"
44084419

4409-
4410-
version "1.25.1"
4411-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.25.1.tgz#653dcca6d3573a986d2d5568a764f9f83bb95693"
4412-
integrity sha512-t4KprCk4+3imzZrmhdO1z/Jb3vZS731Iot3FmDQEhbmRg1K2iY2I4OGlW7GjCzZXGkwaV3OythlarMWb59Mayw==
4420+
4421+
version "1.25.3"
4422+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.25.3.tgz#772b08903291983178d62d94f8b24a9a66c932ce"
4423+
integrity sha512-0E8RAljg0UgYcI9CjdatzCXGxxt17RrlL+SnuGHDXcBW14MHxFdlpP2MF5zN8du4l6IeoqR3ANqnT9KnUE4GMQ==
44134424
dependencies:
44144425
"@heroku/linewrap" "^1.0.0"
44154426
ansi-escapes "^3.0.0"
@@ -4445,7 +4456,7 @@ [email protected]:
44454456
mkdirp "^0.5.1"
44464457
opn "^5.1.0"
44474458
prisma-json-schema "0.1.3"
4448-
prisma-yml "1.25.1"
4459+
prisma-yml "1.25.3"
44494460
raven "2.6.4"
44504461
rwlockfile "^1.4.8"
44514462
scuid "^1.0.2"
@@ -4457,27 +4468,6 @@ [email protected]:
44574468
treeify "^1.0.1"
44584469
update-notifier "^2.3.0"
44594470

4460-
4461-
version "1.25.1"
4462-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.25.1.tgz#aaf8df5d568d88d16814b427612d322b9ad10759"
4463-
integrity sha512-Q8O8BihMn8Wxf62VulssxT1LueI4C6IV2m7O4+CFMYHm+nz23BJb0nrapiBQr8dWiNp8VvBQEojxEQkbtA4S5A==
4464-
dependencies:
4465-
"@types/node" "^10.12.0"
4466-
"@types/prettier" "^1.13.2"
4467-
debug "^4.1.0"
4468-
flow-bin "^0.87.0"
4469-
graphql-tag "^2.10.0"
4470-
http-link-dataloader "^0.1.6"
4471-
jsonwebtoken "^8.3.0"
4472-
lodash.flatten "^4.4.0"
4473-
prettier "^1.14.3"
4474-
prisma-datamodel "1.25.1"
4475-
prisma-generate-schema "1.25.1"
4476-
subscriptions-transport-ws "^0.9.15"
4477-
uppercamelcase "^3.0.0"
4478-
ws "^6.1.0"
4479-
zen-observable "^0.8.10"
4480-
44814471
44824472
version "1.25.3"
44834473
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.25.3.tgz#a7481db75d353c48193503c0819ebb261e5bb19a"
@@ -4499,15 +4489,6 @@ [email protected]:
44994489
ws "^6.1.0"
45004490
zen-observable "^0.8.10"
45014491

4502-
4503-
version "1.25.1"
4504-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.25.1.tgz#04e06dac10a2b49aa7fdfb900805d5de53177594"
4505-
integrity sha512-LcUer9LPcjObeycHvEl0R8THiwF4ug9PD4XnyPrHzMlrVysec2xIWIru8nxxuox5WiLmNYX7WK1gDnqQDabAWg==
4506-
dependencies:
4507-
graphql "^14.0.2"
4508-
pluralize "^7.0.0"
4509-
popsicle "10"
4510-
45114492
45124493
version "1.25.3"
45134494
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.25.3.tgz#6b954a51b0ab1182f40a25218c2947ffd404f579"
@@ -4517,32 +4498,22 @@ [email protected]:
45174498
pluralize "^7.0.0"
45184499
popsicle "10"
45194500

4520-
4521-
version "1.25.1"
4522-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.25.1.tgz#80d4e3fe12a5541ef6b0210fffffb9e63a7a0971"
4523-
integrity sha512-XYc7+P95Ep3ZKwuAEwLgRiKrpN7XcCZDxu5/U26XIG/Nn3INl6kNh8ZyY5R3EfnWeuDKrsCOqkyDTq64C2fkQw==
4501+
4502+
version "1.25.3"
4503+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.25.3.tgz#f877c2e442d2152252d54703fbd7e56f2a28d92d"
4504+
integrity sha512-wugPlyj8llh13vgyMoBPllKuSn0Vo57FqBmrwNe82/SSJAh0AtkRkZRS+vZ46nsvgH5L1RTT/zHj62fbxOH2HA==
45244505
dependencies:
45254506
"@types/mongodb" "^3.1.14"
45264507
graphql-request "^1.5.0"
45274508
lodash "^4.17.4"
45284509
mongodb "^3.1.10"
45294510
pg "^7.4.1"
45304511
pluralize "^7.0.0"
4531-
prisma-datamodel "1.25.1"
4532-
prisma-yml "1.25.1"
4512+
prisma-datamodel "1.25.3"
4513+
prisma-yml "1.25.3"
45334514
scuid "^1.0.2"
45344515
uppercamelcase "^3.0.0"
45354516

4536-
4537-
version "1.25.1"
4538-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.25.1.tgz#a2e9cc859b2d89f067ca8e043ad65936c1876d5f"
4539-
integrity sha512-0iKm17V/D263MSvYVXeMGowVvkPJ0dtM/Vx8w7WPeQbd6GqWsr3b1CDlHTHYE9f0qP5gGhMtmnhJgaNmEkuSQg==
4540-
dependencies:
4541-
graphql "^14.0.2"
4542-
pluralize "^7.0.0"
4543-
popsicle "10"
4544-
prisma-datamodel "1.25.1"
4545-
45464517
45474518
version "1.25.3"
45484519
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.25.3.tgz#6c077e7bc62822ad3ba09265abe8a1dafb01569d"
@@ -4582,10 +4553,10 @@ [email protected]:
45824553
scuid "^1.0.2"
45834554
yaml-ast-parser "^0.0.40"
45844555

4585-
4586-
version "1.25.1"
4587-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.25.1.tgz#aad5ef10cb2442d476767f19dcc1f671164b3a6d"
4588-
integrity sha512-kgxYpLOBbgufrExknGPwI2BRvSfLpPZeIsIDmjEVvtuL5TeOZuRrvJkUrRxtZGKbzrB/6/8DBr2h906BdCo9Eg==
4556+
4557+
version "1.25.3"
4558+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.25.3.tgz#405703f383cffafe36bdc987b5a83bb08064c7a2"
4559+
integrity sha512-2GcEh3AJYuusogZXuzLAoYTFHa99OlSkhs/pHVQSUCmpJ7nS1sgIHqTXc8SZIm0SQ8oRu8j5izoACokrzbNR5A==
45894560
dependencies:
45904561
ajv "5"
45914562
bluebird "^3.5.1"
@@ -4606,14 +4577,14 @@ [email protected]:
46064577
scuid "^1.0.2"
46074578
yaml-ast-parser "^0.0.40"
46084579

4609-
4610-
version "1.25.1"
4611-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.25.1.tgz#ad9c4ad2eb08789282b091714430a798fef476d2"
4612-
integrity sha512-FyFuThujyUDYA2NvlEo2daDrXbjpKCLC3u/TPnejPCkjF2i/G9oqKByi5sQBes+bE+ubOkaBsDnGb+/1be6nOQ==
4580+
4581+
version "1.25.3"
4582+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.25.3.tgz#434aa2a2bd75822a573d662dc6a07da728545279"
4583+
integrity sha512-hv2Yi/BgHj9lKlAP0GpLJjengPLZJQcGbVD8Ou8n7fp32ZdepXkad9YlxhKUUFRd7xmwnsBDSraD6MbH2UR0Og==
46134584
dependencies:
46144585
fs-extra "^7.0.0"
4615-
prisma-cli-core "1.25.1"
4616-
prisma-cli-engine "1.25.1"
4586+
prisma-cli-core "1.25.3"
4587+
prisma-cli-engine "1.25.3"
46174588
semver "^5.4.1"
46184589
source-map-support "^0.4.18"
46194590

0 commit comments

Comments
 (0)