Skip to content

Commit

Permalink
fix(deps): update dependency prisma-client-lib to v1.34.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 12, 2021
1 parent deafd13 commit 64b7789
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion advanced/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bcryptjs": "2.4.3",
"graphql-yoga": "1.18.3",
"jsonwebtoken": "8.5.1",
"prisma-client-lib": "1.34.10"
"prisma-client-lib": "1.34.12"
},
"devDependencies": {
"dotenv": "6.2.0",
Expand Down
30 changes: 15 additions & 15 deletions advanced/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3390,10 +3390,10 @@ [email protected]:
ws "^6.1.0"
zen-observable "^0.8.10"

[email protected].10:
version "1.34.10"
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.10.tgz#ae67e2cbcfc82e537c3e96f214233bf5361d0116"
integrity sha512-faMDYpYyToeD0HZZunbuozljWw/o2MEEuja96ADElTohuM688ZyOec9wL+oZxgFib0abz68FqmHdig8lgvc2HQ==
[email protected].12:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.12.tgz#7b81e0df527058d848e9c6c00e98a765e26a6837"
integrity sha512-VNl0wcI4MYbag3PI3Oy22tomg0rO3+VYGdumISg81NV2nB6PZyB+z4SirNk8E7qo0HRCeSd2xj3su92Jq+M3QQ==
dependencies:
"@types/node" "^10.12.0"
"@types/prettier" "^1.13.2"
Expand All @@ -3404,17 +3404,17 @@ [email protected]:
jsonwebtoken "^8.3.0"
lodash.flatten "^4.4.0"
prettier "1.16.4"
prisma-datamodel "1.34.10"
prisma-generate-schema "1.34.10"
prisma-datamodel "1.34.12"
prisma-generate-schema "1.34.12"
subscriptions-transport-ws "^0.9.15"
uppercamelcase "^3.0.0"
ws "^6.1.0"
zen-observable "^0.8.10"

[email protected].10:
version "1.34.10"
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.10.tgz#ce47dba4cff1dfaed5b3ad3302e53308baa9bffe"
integrity sha512-pTIG/yR/EynDJXGt4O1DiuwJDKb3U8Oo/bRu8I8YbGWR+6MSbRHnsScHe5SFHituhCfbuP5T3iagFkJYtHwbVQ==
[email protected].12:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.12.tgz#bbc5e0ffdaf1f33fc1b6dcbb1fcd4a3c828b1920"
integrity sha512-95m7ZEjzuNz++Tuo+GRuIhtS3/xG9fPZm5So/E3kw/lQ4RjE7/BT8Je12XFk47sk7cewQBmQ+Of32J7FW+0cxQ==
dependencies:
debug "^4.1.1"
graphql "^14.3.0"
Expand Down Expand Up @@ -3443,15 +3443,15 @@ [email protected]:
pluralize "^7.0.0"
popsicle "10"

[email protected].10:
version "1.34.10"
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.10.tgz#5b0df0c277206acaa2c02cd8f43b21c8df677f13"
integrity sha512-u2wYeJVELhUKlfy6FAjqg1p8olPRyWj1GEUhn9Nv130e6PfmblmqwSo4h9tvLxW08bqsohcKF0NgiTtjqxwqGQ==
[email protected].12:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.12.tgz#d4fa6904120eeebcffcae964cb941e2e7cd88f20"
integrity sha512-USrNLFtXwGNORJHpeXihCIc3/ARtVaFjQ1OZhvmLnqoiJVhnh29sc0daCqFijO1AXiArF5kxjMcM27JVzTdJiA==
dependencies:
graphql "^14.3.0"
pluralize "^7.0.0"
popsicle "10"
prisma-datamodel "1.34.10"
prisma-datamodel "1.34.12"

[email protected]:
version "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion basic/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"graphql-yoga": "1.18.3",
"prisma-client-lib": "1.34.10"
"prisma-client-lib": "1.34.12"
},
"devDependencies": {
"prisma": "1.22.1"
Expand Down
30 changes: 15 additions & 15 deletions basic/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3102,10 +3102,10 @@ [email protected]:
ws "^6.1.0"
zen-observable "^0.8.10"

[email protected].10:
version "1.34.10"
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.10.tgz#ae67e2cbcfc82e537c3e96f214233bf5361d0116"
integrity sha512-faMDYpYyToeD0HZZunbuozljWw/o2MEEuja96ADElTohuM688ZyOec9wL+oZxgFib0abz68FqmHdig8lgvc2HQ==
[email protected].12:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.12.tgz#7b81e0df527058d848e9c6c00e98a765e26a6837"
integrity sha512-VNl0wcI4MYbag3PI3Oy22tomg0rO3+VYGdumISg81NV2nB6PZyB+z4SirNk8E7qo0HRCeSd2xj3su92Jq+M3QQ==
dependencies:
"@types/node" "^10.12.0"
"@types/prettier" "^1.13.2"
Expand All @@ -3116,17 +3116,17 @@ [email protected]:
jsonwebtoken "^8.3.0"
lodash.flatten "^4.4.0"
prettier "1.16.4"
prisma-datamodel "1.34.10"
prisma-generate-schema "1.34.10"
prisma-datamodel "1.34.12"
prisma-generate-schema "1.34.12"
subscriptions-transport-ws "^0.9.15"
uppercamelcase "^3.0.0"
ws "^6.1.0"
zen-observable "^0.8.10"

[email protected].10:
version "1.34.10"
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.10.tgz#ce47dba4cff1dfaed5b3ad3302e53308baa9bffe"
integrity sha512-pTIG/yR/EynDJXGt4O1DiuwJDKb3U8Oo/bRu8I8YbGWR+6MSbRHnsScHe5SFHituhCfbuP5T3iagFkJYtHwbVQ==
[email protected].12:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.12.tgz#bbc5e0ffdaf1f33fc1b6dcbb1fcd4a3c828b1920"
integrity sha512-95m7ZEjzuNz++Tuo+GRuIhtS3/xG9fPZm5So/E3kw/lQ4RjE7/BT8Je12XFk47sk7cewQBmQ+Of32J7FW+0cxQ==
dependencies:
debug "^4.1.1"
graphql "^14.3.0"
Expand Down Expand Up @@ -3155,15 +3155,15 @@ [email protected]:
pluralize "^7.0.0"
popsicle "10"

[email protected].10:
version "1.34.10"
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.10.tgz#5b0df0c277206acaa2c02cd8f43b21c8df677f13"
integrity sha512-u2wYeJVELhUKlfy6FAjqg1p8olPRyWj1GEUhn9Nv130e6PfmblmqwSo4h9tvLxW08bqsohcKF0NgiTtjqxwqGQ==
[email protected].12:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.12.tgz#d4fa6904120eeebcffcae964cb941e2e7cd88f20"
integrity sha512-USrNLFtXwGNORJHpeXihCIc3/ARtVaFjQ1OZhvmLnqoiJVhnh29sc0daCqFijO1AXiArF5kxjMcM27JVzTdJiA==
dependencies:
graphql "^14.3.0"
pluralize "^7.0.0"
popsicle "10"
prisma-datamodel "1.34.10"
prisma-datamodel "1.34.12"

[email protected]:
version "0.1.3"
Expand Down

0 comments on commit 64b7789

Please sign in to comment.