Skip to content

Commit d6b84ab

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.29.0
1 parent ffdceb9 commit d6b84ab

File tree

2 files changed

+42
-71
lines changed

2 files changed

+42
-71
lines changed

package.json

+1-1
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.5",
32+
"prisma": "1.29.0",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.3.4000"
3535
},

yarn.lock

+41-70
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@
119119
"@types/express-serve-static-core" "*"
120120
"@types/serve-static" "*"
121121

122+
"@types/express@^4.16.1":
123+
version "4.16.1"
124+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.16.1.tgz#d756bd1a85c34d87eaf44c888bad27ba8a4b7cf0"
125+
integrity sha512-V0clmJow23WeyblmACoxbHBu2JKlE5TiIme6Lem14FnPW9gsttyHtk6wq7njcdIWH1njAaFgR8gW09lgY98gQg==
126+
dependencies:
127+
"@types/body-parser" "*"
128+
"@types/express-serve-static-core" "*"
129+
"@types/serve-static" "*"
130+
122131
123132
version "0.0.33"
124133
resolved "https://registry.yarnpkg.com/@types/form-data/-/form-data-0.0.33.tgz#c9ac85b2a5fd18435b8c85d9ecb50e6d6c893ff8"
@@ -4466,11 +4475,12 @@ [email protected]:
44664475
subscriptions-transport-ws "0.9.16"
44674476
yargs "12.0.5"
44684477

4469-
prisma-cli-core@1.28.5:
4470-
version "1.28.5"
4471-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.28.5.tgz#5d7df5584b375b526ba78ec3f60247115d7622c9"
4472-
integrity sha512-of9dntw7wn2GhrJ2HcOATEeXBW1cgLpyhZjIfJ7EUKpSVwFWKKlHJTVARqqsVfU7MwAfoT3mBweTdek4/1kxOQ==
4478+
prisma-cli-core@1.29.0:
4479+
version "1.29.0"
4480+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.29.0.tgz#4e9e3b6de64cc8a291e11301378a631317f36069"
4481+
integrity sha512-VYdjh33NP0lCPeNezpTRu/oCchfcIIs4wMp5gUzlU1tXWyvlKcwWUHDPqS0RJdoBmALqj3KZDxRdYtZY25PuaQ==
44734482
dependencies:
4483+
"@types/express" "^4.16.1"
44744484
adm-zip "^0.4.7"
44754485
archiver "^2.0.3"
44764486
callsites "^2.0.0"
@@ -4496,20 +4506,21 @@ [email protected]:
44964506
node-forge "^0.7.1"
44974507
npm-run "4.1.2"
44984508
opn "^5.1.0"
4499-
prisma-client-lib "1.28.5"
4500-
prisma-datamodel "1.28.5"
4501-
prisma-db-introspection "1.28.5"
4502-
prisma-generate-schema "1.28.5"
4503-
prisma-yml "1.28.5"
4509+
prisma-client-lib "1.29.0"
4510+
prisma-datamodel "1.29.0"
4511+
prisma-db-introspection "1.29.0"
4512+
prisma-generate-schema "1.29.0"
4513+
prisma-yml "1.29.0"
45044514
scuid "^1.0.2"
4515+
semver "^5.6.0"
45054516
sillyname "^0.1.0"
45064517
source-map-support "^0.4.18"
45074518
table "^4.0.1"
45084519

