Skip to content

Commit b53e2a5

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency prisma-client-lib to v1.31.1
1 parent 404d1f7 commit b53e2a5

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

package.json

+1-1
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.0"
22+
"prisma-client-lib": "1.31.1"
2323
},
2424
"devDependencies": {
2525
"@types/bcryptjs": "2.4.2",

yarn.lock

+40
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.1"
4594+
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.31.1.tgz#d953503815bbb76c0ff398aa82632660eec84fa8"
4595+
integrity sha512-ttmFDyVso/XnoeShNjxKEjrGpSLd9lrSrssUSznmczeKG0kMkB7g4Qc9gnFfLT5aqAgbFScziX9NryzpTlySvA==
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.1"
4607+
prisma-generate-schema "1.31.1"
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.0"
45944615
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.31.0.tgz#60131b9a6b433a1714a15a06b9f8d0e431a8df59"
@@ -4598,6 +4619,15 @@ [email protected]:
45984619
pluralize "^7.0.0"
45994620
popsicle "10"
46004621

4622+
4623+
version "1.31.1"
4624+
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.31.1.tgz#a207b9d800303fd1af9316841fa887a7a1286672"
4625+
integrity sha512-aLtPj3B8waUMvazwlzIwx3cnMcd7OYgfne7YSn8gjCz3HHDObS++kKppAkKxNQRUN5w2FgPRDp/+CnuGcmZq3A==
4626+
dependencies:
4627+
graphql "^14.0.2"
4628+
pluralize "^7.0.0"
4629+
popsicle "10"
4630+
46014631
46024632
version "1.31.0"
46034633
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.31.0.tgz#9b2bad7867d0635a83086dce52060acbad31f21c"
@@ -4625,6 +4655,16 @@ [email protected]:
46254655
popsicle "10"
46264656
prisma-datamodel "1.31.0"
46274657

4658+
4659+
version "1.31.1"
4660+
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.31.1.tgz#06c82712b0ec59239d95a3448cb4e1c56342ac7f"
4661+
integrity sha512-syFsRJSIF/13t3HuY7fUPCTaWwiBAu+vj9+L6/zuOBN/ARm1X9rrq/dUyqZ9H2Pn85Hi/PCVX3SOU3puSM0h7A==
4662+
dependencies:
4663+
graphql "^14.0.2"
4664+
pluralize "^7.0.0"
4665+
popsicle "10"
4666+
prisma-datamodel "1.31.1"
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)