Skip to content

Commit 9a1f324

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.34.7
1 parent 2cfc676 commit 9a1f324

File tree

2 files changed

+31
-71
lines changed

2 files changed

+31
-71
lines changed

Diff for: 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.19.1",
3131
"npm-run-all": "4.1.5",
32-
"prisma": "1.34.6",
32+
"prisma": "1.34.7",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.5.3"
3535
},

Diff for: yarn.lock

+30-70
Original file line numberDiff line numberDiff line change
@@ -4495,10 +4495,10 @@ [email protected]:
44954495
subscriptions-transport-ws "0.9.16"
44964496
yargs "12.0.5"
44974497

4498-
4499-
version "1.34.6"
4500-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.6.tgz#28a7e1b8cc0693c280c68296f5fff4f1c0fa810d"
4501-
integrity sha512-BkyI/qAx2w6C4Bzh2Uui79uUM2kKNNTpTFsKRgb5otp4YBfmKRUBwRjdDNwUYsXrkVB7NJyV99/uLAQnkKdBbw==
4498+
4499+
version "1.34.7"
4500+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.7.tgz#db85df6b919324a903a61a0132e4e6fcf4d82051"
4501+
integrity sha512-If3w9WzzWcvr/nJO55wvhpoqY/hadss2NJ/hC71orLX6ppzz6K64Q3CpDjp2QGyzD/bBnJLvmf3G1nLAoj+oiQ==
45024502
dependencies:
45034503
"@types/express" "^4.16.1"
45044504
adm-zip "^0.4.7"
@@ -4526,21 +4526,21 @@ [email protected]:
45264526
node-forge "^0.7.1"
45274527
npm-run "4.1.2"
45284528
opn "^5.1.0"
4529-
prisma-client-lib "1.34.6"
4530-
prisma-datamodel "1.34.6"
4531-
prisma-db-introspection "1.34.6"
4532-
prisma-generate-schema "1.34.6"
4533-
prisma-yml "1.34.6"
4529+
prisma-client-lib "1.34.7"
4530+
prisma-datamodel "1.34.7"
4531+
prisma-db-introspection "1.34.7"
4532+
prisma-generate-schema "1.34.7"
4533+
prisma-yml "1.34.7"
45344534
scuid "^1.0.2"
45354535
semver "^5.6.0"
45364536
sillyname "^0.1.0"
45374537
source-map-support "^0.4.18"
45384538
table "^4.0.1"
45394539

4540-
4541-
version "1.34.6"
4542-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.6.tgz#727b11151415cd1c9ac1267f84264e0bd158cf26"
4543-
integrity sha512-mAsK7cLwdNw5dHgYouV7b+nIra9BASHkPxA4Q1EAqnoOPAMiIGhTt3CZYTqItFdEs2P7Lr9/zWsSriIdTX2xPQ==
4540+
4541+
version "1.34.7"
4542+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.7.tgz#632a0337f3a6925c8fd8ddc2bc2b6b05ad3cfe3f"
4543+
integrity sha512-1UXVJMBq0x9s97KIPOtia6PFP3NOHMlNokdHhOqyR2+6DShwsk6zoFLrd+hZy/QzLMK0Dn9m8v9Irc55+pn+Fg==
45444544
dependencies:
45454545
"@heroku/linewrap" "^1.0.0"
45464546
ansi-escapes "^3.0.0"
@@ -4576,7 +4576,7 @@ [email protected]:
45764576
mkdirp "^0.5.1"
45774577
opn "^5.1.0"
45784578
prisma-json-schema "0.1.3"
4579-
prisma-yml "1.34.6"
4579+
prisma-yml "1.34.7"
45804580
raven "2.6.4"
45814581
rwlockfile "^1.4.8"
45824582
scuid "^1.0.2"
@@ -4588,27 +4588,6 @@ [email protected]:
45884588
treeify "^1.0.1"
45894589
update-notifier "^2.3.0"
45904590

4591-
4592-
version "1.34.6"
4593-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.6.tgz#fc4b39048bf79c7b4c9b661486671c9744999d95"
4594-
integrity sha512-LC3EwQuH1ofQjkQ35qhQe7uFDOIsZyDams6I7iBskQjgt0y+rZZPNA6ZojY31y9HTVnC0A3DCkwHFiIKHC8YrA==
4595-
dependencies:
4596-
"@types/node" "^10.12.0"
4597-
"@types/prettier" "^1.13.2"
4598-
debug "^4.1.0"
4599-
flow-bin "^0.87.0"
4600-
graphql-tag "^2.10.0"
4601-
http-link-dataloader "^0.1.6"
4602-
jsonwebtoken "^8.3.0"
4603-
lodash.flatten "^4.4.0"
4604-
prettier "1.16.4"
4605-
prisma-datamodel "1.34.6"
4606-
prisma-generate-schema "1.34.6"
4607-
subscriptions-transport-ws "^0.9.15"
4608-
uppercamelcase "^3.0.0"
4609-
ws "^6.1.0"
4610-
zen-observable "^0.8.10"
4611-
46124591
46134592
version "1.34.7"
46144593
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.7.tgz#97cda56c22dd425edf3f85aa57eee7548837d8ba"
@@ -4630,15 +4609,6 @@ [email protected]:
46304609
ws "^6.1.0"
46314610
zen-observable "^0.8.10"
46324611