4509-
prisma-cli-engine@1.28.5:
4510-
version "1.28.5"
4511-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.28.5.tgz#41781388d67b708fbe41201f1ce37351e75d433b"
4512-
integrity sha512-mNNvxYEVK0OHbGfv4EPZXqyfpa/gUBTr3Cbx1OoqS9n23SBbzBVKuu3i/f+c0MGY5Y3cVCLApka3cPqBaqbQ9g==
4520+
prisma-cli-engine@1.29.0:
4521+
version "1.29.0"
4522+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.29.0.tgz#6516aec0a2d0dde397c3572cbc37790cb625fe5d"
4523+
integrity sha512-0NYMbWZJch6mNpn24/r1X8f9TLPqbCN7hMp6PXbEIT9n0FEUkWSa3820QWNwmPL+2YrEH+5HsjYPpWr6d3Izdw==
45134524
dependencies:
45144525
"@heroku/linewrap" "^1.0.0"
45154526
ansi-escapes "^3.0.0"
@@ -4545,7 +4556,7 @@ [email protected]:
45454556
mkdirp "^0.5.1"
45464557
opn "^5.1.0"
45474558
prisma-json-schema "0.1.3"
4548-
prisma-yml "1.28.5"
4559+
prisma-yml "1.29.0"
45494560
raven "2.6.4"
45504561
rwlockfile "^1.4.8"
45514562
scuid "^1.0.2"
@@ -4557,27 +4568,6 @@ [email protected]:
45574568
treeify "^1.0.1"
45584569
update-notifier "^2.3.0"
45594570

4560-
4561-
version "1.28.5"
4562-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.28.5.tgz#b0efccbbd83e57294c0a851f2657dd21603c961c"
4563-
integrity sha512-hV6l2DiQTzViOHBHR/Sw4e4mH2VR32PNbHQqC/lmtmBkpjnY+vHGS3YONCiwk/J6rUjrU6fuXLuUt0hgyRZyIg==
4564-
dependencies:
4565-
"@types/node" "^10.12.0"
4566-
"@types/prettier" "^1.13.2"
4567-
debug "^4.1.0"
4568-
flow-bin "^0.87.0"
4569-
graphql-tag "^2.10.0"
4570-
http-link-dataloader "^0.1.6"
4571-
jsonwebtoken "^8.3.0"
4572-
lodash.flatten "^4.4.0"
4573-
prettier "1.14.3"
4574-
prisma-datamodel "1.28.5"
4575-
prisma-generate-schema "1.28.5"
4576-
subscriptions-transport-ws "^0.9.15"
4577-
uppercamelcase "^3.0.0"
4578-
ws "^6.1.0"
4579-
zen-observable "^0.8.10"
4580-
45814571
45824572
version "1.29.0"
45834573
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.29.0.tgz#46967d42662c9f9112ec9d1e47d257c7be4195fd"
@@ -4599,15 +4589,6 @@ [email protected]:
45994589
ws "^6.1.0"
46004590
zen-observable "^0.8.10"
46014591

4602-
4603-
version "1.28.5"
4604-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.28.5.tgz#f6a7dfcc367f026881823986be9d671b0abdb1ce"
4605-
integrity sha512-/+H7WD1t6BMQcgOJ4k1xWRtgQvgOfuU4FpFrBDDnOjVV+/rQ79CQqNoPxwm5yMmPu3qBOO3kEeafDdRhvtTSHQ==
4606-
dependencies:
4607-
graphql "^14.0.2"
4608-
pluralize "^7.0.0"
4609-
popsicle "10"
4610-
46114592
46124593
version "1.29.0"
46134594
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.29.0.tgz#78c7ca35c8eb71dff331a97de37104c2215277a2"
@@ -4617,10 +4598,10 @@ [email protected]:
46174598
pluralize "^7.0.0"
46184599
popsicle "10"
46194600

4620-
prisma-db-introspection@1.28.5:
4621-
version "1.28.5"
4622-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.28.5.tgz#9786bd6c66ee0069fbae6b042d105d73ea67ea44"
4623-
integrity sha512-pKzClFr1fTKs6mKBXbz6GFh9brQkwgvLN03lybNwF4nVAQ/7LtpZ9DJEDk0HOGyGbHTmmn/EMDW70fgbHy9zKQ==
4601+
prisma-db-introspection@1.29.0:
4602+
version "1.29.0"
4603+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.29.0.tgz#d10d4de077d5e65bb6eaf4ed1c7057b329186100"
4604+
integrity sha512-I/TEneXRqfC1MT/DWFGLdD8jgL4eL26twTk4OIKRks3DfzPw1/kEEcLvG2RikLJx1PPCHB9R58zyodrzzOQ3ZA==
46244605
dependencies:
46254606
"@types/mongodb" "^3.1.14"
46264607
"@types/mysql" "^2.15.5"
@@ -4630,21 +4611,11 @@ [email protected]:
46304611
mysql "^2.16.0"
46314612
pg "^7.4.1"
46324613
pluralize "^7.0.0"
4633-
prisma-datamodel "1.28.5"
4634-
prisma-yml "1.28.5"
4614+
prisma-datamodel "1.29.0"
4615+
prisma-yml "1.29.0"
46354616
scuid "^1.0.2"
46364617
uppercamelcase "^3.0.0"
46374618

