Skip to content

Commit fe47976

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

File tree

2 files changed

+31
-71
lines changed

2 files changed

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

yarn.lock

+30-70
Original file line numberDiff line numberDiff line change
@@ -4475,10 +4475,10 @@ [email protected]:
44754475
subscriptions-transport-ws "0.9.16"
44764476
yargs "12.0.5"
44774477

4478-
4479-
version "1.29.1"
4480-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.29.1.tgz#0f80af8db084f0d310cbc885b5a169ca5d6c5a0d"
4481-
integrity sha512-b4FW/9as4uZu+D/NJGvLxVeETM2P//lTl3LEuLdYuyGlQKc4SsM8SGF/auzNDgS/ShtQDOmoJXxYI3beldNkZw==
4478+
4479+
version "1.29.2"
4480+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.29.2.tgz#705a6f896f11528758e5570c387a82973a22abf3"
4481+
integrity sha512-vjPppHB0c2lv/0ltYow2mRmYhGKyENbJkd1F373qvpZprtdSpMHKaY6gPbtvYKOu+LCW4aiTeIqN5EV4ogORZA==
44824482
dependencies:
44834483
"@types/express" "^4.16.1"
44844484
adm-zip "^0.4.7"
@@ -4506,21 +4506,21 @@ [email protected]:
45064506
node-forge "^0.7.1"
45074507
npm-run "4.1.2"
45084508
opn "^5.1.0"
4509-
prisma-client-lib "1.29.1"
4510-
prisma-datamodel "1.29.1"
4511-
prisma-db-introspection "1.29.1"
4512-
prisma-generate-schema "1.29.1"
4513-
prisma-yml "1.29.1"
4509+
prisma-client-lib "1.29.2"
4510+
prisma-datamodel "1.29.2"
4511+
prisma-db-introspection "1.29.2"
4512+
prisma-generate-schema "1.29.2"
4513+
prisma-yml "1.29.2"
45144514
scuid "^1.0.2"
45154515
semver "^5.6.0"
45164516
sillyname "^0.1.0"
45174517
source-map-support "^0.4.18"
45184518
table "^4.0.1"
45194519

4520-
4521-
version "1.29.1"
4522-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.29.1.tgz#6ff79da6eb48992676ab1c73dd68f6f3e918c523"
4523-
integrity sha512-w2SC+KgIL7/oiolvgDKXVRViBsTJauvQuPkEkj/3V+uT+X0wpPEWGr1pHYQHz3brhPz3DjtVk9hUTulDa2siNQ==
4520+
4521+
version "1.29.2"
4522+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.29.2.tgz#e2a015ef6fe16591824a55d99c8870ca726c1c01"
4523+
integrity sha512-rknFPERi6paOHJJm9X5sxVTsnCys4kfrg/9aWfkiTG2HFuUXeBpCwaysHArQXyakdymRbbjwdEnAd9OHynxcqw==
45244524
dependencies:
45254525
"@heroku/linewrap" "^1.0.0"
45264526
ansi-escapes "^3.0.0"
@@ -4556,7 +4556,7 @@ [email protected]:
45564556
mkdirp "^0.5.1"
45574557
opn "^5.1.0"
45584558
prisma-json-schema "0.1.3"
4559-
prisma-yml "1.29.1"
4559+
prisma-yml "1.29.2"
45604560
raven "2.6.4"
45614561
rwlockfile "^1.4.8"
45624562
scuid "^1.0.2"
@@ -4568,27 +4568,6 @@ [email protected]:
45684568
treeify "^1.0.1"
45694569
update-notifier "^2.3.0"
45704570

4571-
4572-
version "1.29.1"
4573-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.29.1.tgz#76592b466a8bc0a7d1ffd2faa4323844035c5366"
4574-
integrity sha512-CbIYto+Bsk7QuGPoAJakOCR5ytjfx1eXgISgtuI5YIhgQdxMfixyr04cfHB4yVyF7vWkgyr7IbpOAiQhnPqYFA==
4575-
dependencies:
4576-
"@types/node" "^10.12.0"
4577-
"@types/prettier" "^1.13.2"
4578-
debug "^4.1.0"
4579-
flow-bin "^0.87.0"
4580-
graphql-tag "^2.10.0"
4581-
http-link-dataloader "^0.1.6"
4582-
jsonwebtoken "^8.3.0"
4583-
lodash.flatten "^4.4.0"
4584-
prettier "1.14.3"
4585-
prisma-datamodel "1.29.1"
4586-
prisma-generate-schema "1.29.1"
4587-
subscriptions-transport-ws "^0.9.15"
4588-
uppercamelcase "^3.0.0"
4589-
ws "^6.1.0"
4590-
zen-observable "^0.8.10"
4591-
45924571
45934572
version "1.29.2"
45944573
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.29.2.tgz#610ffec4c3618672f19b1155cfa40435209964d9"
@@ -4610,15 +4589,6 @@ [email protected]:
46104589
ws "^6.1.0"
46114590
zen-observable "^0.8.10"
46124591

