Skip to content

Commit e883151

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.26.4
1 parent 6e465bb commit e883151

File tree

2 files changed

+71
-31
lines changed

2 files changed

+71
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"graphql-resolver-codegen": "0.3.1",
3030
"nodemon": "1.18.9",
3131
"npm-run-all": "4.1.5",
32-
"prisma": "1.26.3",
32+
"prisma": "1.26.4",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.3.3"
3535
},

yarn.lock

Lines changed: 70 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4389,10 +4389,10 @@ prisma-binding@2.3.2:
43894389
subscriptions-transport-ws "0.9.15"
43904390
yargs "12.0.5"
43914391

4392-
prisma-cli-core@1.26.3:
4393-
version "1.26.3"
4394-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.26.3.tgz#dd71a12414d2c390b04497618d86aaedb12f44b3"
4395-
integrity sha512-q/rs1rQrdup8N6rU+/qB2bPgUZ/Vr9UdkQ3V2UQsU7jSfk1uNAh09qXiXwOz5EjTBQeHUdbcDE/ECesk16wr0A==
4392+
prisma-cli-core@1.26.4:
4393+
version "1.26.4"
4394+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.26.4.tgz#b79f2f9200bf2bc6e296ab90d1d4afef7930c628"
4395+
integrity sha512-kFC7qfaJC4W13offhMiO3g+dwgkIzXcrK7X6lJzJzpS5ZwuuB3c1Kro5J79rcBPJT/sOiE1dUqpG8QhaM9oClw==
43964396
dependencies:
43974397
adm-zip "^0.4.7"
43984398
archiver "^2.0.3"
@@ -4418,20 +4418,20 @@ prisma-cli-core@1.26.3:
44184418
node-forge "^0.7.1"
44194419
npm-run "4.1.2"
44204420
opn "^5.1.0"
4421-
prisma-client-lib "1.26.3"
4422-
prisma-datamodel "1.26.3"
4423-
prisma-db-introspection "1.26.3"
4424-
prisma-generate-schema "1.26.3"
4425-
prisma-yml "1.26.3"
4421+
prisma-client-lib "1.26.4"
4422+
prisma-datamodel "1.26.4"
4423+
prisma-db-introspection "1.26.4"
4424+
prisma-generate-schema "1.26.4"
4425+
prisma-yml "1.26.4"
44264426
scuid "^1.0.2"
44274427
sillyname "^0.1.0"
44284428
source-map-support "^0.4.18"
44294429
table "^4.0.1"
44304430

4431-
prisma-cli-engine@1.26.3:
4432-
version "1.26.3"
4433-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.26.3.tgz#d855ea6866a3ac3d6a6c38f7a161e65ba4e6a37c"
4434-
integrity sha512-FmSEtZYoqouZJqrOIE+P5gh4hneBZ8F1jFKafla6iy8wT/jBcvrFp3EQ3RKjsf4+oxty4e1lHRsZXj+gM2etNw==
4431+
prisma-cli-engine@1.26.4:
4432+
version "1.26.4"
4433+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.26.4.tgz#785b75e0093259b4868f9be1312ed656badef892"
4434+
integrity sha512-QXuM6nQfvZBiRuKsTmV+RP7OIRWyxLBEwhbnSnHSKnnMiofJNAb+lc6vPgOtptbMlgqS4S1iRbmWbba9a1jgFg==
44354435
dependencies:
44364436
"@heroku/linewrap" "^1.0.0"
44374437
ansi-escapes "^3.0.0"
@@ -4467,7 +4467,7 @@ prisma-cli-engine@1.26.3:
44674467
mkdirp "^0.5.1"
44684468
opn "^5.1.0"
44694469
prisma-json-schema "0.1.3"
4470-
prisma-yml "1.26.3"
4470+
prisma-yml "1.26.4"
44714471
raven "2.6.4"
44724472
rwlockfile "^1.4.8"
44734473
scuid "^1.0.2"
@@ -4500,6 +4500,27 @@ prisma-client-lib@1.26.3:
45004500
ws "^6.1.0"
45014501
zen-observable "^0.8.10"
45024502

4503+
prisma-client-lib@1.26.4:
4504+
version "1.26.4"
4505+
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.26.4.tgz#26f8b509beb02d52f7a9591e64245c0a751f54eb"
4506+
integrity sha512-z26+6pQkxA3hLzA2tdMCcotwp3UGuTPq345z0kIimg/jyg0mokOC+Go6J/qeo2qeKfQ7CR+WZZh2oAGBjnSggg==
4507+
dependencies:
4508+
"@types/node" "^10.12.0"
4509+
"@types/prettier" "^1.13.2"
4510+
debug "^4.1.0"
4511+
flow-bin "^0.87.0"
4512+
graphql-tag "^2.10.0"
4513+
http-link-dataloader "^0.1.6"
4514+
jsonwebtoken "^8.3.0"
4515+
lodash.flatten "^4.4.0"
4516+
prettier "^1.14.3"
4517+
prisma-datamodel "1.26.4"
4518+
prisma-generate-schema "1.26.4"
4519+
subscriptions-transport-ws "^0.9.15"
4520+
uppercamelcase "^3.0.0"
4521+
ws "^6.1.0"
4522+
zen-observable "^0.8.10"
4523+
45034524
prisma-datamodel@1.26.3:
45044525
version "1.26.3"
45054526
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.26.3.tgz#987cd31197084800216ee5a1d95d8c3baed166d4"
@@ -4509,19 +4530,28 @@ prisma-datamodel@1.26.3:
45094530
pluralize "^7.0.0"
45104531
popsicle "10"
45114532

