Skip to content

Commit c47b349

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.34.8
1 parent 0082be0 commit c47b349

File tree

2 files changed

+31
-72
lines changed

2 files changed

+31
-72
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.19.1",
3131
"npm-run-all": "4.1.5",
32-
"prisma": "1.34.7",
32+
"prisma": "1.34.8",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.6.2"
3535
},

yarn.lock

Lines changed: 30 additions & 71 deletions
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.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==
4498+
4499+
version "1.34.8"
4500+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.8.tgz#3f67840604df4a9f3a98c6f93156979f83159300"
4501+
integrity sha512-GOfcZJ/G7Fj6gblDGtPfXUL3Hj+8zoduiOOM+KYEG45yrwlVNQTGQ6q0biVpIWBQeavfa4rTGLt6E8MMymMXOA==
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.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"
4529+
prisma-client-lib "1.34.8"
4530+
prisma-datamodel "1.34.8"
4531+
prisma-db-introspection "1.34.8"
4532+
prisma-generate-schema "1.34.8"
4533+
prisma-yml "1.34.8"
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.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==
4540+
4541+
version "1.34.8"
4542+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.8.tgz#46f92f6533316073d1a933e914bd102f89b951b7"
4543+
integrity sha512-u9Z6Rvm7d+IltqNoAFlVZpt1DwJ+dzq0tr9X14IDzKzU9lq7KAnwpfPEMfZrtlXK6tYEx81wnFU6Ui6iTez9Fg==
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.7"
4579+
prisma-yml "1.34.8"
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.7"
4593-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.7.tgz#97cda56c22dd425edf3f85aa57eee7548837d8ba"
4594-
integrity sha512-elV2YlSeRDB9i2Bkw72mmAzodLeU8Cz4AO5rhLzI+/dmx2avVueqQJkphNqC30W6zrSjjR5hI+cgl/HnQFPtsw==
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.7"
4606-
prisma-generate-schema "1.34.7"
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.8"
46144593
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.8.tgz#214c5039c70b21d31a82873488c5a4738c4e94dd"
@@ -4630,16 +4609,6 @@ [email protected]:
46304609
ws "^6.1.0"
46314610
zen-observable "^0.8.10"
46324611

4633-
4634-
version "1.34.7"
4635-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.7.tgz#63b0cbf0aa7e6fba76e56de47bddeb637b8f7d41"
4636-
integrity sha512-zraaRlRvefqOsK+weW/d5VHRStXL5M+MQVBO1KBkYvYs3+pBDqndpd+/S5e6cjpZktR0dukSuGVGB9uXGxvZUQ==
4637-
dependencies:
4638-
debug "^4.1.1"
4639-
graphql "^14.3.0"
4640-
pluralize "^7.0.0"
4641-
popsicle "10"
4642-
46434612
46444613
version "1.34.8"
46454614
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.8.tgz#51c81d3c07b4e5434432e03f16d497fc1cfea593"
@@ -4650,10 +4619,10 @@ [email protected]:
46504619
pluralize "^7.0.0"
46514620
popsicle "10"
46524621

4653-
4654-
version "1.34.7"
4655-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.7.tgz#669c56d35c289bbc0f27f2924e146e595c251cb4"
4656-
integrity sha512-yJba/Kv97TzB9OqsoqzYX1lXMs/DgjG+xfssfd4x8FA3AQQPXeZP2sIadVtLTIqkwJLSiFKFO3SU6thc0wNuFw==
4622+
4623+
version "1.34.8"
4624+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.8.tgz#604a9c2d6c8ca678929cfa25b3c7841366b050ad"
4625+
integrity sha512-OQdyIxEv2NVjLH/J/rHMpEO74+1+z1qRMXX37oaEp8oCW70OW/jL413/no06rJFIPu3rhnngCN3JVWgEHpdjYA==
46574626
dependencies:
46584627
"@types/mongodb" "^3.1.14"
46594628
"@types/mysql" "^2.15.5"
@@ -4663,20 +4632,10 @@ [email protected]:
46634632
mysql "^2.16.0"
46644633
pg "^7.4.1"
46654634
pluralize "^7.0.0"
4666-
prisma-datamodel "1.34.7"
4667-
prisma-yml "1.34.7"
4635+
prisma-datamodel "1.34.8"
4636+
prisma-yml "1.34.8"
46684637
scuid "^1.0.2"
46694638

4670-
4671-
version "1.34.7"
4672-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.7.tgz#a04817ebacea1596ae454dc6a851834e23f46a10"
4673-
integrity sha512-EUAOdDZood5pdL05ft7ebcsyP5mqQd6GaWgF5aOEcAZOFXOjETumWtHRuLsMJetyoev6dL26CAoHvnRlAdCMmA==
4674-
dependencies:
4675-
graphql "^14.3.0"
4676-
pluralize "^7.0.0"
4677-
popsicle "10"
4678-
prisma-datamodel "1.34.7"
4679-
46804639
46814640
version "1.34.8"
46824641
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.8.tgz#be63bde4f0cda763fb99e0b8b4af48784d2c6d64"
@@ -4716,10 +4675,10 @@ [email protected]:
47164675
scuid "^1.0.2"
47174676
yaml-ast-parser "^0.0.40"
47184677

4719-
4720-
version "1.34.7"
4721-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.7.tgz#5f27e3421fd55d9b8695843c6c0d1bbdc046bf75"
4722-
integrity sha512-2jPgWTCyOXs5N4yq+3ypc9OUpboT5NNTYpuhEqqWmdpRcUJu+8EJ4m8OKqtfbzmyellZSnILDpSEkj76jS1P5g==
4678+
4679+
version "1.34.8"
4680+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.8.tgz#8a11ffeb5eb70b032a9e2a5b8514c7c64d9de78d"
4681+
integrity sha512-jAg1ypwWwi5yBiB7v1SQQphs8q3G1ntjLa2drj4xZjbFP3szaQOM3s8beKbajUBkl9n71Dxzl+RHY1sktJvFSw==
47234682
dependencies:
47244683
ajv "5"
47254684
bluebird "^3.5.1"
@@ -4740,14 +4699,14 @@ [email protected]:
47404699
scuid "^1.0.2"
47414700
yaml-ast-parser "^0.0.40"
47424701

4743-
4744-
version "1.34.7"
4745-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.7.tgz#7f03bb74f8c32d7a1a83b98ef0f66e7c3efeab3b"
4746-
integrity sha512-QqAYxrfmriVjXi9jrhQip3EAtXDpcZepkDdmb9em83wQw4i73wxAItNTmXUhUwsElv9AHf4YbKcn7QaMznV7Xg==
4702+
4703+
version "1.34.8"
4704+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.8.tgz#d7904610458587a16d30698a761cb372ecbbad0b"
4705+
integrity sha512-WD1jOKIvQIUl0adiRSW6pBYGdeqawecpGnYJDCDJ95nwxxwbQgj8Ep0zMdujNnlilEhNjPwa+gyygS7cbGZlrg==
47474706
dependencies:
47484707
fs-extra "^7.0.0"
4749-
prisma-cli-core "1.34.7"
4750-
prisma-cli-engine "1.34.7"
4708+
prisma-cli-core "1.34.8"
4709+
prisma-cli-engine "1.34.8"
47514710
semver "^5.4.1"
47524711
source-map-support "^0.4.18"
47534712

0 commit comments

Comments
 (0)