Skip to content

Commit b0841a2

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.29.1
1 parent 8edbfd1 commit b0841a2

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

yarn.lock

Lines changed: 30 additions & 70 deletions
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.0"
4480-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.29.0.tgz#4e9e3b6de64cc8a291e11301378a631317f36069"
4481-
integrity sha512-VYdjh33NP0lCPeNezpTRu/oCchfcIIs4wMp5gUzlU1tXWyvlKcwWUHDPqS0RJdoBmALqj3KZDxRdYtZY25PuaQ==
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==
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.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"
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"
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.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==
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==
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.0"
4559+
prisma-yml "1.29.1"
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.0"
4573-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.29.0.tgz#46967d42662c9f9112ec9d1e47d257c7be4195fd"
4574-
integrity sha512-krB9vkuxfqcRJlx9YWH94ycD1q8Eo0s8RFRdGkbSbH4OfB7lPW3Y75fk9H39EFfMNerqHrVKMd0QyYUtA5LAFw==
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.0"
4586-
prisma-generate-schema "1.29.0"
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.1"
45944573
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.29.1.tgz#76592b466a8bc0a7d1ffd2faa4323844035c5366"
@@ -4610,15 +4589,6 @@ [email protected]:
46104589
ws "^6.1.0"
46114590
zen-observable "^0.8.10"
46124591

4613-
4614-
version "1.29.0"
4615-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.29.0.tgz#78c7ca35c8eb71dff331a97de37104c2215277a2"
4616-
integrity sha512-IjEtEUkNugD1OvNbRzRTfwC1gozVc8UNnD08d6QL8ky//rYOfLl8+nSpJPa6jAWA3WxEfoMeGUCG0XrFeOr/HA==
4617-
dependencies:
4618-
graphql "^14.0.2"
4619-
pluralize "^7.0.0"
4620-
popsicle "10"
4621-
46224592
46234593
version "1.29.1"
46244594
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.29.1.tgz#8d3f636612ccde23684654402fcc6d6da0f47030"
@@ -4628,10 +4598,10 @@ [email protected]:
46284598
pluralize "^7.0.0"
46294599
popsicle "10"
46304600

4631-
4632-
version "1.29.0"
4633-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.29.0.tgz#d10d4de077d5e65bb6eaf4ed1c7057b329186100"
4634-
integrity sha512-I/TEneXRqfC1MT/DWFGLdD8jgL4eL26twTk4OIKRks3DfzPw1/kEEcLvG2RikLJx1PPCHB9R58zyodrzzOQ3ZA==
4601+
4602+
version "1.29.1"
4603+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.29.1.tgz#457d751acab1a7292b9ddc1170e039f90813b7d2"
4604+
integrity sha512-wGptHcuydbzICsWgb1nXSFXlJIg6znjNIkP/G+LFJpIbnYsC7Npzhik19drr4A4DpgmfsHt7JUarNly98JHlSg==
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.0"
4645-
prisma-yml "1.29.0"
4614+
prisma-datamodel "1.29.1"
4615+
prisma-yml "1.29.1"
46464616
scuid "^1.0.2"
46474617
uppercamelcase "^3.0.0"
46484618

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

4698-
4699-
version "1.29.0"
4700-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.29.0.tgz#9af183ec0e2ec3cf6ac16dd54ae849dc905fee88"
4701-
integrity sha512-V4eTaQwP3iLbBcnmbP7U6/EYxQ0tVvgp6M5rMWg+tmYIVJ7ou1YAV4uNrfOHC4YPOCaRmyhaqUL9zcY75Z1NyA==
4658+
4659+
version "1.29.1"
4660+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.29.1.tgz#713d43c29dd4e8c31f11359b2c622165af6867ac"
4661+
integrity sha512-90DefhU7qSgdns+bExZQqeJDm2Wjkg4jBpzCj0yPf5zmkbbFio5pbcuUwc4oA4JxRt8gGmL5COyETL4jS1dumg==
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.0"
4724-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.29.0.tgz#59369e655d8634b8f6282558fb782cbc39dce97a"
4725-
integrity sha512-2Pptnh28EHSLSNdCQmk4TRtSleVL6MCG+OrFfQ562nuk+U+sRGwMvmQOKHyVNUK+p82lUnD+m0CoYdBg3+ddDg==
4682+
4683+
version "1.29.1"
4684+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.29.1.tgz#0db66025410a001ebc4b82cc077e7215afa2664e"
4685+
integrity sha512-3kcBjan16LFTwtPS0w6iNUnXNzaS8aCOeck3tXpTbVgnnMyqfB3JCAHgB7IyMUtTLq01usxPCNcRi3SPx+Litg==
47264686
dependencies:
47274687
fs-extra "^7.0.0"
4728-
prisma-cli-core "1.29.0"
4729-
prisma-cli-engine "1.29.0"
4688+
prisma-cli-core "1.29.1"
4689+
prisma-cli-engine "1.29.1"
47304690
semver "^5.4.1"
47314691
source-map-support "^0.4.18"
47324692

0 commit comments

Comments
 (0)