Skip to content

Commit fd5e07e

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency prisma-client-lib to v1.27.0
1 parent 16fbf32 commit fd5e07e

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

Diff for: 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.0",
2121
"prisma-binding": "2.3.3",
22-
"prisma-client-lib": "1.26.6"
22+
"prisma-client-lib": "1.27.0"
2323
},
2424
"devDependencies": {
2525
"@types/bcryptjs": "2.4.2",

Diff for: yarn.lock

+45
Original file line numberDiff line numberDiff line change
@@ -4398,6 +4398,11 @@ [email protected]:
43984398
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.0.tgz#847c235522035fd988100f1f43cf20a7d24f9372"
43994399
integrity sha512-KtQ2EGaUwf2EyDfp1fxyEb0PqGKakVm0WyXwDt6u+cAoxbO2Z2CwKvOe3+b4+F2IlO9lYHi1kqFuRM70ddBnow==
44004400

4401+
4402+
version "1.14.3"
4403+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895"
4404+
integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg==
4405+
44014406
prettier@^1.14.3:
44024407
version "1.15.2"
44034408
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e"
@@ -4532,6 +4537,27 @@ [email protected]:
45324537
ws "^6.1.0"
45334538
zen-observable "^0.8.10"
45344539

4540+
4541+
version "1.27.0"
4542+
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.27.0.tgz#a574f4fb521a1e08d4494d312d75c9cc53be3612"
4543+
integrity sha512-9d65h1GtwJo9yvsjJegSL6gcdQbSujlAFHcmJGoqCmQ4Ion9DPFkflc3540pNtXUKoa7V8SqGXd5uqWxJEP4YQ==
4544+
dependencies:
4545+
"@types/node" "^10.12.0"
4546+
"@types/prettier" "^1.13.2"
4547+
debug "^4.1.0"
4548+
flow-bin "^0.87.0"
4549+
graphql-tag "^2.10.0"
4550+
http-link-dataloader "^0.1.6"
4551+
jsonwebtoken "^8.3.0"
4552+
lodash.flatten "^4.4.0"
4553+
prettier "1.14.3"
4554+
prisma-datamodel "1.27.0"
4555+
prisma-generate-schema "1.27.0"
4556+
subscriptions-transport-ws "^0.9.15"
4557+
uppercamelcase "^3.0.0"
4558+
ws "^6.1.0"
4559+
zen-observable "^0.8.10"
4560+
45354561
45364562
version "1.26.6"
45374563
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.26.6.tgz#e5a802770ec47d8922ff38a6849b42c8250f38e7"
@@ -4541,6 +4567,15 @@ [email protected]:
45414567
pluralize "^7.0.0"
45424568
popsicle "10"
45434569

4570+
4571+
version "1.27.0"
4572+
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.27.0.tgz#5ab17c1104db8f8c06791cf8fa06909c4a4bd5dc"
4573+
integrity sha512-M8FL8agbymCMpjza7c1dxgpWkyjhB+w0OeDTwBdA7OTUx62Jn02ySdJ5wNac0E6qpDMDphgAGovoD8+cYJVZIg==
4574+
dependencies:
4575+
graphql "^14.0.2"
4576+
pluralize "^7.0.0"
4577+
popsicle "10"
4578+
45444579
45454580
version "1.26.6"
45464581
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.26.6.tgz#0b71fdcd22fc320db56778fb405ae23cbb2c2018"
@@ -4567,6 +4602,16 @@ [email protected]:
45674602
popsicle "10"
45684603
prisma-datamodel "1.26.6"
45694604

4605+
4606+
version "1.27.0"
4607+
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.27.0.tgz#d938438d04dfc586abc59993ccba9035f2e81897"
4608+
integrity sha512-xeQ1YI/2oq4/iRaaxyE6tBVZv65FnL/AjVJCjA0ysXD38MGyIVoIVKahuvVdPqwHL84YipxygfJK8sQbK1lwCQ==
4609+
dependencies:
4610+
graphql "^14.0.2"
4611+
pluralize "^7.0.0"
4612+
popsicle "10"
4613+
prisma-datamodel "1.27.0"
4614+
45704615
45714616
version "0.1.3"
45724617
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.3.tgz#6c302db8f464f8b92e8694d3f7dd3f41ac9afcbe"

0 commit comments

Comments
 (0)