Skip to content

Commit 2cd62a8

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.31.2
1 parent 43547e4 commit 2cd62a8

File tree

2 files changed

+31
-71
lines changed

2 files changed

+31
-71
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.11",
3131
"npm-run-all": "4.1.5",
32-
"prisma": "1.31.1",
32+
"prisma": "1.31.2",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.4.5"
3535
},

yarn.lock

Lines changed: 30 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -4475,10 +4475,10 @@ [email protected]:
44754475
subscriptions-transport-ws "0.9.16"
44764476
yargs "12.0.5"
44774477

4478-
4479-
version "1.31.1"
4480-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.31.1.tgz#d995e3b2abeeefffed694914e7cfa1346249af0c"
4481-
integrity sha512-rFNBThES3wJjPbANfDsxBhQlEyIsx8uhdf/Upwv+CUS7SD81ejJyM0K3JFoPMWBbwdB6aRCRZDX0n9TXHZywbg==
4478+
4479+
version "1.31.2"
4480+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.31.2.tgz#8b3677cf0b0397554d20d91f7b68c8ad58baf138"
4481+
integrity sha512-0h/lXiPy0x/d15G8KkvnafmzV1OM5hKfbiFEQ4MnAn3M0TVBQO+zYVwNw3LexcOogkfQIJDL+0R5Anx0jYIo9Q==
44824482
dependencies:
44834483
"@types/express" "^4.16.1"
44844484
adm-zip "^0.4.7"
@@ -4506,21 +4506,21 @@ [email protected]:
45064506
node-forge "^0.7.1"
45074507
npm-run "4.1.2"
45084508
opn "^5.1.0"
4509-
prisma-client-lib "1.31.1"
4510-
prisma-datamodel "1.31.1"
4511-
prisma-db-introspection "1.31.1"
4512-
prisma-generate-schema "1.31.1"
4513-
prisma-yml "1.31.1"
4509+
prisma-client-lib "1.31.2"
4510+
prisma-datamodel "1.31.2"
4511+
prisma-db-introspection "1.31.2"
4512+
prisma-generate-schema "1.31.2"
4513+
prisma-yml "1.31.2"
45144514
scuid "^1.0.2"
45154515
semver "^5.6.0"
45164516
sillyname "^0.1.0"
45174517
source-map-support "^0.4.18"
45184518
table "^4.0.1"
45194519

4520-
4521-
version "1.31.1"
4522-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.31.1.tgz#abe01f7caf84116462b4f358e217a3b08c5f8942"
4523-
integrity sha512-kaYzAlNICu2X35z8Y95JGExqCGV+suEckmqtmrT4Qo6umTALd9snty2rrMXmLKjHypwjk1Ey6RaIrdVeLcA/bA==
4520+
4521+
version "1.31.2"
4522+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.31.2.tgz#35ec3b226508c81caf24586b31046faca9a2340a"
4523+
integrity sha512-+S2CL9eb2R5Wj7zkCocNSul3dXZQwahJVcLxTUKD/cg2FLDTRkLewGjAtuQTxUqyPFdH3HzC8GXrp3Kmh5pyfw==
45244524
dependencies:
45254525
"@heroku/linewrap" "^1.0.0"
45264526
ansi-escapes "^3.0.0"
@@ -4556,7 +4556,7 @@ [email protected]:
45564556
mkdirp "^0.5.1"
45574557
opn "^5.1.0"
45584558
prisma-json-schema "0.1.3"
4559-
prisma-yml "1.31.1"
4559+
prisma-yml "1.31.2"
45604560
raven "2.6.4"
45614561
rwlockfile "^1.4.8"
45624562
scuid "^1.0.2"
@@ -4568,27 +4568,6 @@ [email protected]:
45684568
treeify "^1.0.1"
45694569
update-notifier "^2.3.0"
45704570

4571-
4572-
version "1.31.1"
4573-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.31.1.tgz#d953503815bbb76c0ff398aa82632660eec84fa8"
4574-
integrity sha512-ttmFDyVso/XnoeShNjxKEjrGpSLd9lrSrssUSznmczeKG0kMkB7g4Qc9gnFfLT5aqAgbFScziX9NryzpTlySvA==
4575-
dependencies:
4576-
"@types/node" "^10.12.0"
4577-
"@types/prettier" "^1.13.2"
4578-
debug "^4.1.0"
4579-
flow-bin "^0.87.0"
4580-
graphql-tag "^2.10.0"
4581-
http-link-dataloader "^0.1.6"
4582-
jsonwebtoken "^8.3.0"
4583-
lodash.flatten "^4.4.0"
4584-
prettier "1.16.4"
4585-
prisma-datamodel "1.31.1"
4586-
prisma-generate-schema "1.31.1"
4587-
subscriptions-transport-ws "^0.9.15"
4588-
uppercamelcase "^3.0.0"
4589-
ws "^6.1.0"
4590-
zen-observable "^0.8.10"
4591-
45924571
45934572
version "1.31.2"
45944573
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.31.2.tgz#dec2707c6c17d23e1b87093c8811e7a7d7013fc1"
@@ -4610,15 +4589,6 @@ [email protected]:
46104589
ws "^6.1.0"
46114590
zen-observable "^0.8.10"
46124591