4512-
prisma-db-introspection@1.26.3:
4513-
version "1.26.3"
4514-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.26.3.tgz#f31f75e5a4bd393f7b6800f86749b3f860750f88"
4515-
integrity sha512-qbAHuXj6AzPLo67ZfQRSZCwVf0P2L+rGFqHVn4KV8OuvfNcQJWA3ty30/fUb9qz8FAZv/hEVWH4bgrqa/h1Ykg==
4533+
prisma-datamodel@1.26.4:
4534+
version "1.26.4"
4535+
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.26.4.tgz#42dd330e5385baa5b68367b41021067823a820ac"
4536+
integrity sha512-T3hUh6s7PIyRoyaYBXqnDLItlxKCUETavv0Se4OaEzkggnieBi6xMAWRJn5LEdJSs7HVBNX+4piXHAvLKHrSWQ==
4537+
dependencies:
4538+
graphql "^14.0.2"
4539+
pluralize "^7.0.0"
4540+
popsicle "10"
4541+
4542+
prisma-db-introspection@1.26.4:
4543+
version "1.26.4"
4544+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.26.4.tgz#a560c38ac7a0c8ab4284b1b832e46fbc13429125"
4545+
integrity sha512-3XzB1gnj9TVYEihB9YzyDRXmErVRHwDrMl+5Z3pV0wvjJ7VlS3dRsyAA+v/tE8Ogeh5/4gu4pfRE1r14OnaWqA==
45164546
dependencies:
45174547
"@types/mongodb" "^3.1.14"
45184548
graphql-request "^1.5.0"
45194549
lodash "^4.17.4"
45204550
mongodb "^3.1.10"
45214551
pg "^7.4.1"
45224552
pluralize "^7.0.0"
4523-
prisma-datamodel "1.26.3"
4524-
prisma-yml "1.26.3"
4553+
prisma-datamodel "1.26.4"
4554+
prisma-yml "1.26.4"
45254555
scuid "^1.0.2"
45264556
uppercamelcase "^3.0.0"
45274557

@@ -4535,6 +4565,16 @@ prisma-generate-schema@1.26.3:
45354565
popsicle "10"
45364566
prisma-datamodel "1.26.3"
45374567

4568+
prisma-generate-schema@1.26.4:
4569+
version "1.26.4"
4570+
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.26.4.tgz#edc25d82feea3531d95247e389d4e256e2b4af3e"
4571+
integrity sha512-iDk37Jz/tTqGYJ9o264w6pYtd15UirYGiFq+3tU40xTgcYHz1d5FX05U6Dm8FLuqq97FqFtz8tUyuc6IZ26F5Q==
4572+
dependencies:
4573+
graphql "^14.0.2"
4574+
pluralize "^7.0.0"
4575+
popsicle "10"
4576+
prisma-datamodel "1.26.4"
4577+
45384578
prisma-json-schema@0.1.3:
45394579
version "0.1.3"
45404580
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.3.tgz#6c302db8f464f8b92e8694d3f7dd3f41ac9afcbe"
@@ -4564,10 +4604,10 @@ prisma-yml@1.20.0-beta.18:
45644604
scuid "^1.0.2"
45654605
yaml-ast-parser "^0.0.40"
45664606

4567-
prisma-yml@1.26.3:
4568-
version "1.26.3"
4569-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.26.3.tgz#13628492d99e4feb257e2bc620811621562959f8"
4570-
integrity sha512-6tBO5gD7sx2wg+x+DtMOhmYrIsOu2JrdueL5/9U+iKUYGErFSfyiUkROdtVUqs+m8990yOsTkvgcIatpDaVxMw==
4607+
prisma-yml@1.26.4:
4608+
version "1.26.4"
4609+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.26.4.tgz#fd6f2c216650f141dd877f4890b2626ca0e05e9a"
4610+
integrity sha512-peLxrqpXjgYufAdRYHV3rowqUyAjoR6hWKRPxEQF4UjTvf+YVHmO1FHA9nCB9oHuVYkKDFztSVZ9lVrl3qQgqw==
45714611
dependencies:
45724612
ajv "5"
45734613
bluebird "^3.5.1"
@@ -4588,14 +4628,14 @@ prisma-yml@1.26.3:
45884628
scuid "^1.0.2"
45894629
yaml-ast-parser "^0.0.40"
45904630

4591-
prisma@1.26.3:
4592-
version "1.26.3"
4593-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.26.3.tgz#3eb37aaf50a35b39e9982729ea71f249a81ff43d"
4594-
integrity sha512-/6IG3Vw/cx88bkV9WUNhgQ3+DA3KiJCTsE6RlCKC60/ThWR0X9ZGAJu51pVCayUj9WJuTRRAX5DRyrChubtQ3Q==
4631+
prisma@1.26.4:
4632+
version "1.26.4"
4633+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.26.4.tgz#0faf68753e2cfb92cafb3b583558fc40e703a1fb"
4634+
integrity sha512-Ksz4uMyjStHi2WvL8ycdbzmwaqBSWtKCVIEoB705f5TjThGC4QxtpFLwD+NjfJ7vW504tpb6S+piyDthp/eC6Q==
45954635
dependencies:
45964636
fs-extra "^7.0.0"
4597-
prisma-cli-core "1.26.3"
4598-
prisma-cli-engine "1.26.3"
4637+
prisma-cli-core "1.26.4"
4638+
prisma-cli-engine "1.26.4"
45994639
semver "^5.4.1"
46004640
source-map-support "^0.4.18"
46014641

0 commit comments

Comments
 (0)