4638-
4639-
version "1.28.5"
4640-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.28.5.tgz#186cf8a0940e06667ee39f937dac7859e8fdd962"
4641-
integrity sha512-tphll5UPOtJcvb9IICGysBONI4MJt0paFcyrea2upzeTn8yxDfW89ZriPOuAzETjI+NeUxbpdama83O2qDGmnQ==
4642-
dependencies:
4643-
graphql "^14.0.2"
4644-
pluralize "^7.0.0"
4645-
popsicle "10"
4646-
prisma-datamodel "1.28.5"
4647-
46484619
46494620
version "1.29.0"
46504621
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.29.0.tgz#74690d4d070b96aff6be285096e5ee4c1e5d1335"
@@ -4684,10 +4655,10 @@ [email protected]:
46844655
scuid "^1.0.2"
46854656
yaml-ast-parser "^0.0.40"
46864657

4687-
prisma-yml@1.28.5:
4688-
version "1.28.5"
4689-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.28.5.tgz#750dcaa7dbd6ff32bbb25fc504aecca17b6d30d1"
4690-
integrity sha512-xsJGy/3bSpKrSxKC6yLMxOpqEB8RsVubaC22jOxXjMnoW89oLpZ20vho2l4mp/+KpnN2tX5a+0ZuX5+18Qe3EA==
4658+
prisma-yml@1.29.0:
4659+
version "1.29.0"
4660+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.29.0.tgz#9af183ec0e2ec3cf6ac16dd54ae849dc905fee88"
4661+
integrity sha512-V4eTaQwP3iLbBcnmbP7U6/EYxQ0tVvgp6M5rMWg+tmYIVJ7ou1YAV4uNrfOHC4YPOCaRmyhaqUL9zcY75Z1NyA==
46914662
dependencies:
46924663
ajv "5"
46934664
bluebird "^3.5.1"
@@ -4708,14 +4679,14 @@ [email protected]:
47084679
scuid "^1.0.2"
47094680
yaml-ast-parser "^0.0.40"
47104681

4711-
prisma@1.28.5:
4712-
version "1.28.5"
4713-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.28.5.tgz#0b137d1046c614b3d81f5d69916521587c1c553a"
4714-
integrity sha512-51S4tiMmm41F036SZ6Cjp0xW0GCHUqwW8ci+Lifnj12zgZiLWgP2q1s5/lvlCVlYmldr8ITOxipXOJF3a1S9bA==
4682+
prisma@1.29.0:
4683+
version "1.29.0"
4684+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.29.0.tgz#59369e655d8634b8f6282558fb782cbc39dce97a"
4685+
integrity sha512-2Pptnh28EHSLSNdCQmk4TRtSleVL6MCG+OrFfQ562nuk+U+sRGwMvmQOKHyVNUK+p82lUnD+m0CoYdBg3+ddDg==
47154686
dependencies:
47164687
fs-extra "^7.0.0"
4717-
prisma-cli-core "1.28.5"
4718-
prisma-cli-engine "1.28.5"
4688+
prisma-cli-core "1.29.0"
4689+
prisma-cli-engine "1.29.0"
47194690
semver "^5.4.1"
47204691
source-map-support "^0.4.18"
47214692

0 commit comments

Comments
 (0)