4613-
4614-
version "1.31.1"
4615-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.31.1.tgz#a207b9d800303fd1af9316841fa887a7a1286672"
4616-
integrity sha512-aLtPj3B8waUMvazwlzIwx3cnMcd7OYgfne7YSn8gjCz3HHDObS++kKppAkKxNQRUN5w2FgPRDp/+CnuGcmZq3A==
4617-
dependencies:
4618-
graphql "^14.0.2"
4619-
pluralize "^7.0.0"
4620-
popsicle "10"
4621-
46224592
46234593
version "1.31.2"
46244594
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.31.2.tgz#5fad3dc7b5e0236cfbc20504356821173604d118"
@@ -4628,10 +4598,10 @@ [email protected]:
46284598
pluralize "^7.0.0"
46294599
popsicle "10"
46304600

4631-
4632-
version "1.31.1"
4633-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.31.1.tgz#e082561bcb85a0391a8997c986708756d08f2b31"
4634-
integrity sha512-WrIJAJpLDC9xZhfLz9vRPZAFPed5hH24ZI6TZSur/svDcv/5o+IptYpInHJJ5uYzgIpNfqYrlpqNjQJmlE69lg==
4601+
4602+
version "1.31.2"
4603+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.31.2.tgz#7f681108109d94b05c83465be349418732086c51"
4604+
integrity sha512-/zasArN2czvZrkrfeIcH4696jwCRObaFcO/V8I/UvF4HWIz9Yh2ILP4ds3tW+GDTR71YvwFYatoz9CUH04R2Jg==
46354605
dependencies:
46364606
"@types/mongodb" "^3.1.14"
46374607
"@types/mysql" "^2.15.5"
@@ -4641,20 +4611,10 @@ [email protected]:
46414611
mysql "^2.16.0"
46424612
pg "^7.4.1"
46434613
pluralize "^7.0.0"
4644-
prisma-datamodel "1.31.1"
4645-
prisma-yml "1.31.1"
4614+
prisma-datamodel "1.31.2"
4615+
prisma-yml "1.31.2"
46464616
scuid "^1.0.2"
46474617

4648-
4649-
version "1.31.1"
4650-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.31.1.tgz#06c82712b0ec59239d95a3448cb4e1c56342ac7f"
4651-
integrity sha512-syFsRJSIF/13t3HuY7fUPCTaWwiBAu+vj9+L6/zuOBN/ARm1X9rrq/dUyqZ9H2Pn85Hi/PCVX3SOU3puSM0h7A==
4652-
dependencies:
4653-
graphql "^14.0.2"
4654-
pluralize "^7.0.0"
4655-
popsicle "10"
4656-
prisma-datamodel "1.31.1"
4657-
46584618
46594619
version "1.31.2"
46604620
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.31.2.tgz#00ba38e765e6f5747774322e32fe40600233221d"
@@ -4694,10 +4654,10 @@ [email protected]:
46944654
scuid "^1.0.2"
46954655
yaml-ast-parser "^0.0.40"
46964656

4697-
4698-
version "1.31.1"
4699-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.31.1.tgz#aa578cefd825979b6bd2d61709f4a520d4ed5f1c"
4700-
integrity sha512-VRC5wSGT+I0qxdf70X0Po5iskRe5F2VO6aN6/tjnxrMt3j/NKQSbwhkq15HZQZGzr7NOrH80M5Jt9pGadQJbbA==
4657+
4658+
version "1.31.2"
4659+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.31.2.tgz#9eff0c8e831ebc308cf4eddffefc01a1cc8e6f55"
4660+
integrity sha512-0p3mzK8gTVu7uLskLhjpnqvCbV/q5mgobS+r4ijLyO0Iyh5sidLkZ44A/U1IrSjLBpoMXxltiiQCwQseilTKTw==
47014661
dependencies:
47024662
ajv "5"
47034663
bluebird "^3.5.1"
@@ -4718,14 +4678,14 @@ [email protected]:
47184678
scuid "^1.0.2"
47194679
yaml-ast-parser "^0.0.40"
47204680

4721-
4722-
version "1.31.1"
4723-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.31.1.tgz#b2eded8765b31a23b7cc1c02689b271237fa0951"
4724-
integrity sha512-e7vD/t86OQ0Ypo2GGyChu0eHJINGAIND/csUnsZ/Awi1+lhUTRVw7edgfzy4xb2HVVt7kicascBBYFBRj2pm6Q==
4681+
4682+
version "1.31.2"
4683+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.31.2.tgz#8406ecaca2a6c7145f234247401ae4ded3fafaa5"
4684+
integrity sha512-CPhj4IgDz3FCWfRW6oOluJgfWm1iHgfTge8jmpzC4XFgQ59419uvZaEdAXGuyjI8h8LD9TYz3BeyIWY/jLuvRw==
47254685
dependencies:
47264686
fs-extra "^7.0.0"
4727-
prisma-cli-core "1.31.1"
4728-
prisma-cli-engine "1.31.1"
4687+
prisma-cli-core "1.31.2"
4688+
prisma-cli-engine "1.31.2"
47294689
semver "^5.4.1"
47304690
source-map-support "^0.4.18"
47314691

0 commit comments

Comments
 (0)