Skip to content

Commit b5e4697

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency prisma-client-lib to v1.29.2
1 parent ad75634 commit b5e4697

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.29.1"
22+
"prisma-client-lib": "1.29.2"
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.29.2"
4594+
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.29.2.tgz#610ffec4c3618672f19b1155cfa40435209964d9"
4595+
integrity sha512-+5Rix8t+wm3w9RDge4CBEtUzeL4gBwEtEOunUO2A3T+wcYZT+zvM5TY2Q0sTH0n2UMnh2/8CAvFS4w244R8loA==
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.14.3"
4606+
prisma-datamodel "1.29.2"
4607+
prisma-generate-schema "1.29.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.29.1"
45944615
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.29.1.tgz#8d3f636612ccde23684654402fcc6d6da0f47030"
@@ -4598,6 +4619,15 @@ [email protected]:
45984619
pluralize "^7.0.0"
45994620
popsicle "10"
46004621

4622+
4623+
version "1.29.2"
4624+
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.29.2.tgz#2f0d525895f472ddd85b50d3d1941b35d0ab37bd"
4625+
integrity sha512-oVdOqRTPLkz/ft/Dd3EnP+MLbJgW79Wilh0iTa8tjZgBv3ZYMeC84ycRnGzg3/zWxE20EIu8TKixVzkYFwGtLg==
4626+
dependencies:
4627+
graphql "^14.0.2"
4628+
pluralize "^7.0.0"
4629+
popsicle "10"
4630+
46014631
46024632
version "1.29.1"
46034633
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.29.1.tgz#457d751acab1a7292b9ddc1170e039f90813b7d2"
@@ -4626,6 +4656,16 @@ [email protected]:
46264656
popsicle "10"
46274657
prisma-datamodel "1.29.1"
46284658

4659+
4660+
version "1.29.2"
4661+
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.29.2.tgz#cd7b703f4d433759e951693ddb27939060e6cb9f"
4662+
integrity sha512-1klpsONvESTT/z68kAVVUqnxCP3cEEMnmcZDwmOS6s2kn0OC6Zj1RNE/G+gvMM8Zdhr/BpRlaTNIKticoG/GtQ==
4663+
dependencies:
4664+
graphql "^14.0.2"
4665+
pluralize "^7.0.0"
4666+
popsicle "10"
4667+
prisma-datamodel "1.29.2"
4668+
46294669
46304670
version "0.1.3"
46314671
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.3.tgz#6c302db8f464f8b92e8694d3f7dd3f41ac9afcbe"

0 commit comments

Comments
 (0)