4633-
4634-
version "1.34.6"
4635-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.6.tgz#6ff9214b2c45ffcc5467f3fad24f1e71f0e4da61"
4636-
integrity sha512-K0JZJkciEcunI+XK4Q6hsqTrOXDGe/ltgzu/u/8JS6XLKTBOsuMTuS6WOXT1DTvbQARM3ZXI9sE5+ZVIgvK5bg==
4637-
dependencies:
4638-
graphql "^14.3.0"
4639-
pluralize "^7.0.0"
4640-
popsicle "10"
4641-
46424612
46434613
version "1.34.7"
46444614
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.7.tgz#63b0cbf0aa7e6fba76e56de47bddeb637b8f7d41"
@@ -4649,10 +4619,10 @@ [email protected]:
46494619
pluralize "^7.0.0"
46504620
popsicle "10"
46514621

4652-
4653-
version "1.34.6"
4654-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.6.tgz#c5777fb536a6cafb2566b6e9926bd61cbacdabd1"
4655-
integrity sha512-dA0JDq6X00jbS/xgYAFSL4VmUBqdOTj0GprRzLp4a/0hXGLcNZSloEUDIci8vhmz160NO7LKQZPMtnA079WOKQ==
4622+
4623+
version "1.34.7"
4624+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.7.tgz#669c56d35c289bbc0f27f2924e146e595c251cb4"
4625+
integrity sha512-yJba/Kv97TzB9OqsoqzYX1lXMs/DgjG+xfssfd4x8FA3AQQPXeZP2sIadVtLTIqkwJLSiFKFO3SU6thc0wNuFw==
46564626
dependencies:
46574627
"@types/mongodb" "^3.1.14"
46584628
"@types/mysql" "^2.15.5"
@@ -4662,20 +4632,10 @@ [email protected]:
46624632
mysql "^2.16.0"
46634633
pg "^7.4.1"
46644634
pluralize "^7.0.0"
4665-
prisma-datamodel "1.34.6"
4666-
prisma-yml "1.34.6"
4635+
prisma-datamodel "1.34.7"
4636+
prisma-yml "1.34.7"
46674637
scuid "^1.0.2"
46684638

4669-
4670-
version "1.34.6"
4671-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.6.tgz#072a6e05732565ba59db1fb06a8a5ce2f88c4e5a"
4672-
integrity sha512-EOfnEKl/Z1thohho//cOW1PqABcqy7EUdQwdw9E+/7A/qI10Q6qLSr9U3nwYxTQzsXW/YTRIl5wXy9ycso7zwg==
4673-
dependencies:
4674-
graphql "^14.3.0"
4675-
pluralize "^7.0.0"
4676-
popsicle "10"
4677-
prisma-datamodel "1.34.6"
4678-
46794639
46804640
version "1.34.7"
46814641
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.7.tgz#a04817ebacea1596ae454dc6a851834e23f46a10"
@@ -4715,10 +4675,10 @@ [email protected]:
47154675
scuid "^1.0.2"
47164676
yaml-ast-parser "^0.0.40"
47174677

4718-
4719-
version "1.34.6"
4720-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.6.tgz#5c7224231071003e669e5125730b34288d1c6874"
4721-
integrity sha512-r9iShe5ui5Re0ZGTbicv6UnfX8ECyIxM6JGyNs70h5GoubiAPaGtOpvHWZo331VS/j7kCLmiy/Eo0xkZBSNzkA==
4678+
4679+
version "1.34.7"
4680+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.7.tgz#5f27e3421fd55d9b8695843c6c0d1bbdc046bf75"
4681+
integrity sha512-2jPgWTCyOXs5N4yq+3ypc9OUpboT5NNTYpuhEqqWmdpRcUJu+8EJ4m8OKqtfbzmyellZSnILDpSEkj76jS1P5g==
47224682
dependencies:
47234683
ajv "5"
47244684
bluebird "^3.5.1"
@@ -4739,14 +4699,14 @@ [email protected]:
47394699
scuid "^1.0.2"
47404700
yaml-ast-parser "^0.0.40"
47414701

4742-
4743-
version "1.34.6"
4744-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.6.tgz#aacb9c8e524985c5eca26f71444ddcdb256617d3"
4745-
integrity sha512-kYBcmVXFgUtkkBo3JPmqwqmRKMisblRnYrqh2TwshVFq3tKZ+WPX3VVrTYQD/xxMieygO4tmlTTydHjvHKzs5g==
4702+
4703+
version "1.34.7"
4704+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.7.tgz#7f03bb74f8c32d7a1a83b98ef0f66e7c3efeab3b"
4705+
integrity sha512-QqAYxrfmriVjXi9jrhQip3EAtXDpcZepkDdmb9em83wQw4i73wxAItNTmXUhUwsElv9AHf4YbKcn7QaMznV7Xg==
47464706
dependencies:
47474707
fs-extra "^7.0.0"
4748-
prisma-cli-core "1.34.6"
4749-
prisma-cli-engine "1.34.6"
4708+
prisma-cli-core "1.34.7"
4709+
prisma-cli-engine "1.34.7"
47504710
semver "^5.4.1"
47514711
source-map-support "^0.4.18"
47524712

0 commit comments

Comments
 (0)