Skip to content

Commit 215e935

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.28.4
1 parent 474b682 commit 215e935

File tree

2 files changed

+31
-71
lines changed

2 files changed

+31
-71
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"graphql-resolver-codegen": "0.3.1",
3030
"nodemon": "1.18.10",
3131
"npm-run-all": "4.1.5",
32-
"prisma": "1.28.3",
32+
"prisma": "1.28.4",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.3.3333"
3535
},

yarn.lock

Lines changed: 30 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -4459,10 +4459,10 @@ prisma-binding@2.3.8:
44594459
subscriptions-transport-ws "0.9.16"
44604460
yargs "12.0.5"
44614461

4462-
prisma-cli-core@1.28.3:
4463-
version "1.28.3"
4464-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.28.3.tgz#b2fc99c2dca058a7c91b851f4672b70a90e37585"
4465-
integrity sha512-QA6tm5G+iwhkXbraxuqqAR54IOsqhOnEDIoW02R9MBTlcSwPzsXdB/bm7+Rj2hcKufhhP3M0o17RXyceLs5Yag==
4462+
prisma-cli-core@1.28.4:
4463+
version "1.28.4"
4464+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.28.4.tgz#26d9a1ceb94d286e80a12066717a49417bbdda33"
4465+
integrity sha512-8sfwjkTntd/iLpvoSQsLlbor5uimEkvJFRGlU8V2K3oIKQA2eaw+BW4pr/g5G1O33KDJ8F4nj8mvZkR8elQygg==
44664466
dependencies:
44674467
adm-zip "^0.4.7"
44684468
archiver "^2.0.3"
@@ -4489,20 +4489,20 @@ prisma-cli-core@1.28.3:
44894489
node-forge "^0.7.1"
44904490
npm-run "4.1.2"
44914491
opn "^5.1.0"
4492-
prisma-client-lib "1.28.3"
4493-
prisma-datamodel "1.28.3"
4494-
prisma-db-introspection "1.28.3"
4495-
prisma-generate-schema "1.28.3"
4496-
prisma-yml "1.28.3"
4492+
prisma-client-lib "1.28.4"
4493+
prisma-datamodel "1.28.4"
4494+
prisma-db-introspection "1.28.4"
4495+
prisma-generate-schema "1.28.4"
4496+
prisma-yml "1.28.4"
44974497
scuid "^1.0.2"
44984498
sillyname "^0.1.0"
44994499
source-map-support "^0.4.18"
45004500
table "^4.0.1"
45014501

4502-
prisma-cli-engine@1.28.3:
4503-
version "1.28.3"
4504-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.28.3.tgz#9dd82943b290dd809196cbed287074fde394e6ee"
4505-
integrity sha512-sf6l013LjvPEPtV1ZsA/szXMiiVMJqPeLxYeUUTWZhYVePEcRDuN+8U9ITkYFElK+kwZ1ADn1rjb+N+E8w5CDg==
4502+
prisma-cli-engine@1.28.4:
4503+
version "1.28.4"
4504+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.28.4.tgz#8892aaae6c74ddc24125b2ae9c8cdfe02cc3934c"
4505+
integrity sha512-FHK3Dy5skwRVpT9PhYXkVSjpkrTUI5yHV/NOt+unO3Lg7tR6qwZe84I3L3X5CFJinGLNbnEO2WGAvlSF+wxL1Q==
45064506
dependencies:
45074507
"@heroku/linewrap" "^1.0.0"
45084508
ansi-escapes "^3.0.0"
@@ -4538,7 +4538,7 @@ prisma-cli-engine@1.28.3:
45384538
mkdirp "^0.5.1"
45394539
opn "^5.1.0"
45404540
prisma-json-schema "0.1.3"
4541-
prisma-yml "1.28.3"
4541+
prisma-yml "1.28.4"
45424542
raven "2.6.4"
45434543
rwlockfile "^1.4.8"
45444544
scuid "^1.0.2"
@@ -4550,27 +4550,6 @@ prisma-cli-engine@1.28.3:
45504550
treeify "^1.0.1"
45514551
update-notifier "^2.3.0"
45524552

4553-
prisma-client-lib@1.28.3:
4554-
version "1.28.3"
4555-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.28.3.tgz#f2f022622129d6e1e43d6109097d65a966c8c8a9"
4556-
integrity sha512-EBKk1JJBpDgH4u9krUZOT5zr3CS79vLICkUZxkq3aGaY0u7/ILxA+tq8csbjRK95P1F5/ZzNGqWbl5Q4CkIC1w==
4557-
dependencies:
4558-
"@types/node" "^10.12.0"
4559-
"@types/prettier" "^1.13.2"
4560-
debug "^4.1.0"
4561-
flow-bin "^0.87.0"
4562-
graphql-tag "^2.10.0"
4563-
http-link-dataloader "^0.1.6"
4564-
jsonwebtoken "^8.3.0"
4565-
lodash.flatten "^4.4.0"
4566-
prettier "1.14.3"
4567-
prisma-datamodel "1.28.3"
4568-
prisma-generate-schema "1.28.3"
4569-
subscriptions-transport-ws "^0.9.15"
4570-
uppercamelcase "^3.0.0"
4571-
ws "^6.1.0"
4572-
zen-observable "^0.8.10"
4573-
45744553
prisma-client-lib@1.28.4:
45754554
version "1.28.4"
45764555
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.28.4.tgz#36e07c666aab8c02ae105e3df066e59649040e6c"
@@ -4592,15 +4571,6 @@ prisma-client-lib@1.28.4:
45924571
ws "^6.1.0"
45934572
zen-observable "^0.8.10"
45944573