4613-
4614-
version "1.29.1"
4615-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.29.1.tgz#8d3f636612ccde23684654402fcc6d6da0f47030"
4616-
integrity sha512-ryuzkQPND+U5Me77wv+HQfjTE9bn8sDk1hrI2OARtUkZDLtIh8TDLOTZkC8V12niy07APgGKhRRydP96kA+41g==
4617-
dependencies:
4618-
graphql "^14.0.2"
4619-
pluralize "^7.0.0"
4620-
popsicle "10"
4621-
46224592
46234593
version "1.29.2"
46244594
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.29.2.tgz#2f0d525895f472ddd85b50d3d1941b35d0ab37bd"
@@ -4628,10 +4598,10 @@ [email protected]:
46284598
pluralize "^7.0.0"
46294599
popsicle "10"
46304600

4631-
4632-
version "1.29.1"
4633-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.29.1.tgz#457d751acab1a7292b9ddc1170e039f90813b7d2"
4634-
integrity sha512-wGptHcuydbzICsWgb1nXSFXlJIg6znjNIkP/G+LFJpIbnYsC7Npzhik19drr4A4DpgmfsHt7JUarNly98JHlSg==
4601+
4602+
version "1.29.2"
4603+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.29.2.tgz#0de12e5edd1798522cb06ae0b4a9a339a587cf7a"
4604+
integrity sha512-RhzirM39cocisT6SGRL5ltda3/iWpB5qomrMycxzY/p5qogepYgelknoEh0I3TLWn2pypqt00oaq3LRYeWbTwg==
46354605
dependencies:
46364606
"@types/mongodb" "^3.1.14"
46374607
"@types/mysql" "^2.15.5"
@@ -4641,21 +4611,11 @@ [email protected]:
46414611
mysql "^2.16.0"
46424612
pg "^7.4.1"
46434613
pluralize "^7.0.0"
4644-
prisma-datamodel "1.29.1"
4645-
prisma-yml "1.29.1"
4614+
prisma-datamodel "1.29.2"
4615+
prisma-yml "1.29.2"
46464616
scuid "^1.0.2"
46474617
uppercamelcase "^3.0.0"
46484618

4649-
4650-
version "1.29.1"
4651-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.29.1.tgz#01f61ae949068e410917a3a5da062f7e1751e324"
4652-
integrity sha512-SPv6zBVIwf2twCDQKDcErgYJbKsP6AFZu/vApwBhYk9V8HjNmDN09lWi8QUanrwjKcLevzFuC5K8Zof8paBFNg==
4653-
dependencies:
4654-
graphql "^14.0.2"
4655-
pluralize "^7.0.0"
4656-
popsicle "10"
4657-
prisma-datamodel "1.29.1"
4658-
46594619
46604620
version "1.29.2"
46614621
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.29.2.tgz#cd7b703f4d433759e951693ddb27939060e6cb9f"
@@ -4695,10 +4655,10 @@ [email protected]:
46954655
scuid "^1.0.2"
46964656
yaml-ast-parser "^0.0.40"
46974657

4698-
4699-
version "1.29.1"
4700-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.29.1.tgz#713d43c29dd4e8c31f11359b2c622165af6867ac"
4701-
integrity sha512-90DefhU7qSgdns+bExZQqeJDm2Wjkg4jBpzCj0yPf5zmkbbFio5pbcuUwc4oA4JxRt8gGmL5COyETL4jS1dumg==
4658+
4659+
version "1.29.2"
4660+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.29.2.tgz#c78933829972896ab1ff8023e6e9c395f20b08e3"
4661+
integrity sha512-BJ592FMWCxMkybqpMrT+syYwBu7WomgfkbjMFQ7QQ3DWhQ6plF+jIUBDlQDlS4RSyDCHZ4BW8Aob6lnypVWD+g==
47024662
dependencies:
47034663
ajv "5"
47044664
bluebird "^3.5.1"
@@ -4719,14 +4679,14 @@ [email protected]:
47194679
scuid "^1.0.2"
47204680
yaml-ast-parser "^0.0.40"
47214681

4722-
4723-
version "1.29.1"
4724-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.29.1.tgz#0db66025410a001ebc4b82cc077e7215afa2664e"
4725-
integrity sha512-3kcBjan16LFTwtPS0w6iNUnXNzaS8aCOeck3tXpTbVgnnMyqfB3JCAHgB7IyMUtTLq01usxPCNcRi3SPx+Litg==
4682+
4683+
version "1.29.2"
4684+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.29.2.tgz#71f23238c302852fcc8b7f27d437c3afc0642310"
4685+
integrity sha512-GffxGODbpxa+VxFr/K7IvKXdOQCQinMyt5lNCKLe/gNQvXEjmGKYkd8gcYqijezT/qPRdrx4njNU32TSBbdnBA==
47264686
dependencies:
47274687
fs-extra "^7.0.0"
4728-
prisma-cli-core "1.29.1"
4729-
prisma-cli-engine "1.29.1"
4688+
prisma-cli-core "1.29.2"
4689+
prisma-cli-engine "1.29.2"
47304690
semver "^5.4.1"
47314691
source-map-support "^0.4.18"
47324692

0 commit comments

Comments
 (0)