Skip to content

Commit 43547e4

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency prisma-client-lib to v1.31.2
1 parent a45fc19 commit 43547e4

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"graphql-yoga": "1.17.4",
2020
"jsonwebtoken": "8.5.1",
2121
"prisma-binding": "2.3.10",
22-
"prisma-client-lib": "1.31.1"
22+
"prisma-client-lib": "1.31.2"
2323
},
2424
"devDependencies": {
2525
"@types/bcryptjs": "2.4.2",

yarn.lock

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4589,6 +4589,27 @@ [email protected]:
45894589
ws "^6.1.0"
45904590
zen-observable "^0.8.10"
45914591

4592+
4593+
version "1.31.2"
4594+
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.31.2.tgz#dec2707c6c17d23e1b87093c8811e7a7d7013fc1"
4595+
integrity sha512-9N3CO3wq0sYDxSTatP0nLjQx1E1kK/xongPEjDaLHD7LiKNW+bN08yZwEaMnVW9h6B2r3SW6VfG6+QYOESy0Ow==
4596+
dependencies:
4597+
"@types/node" "^10.12.0"
4598+
"@types/prettier" "^1.13.2"
4599+
debug "^4.1.0"
4600+
flow-bin "^0.87.0"
4601+
graphql-tag "^2.10.0"
4602+
http-link-dataloader "^0.1.6"
4603+
jsonwebtoken "^8.3.0"
4604+
lodash.flatten "^4.4.0"
4605+
prettier "1.16.4"
4606+
prisma-datamodel "1.31.2"
4607+
prisma-generate-schema "1.31.2"
4608+
subscriptions-transport-ws "^0.9.15"
4609+
uppercamelcase "^3.0.0"
4610+
ws "^6.1.0"
4611+
zen-observable "^0.8.10"
4612+
45924613
45934614
version "1.31.1"
45944615
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.31.1.tgz#a207b9d800303fd1af9316841fa887a7a1286672"
@@ -4598,6 +4619,15 @@ [email protected]:
45984619
pluralize "^7.0.0"
45994620
popsicle "10"
46004621

4622+
4623+
version "1.31.2"
4624+
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.31.2.tgz#5fad3dc7b5e0236cfbc20504356821173604d118"
4625+
integrity sha512-/F81OjceNMTMGZAhZyoaTf7fJq+DVtUIKtorD2+4zI/thL7dw1z/S7HHNomI5/O5KDpAaMd5OeMn6xhaGK0m4g==
4626+
dependencies:
4627+
graphql "^14.0.2"
4628+
pluralize "^7.0.0"
4629+
popsicle "10"
4630+
46014631
46024632
version "1.31.1"
46034633
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.31.1.tgz#e082561bcb85a0391a8997c986708756d08f2b31"
@@ -4625,6 +4655,16 @@ [email protected]:
46254655
popsicle "10"
46264656
prisma-datamodel "1.31.1"
46274657

4658+
4659+
version "1.31.2"
4660+
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.31.2.tgz#00ba38e765e6f5747774322e32fe40600233221d"
4661+
integrity sha512-lNAhqZaTVeCT97vYMULCFU8g7uAcuVkjfJE28UA1whTQ4j1t5Efef8qAZn7DbGUVvbW/KVObCmVBn1JcnvuhsA==
4662+
dependencies:
4663+
graphql "^14.0.2"
4664+
pluralize "^7.0.0"
4665+
popsicle "10"
4666+
prisma-datamodel "1.31.2"
4667+
46284668
46294669
version "0.1.3"
46304670
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.3.tgz#6c302db8f464f8b92e8694d3f7dd3f41ac9afcbe"

0 commit comments

Comments
 (0)