4595-
prisma-datamodel@1.28.3:
4596-
version "1.28.3"
4597-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.28.3.tgz#24046eb85d88a7eff9354d83ad2e37cab1ea00d9"
4598-
integrity sha512-EdkI+7RIEOdj+7IeoRdlmZhI+n8UlmUNiWTIfJ1K5YqGgDT51qUicAK5qRGptoqrvctjxu1WOFIT0LfH8YaCGg==
4599-
dependencies:
4600-
graphql "^14.0.2"
4601-
pluralize "^7.0.0"
4602-
popsicle "10"
4603-
46044574
prisma-datamodel@1.28.4:
46054575
version "1.28.4"
46064576
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.28.4.tgz#c91c79005259b544c4535a84ae6120521ad7f43f"
@@ -4610,10 +4580,10 @@ prisma-datamodel@1.28.4:
46104580
pluralize "^7.0.0"
46114581
popsicle "10"
46124582

4613-
prisma-db-introspection@1.28.3:
4614-
version "1.28.3"
4615-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.28.3.tgz#09fbae702eca424746db1bbbddaf0462356c8c64"
4616-
integrity sha512-gvr3Y8bsUrQBDwrICTbBz7Um8ljl9TYprkqoYNvHzS1Nz+/6pgShOCh8mLVeU97Fo+gVNRxSbHQAjUtqfkZsAw==
4583+
prisma-db-introspection@1.28.4:
4584+
version "1.28.4"
4585+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.28.4.tgz#670bbbe2080beca84a26705d566af2a14c8471ba"
4586+
integrity sha512-AJAjbfQy7azhmLQVhMLKO4/2tlAq+MaxpTjHbcnjYXjPqmmrFJP7SXIry3pzin7jfcN9QyaQ/AzapT9BSmLE0w==
46174587
dependencies:
46184588
"@types/mongodb" "^3.1.14"
46194589
"@types/mysql" "^2.15.5"
@@ -4623,21 +4593,11 @@ prisma-db-introspection@1.28.3:
46234593
mysql "^2.16.0"
46244594
pg "^7.4.1"
46254595
pluralize "^7.0.0"
4626-
prisma-datamodel "1.28.3"
4627-
prisma-yml "1.28.3"
4596+
prisma-datamodel "1.28.4"
4597+
prisma-yml "1.28.4"
46284598
scuid "^1.0.2"
46294599
uppercamelcase "^3.0.0"
46304600

4631-
prisma-generate-schema@1.28.3:
4632-
version "1.28.3"
4633-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.28.3.tgz#14d7022538c71d4450d8bae194e3e359bb6f5991"
4634-
integrity sha512-b0dLcMwWR0n+gqAT9zLNqgHkUEo1cd+nyKdDe0yeodR+rDKCyVILnQb6g0AGdnY7G2PHUujso4/zJemlf7tdjg==
4635-
dependencies:
4636-
graphql "^14.0.2"
4637-
pluralize "^7.0.0"
4638-
popsicle "10"
4639-
prisma-datamodel "1.28.3"
4640-
46414601
prisma-generate-schema@1.28.4:
46424602
version "1.28.4"
46434603
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.28.4.tgz#96c2088bc79ef26b502d8516b877aac0c16e9609"
@@ -4677,10 +4637,10 @@ prisma-yml@1.20.0-beta.18:
46774637
scuid "^1.0.2"
46784638
yaml-ast-parser "^0.0.40"
46794639

4680-
prisma-yml@1.28.3:
4681-
version "1.28.3"
4682-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.28.3.tgz#4fdece3cd41ec51b0b7f205d84ecc7fd26da3e21"
4683-
integrity sha512-c6RWVPO0ivrWLC77o89snjVasbWf8ECbv7v3w4oToX3GVy1spp/Extu5hq8OHCL+ldQ2yvuOou3v16BXwIUH2w==
4640+
prisma-yml@1.28.4:
4641+
version "1.28.4"
4642+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.28.4.tgz#de1bfe291f4bc03b0349af4b989b995f28702f50"
4643+
integrity sha512-HY0zdSz9GT6BNwwj5Mi2uMDzultSMXjwK5DYtpPxFWDqOOqG+MEsuXaEOHcEsmHlGl5QkAPWkeL5lvpI9tt1OA==
46844644
dependencies:
46854645
ajv "5"
46864646
bluebird "^3.5.1"
@@ -4701,14 +4661,14 @@ prisma-yml@1.28.3:
47014661
scuid "^1.0.2"
47024662
yaml-ast-parser "^0.0.40"
47034663

4704-
prisma@1.28.3:
4705-
version "1.28.3"
4706-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.28.3.tgz#13b8c09d7f26cd7c928114ea3dd2fa8d64a3af04"
4707-
integrity sha512-mDemw3vitNzBypK7eXEiHunYgm2kfN8OeZj7cSjVWpC2/V5hSFSxRqT9MtmoUiK/EudPMlhcKPx020C27O8HyQ==
4664+
prisma@1.28.4:
4665+
version "1.28.4"
4666+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.28.4.tgz#4d50147714492639ea68ac3cb24433ec81332d11"
4667+
integrity sha512-3HohrIF4L8IAq0XYzCTvcQEsKkYNEQTLuGK6jmS6Is5BV+BvNQPJhpyabo/32DVhItlGWuUsmractDkcKA9vMg==
47084668
dependencies:
47094669
fs-extra "^7.0.0"
4710-
prisma-cli-core "1.28.3"
4711-
prisma-cli-engine "1.28.3"
4670+
prisma-cli-core "1.28.4"
4671+
prisma-cli-engine "1.28.4"
47124672
semver "^5.4.1"
47134673
source-map-support "^0.4.18"
47144674

0 commit comments

Comments
 (0)