Skip to content

Commit 9ce6d51

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.34.1
1 parent f6ae8a2 commit 9ce6d51

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.19.1",
3131
"npm-run-all": "4.1.5",
32-
"prisma": "1.34.0",
32+
"prisma": "1.34.1",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.5.2"
3535
},

yarn.lock

+30-70
Original file line numberDiff line numberDiff line change
@@ -4547,10 +4547,10 @@ [email protected]:
45474547
subscriptions-transport-ws "0.9.16"
45484548
yargs "12.0.5"
45494549

4550-
4551-
version "1.34.0"
4552-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.0.tgz#5a74bdfb92827db8687c81ab5916028768161e4f"
4553-
integrity sha512-m32cpyRrVfAZap4NwF2mAKaZw/9sR4UsxZcV/PInfgtCIwdQoCB2Kr8rf9WNZXjD/leJHucPKo3od7WNyckPJw==
4550+
4551+
version "1.34.1"
4552+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.1.tgz#1ae1460d627f9d649edb8517158c284aae06e17f"
4553+
integrity sha512-tu5dMJgell4IV4pD7xMbAzNUF30yNsrYNeaIvqxSGvwv3qOuT/CAki9mW1MQew6ASQOvJyyQ5+Nxe2cdk6Mv1Q==
45544554
dependencies:
45554555
"@types/express" "^4.16.1"
45564556
adm-zip "^0.4.7"
@@ -4578,21 +4578,21 @@ [email protected]:
45784578
node-forge "^0.7.1"
45794579
npm-run "4.1.2"
45804580
opn "^5.1.0"
4581-
prisma-client-lib "1.34.0"
4582-
prisma-datamodel "1.34.0"
4583-
prisma-db-introspection "1.34.0"
4584-
prisma-generate-schema "1.34.0"
4585-
prisma-yml "1.34.0"
4581+
prisma-client-lib "1.34.1"
4582+
prisma-datamodel "1.34.1"
4583+
prisma-db-introspection "1.34.1"
4584+
prisma-generate-schema "1.34.1"
4585+
prisma-yml "1.34.1"
45864586
scuid "^1.0.2"
45874587
semver "^5.6.0"
45884588
sillyname "^0.1.0"
45894589
source-map-support "^0.4.18"
45904590
table "^4.0.1"
45914591

4592-
4593-
version "1.34.0"
4594-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.0.tgz#d4d4f05b5c58e5c17a8f42f0c32ae87a6f7fcff3"
4595-
integrity sha512-xqpqDp3iMMscTGcxAFS+X3nA3zx7G0Kz41rZNZ7qr72cuNHxQ3Uxn2xgfzdtLDyM7RNWaevsXOjxgAV8Z4zxvw==
4592+
4593+
version "1.34.1"
4594+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.1.tgz#2b8b05ec4a140602ac135fe9890a22eff84573e3"
4595+
integrity sha512-jvmja2vp3XfKxxV5k247TN1cPhbLEAS72ZK3u0qI8zusHkRmBHgg+RazLZRzjk9KjNfoP9pp2+80+bVeRR8/MA==
45964596
dependencies:
45974597
"@heroku/linewrap" "^1.0.0"
45984598
ansi-escapes "^3.0.0"
@@ -4628,7 +4628,7 @@ [email protected]:
46284628
mkdirp "^0.5.1"
46294629
opn "^5.1.0"
46304630
prisma-json-schema "0.1.3"
4631-
prisma-yml "1.34.0"
4631+
prisma-yml "1.34.1"
46324632
raven "2.6.4"
46334633
rwlockfile "^1.4.8"
46344634
scuid "^1.0.2"
@@ -4640,27 +4640,6 @@ [email protected]:
46404640
treeify "^1.0.1"
46414641
update-notifier "^2.3.0"
46424642

4643-
4644-
version "1.34.0"
4645-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.0.tgz#e58dc67132c423d20f3c7ee7552a956b5b821ac9"
4646-
integrity sha512-r7+LJ7ZCCYpcCZgjDGbFz3u3GGTMBTn9Bd7u8GDRtU0inbW0+RiMXA3CsVwLe4AJivfUmrEkkFQ5ShZgc8FiUQ==
4647-
dependencies:
4648-
"@types/node" "^10.12.0"
4649-
"@types/prettier" "^1.13.2"
4650-
debug "^4.1.0"
4651-
flow-bin "^0.87.0"
4652-
graphql-tag "^2.10.0"
4653-
http-link-dataloader "^0.1.6"
4654-
jsonwebtoken "^8.3.0"
4655-
lodash.flatten "^4.4.0"
4656-
prettier "1.16.4"
4657-
prisma-datamodel "1.34.0"
4658-
prisma-generate-schema "1.34.0"
4659-
subscriptions-transport-ws "^0.9.15"
4660-
uppercamelcase "^3.0.0"
4661-
ws "^6.1.0"
4662-
zen-observable "^0.8.10"
4663-
46644643
46654644
version "1.34.1"
46664645
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.1.tgz#94a223357f59228eac6d51eb3ce7ed0b766fbd8c"
@@ -4682,15 +4661,6 @@ [email protected]:
46824661
ws "^6.1.0"
46834662
zen-observable "^0.8.10"
46844663

4685-
4686-
version "1.34.0"
4687-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.0.tgz#2a3d153845619e376efa48960a421d7c56f10b62"
4688-
integrity sha512-e5s4cBXJpmOREM6odIqQZEuVrqPFPO2inVERgebyzVNi6aOGcv2w4bB+FLqyDvsHZ+0hpSOQvhvw5JjF0+/nBQ==
4689-
dependencies:
4690-
graphql "^14.3.0"
4691-
pluralize "^7.0.0"
4692-
popsicle "10"
4693-
46944664
46954665
version "1.34.1"
46964666
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.1.tgz#098c5c9a7ee71e8669053af27df186a1198db406"
@@ -4700,10 +4670,10 @@ [email protected]:
47004670
pluralize "^7.0.0"
47014671
popsicle "10"
47024672

4703-
4704-
version "1.34.0"
4705-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.0.tgz#8db54bd6ba69338b71f869c3483f1cfdc5d1132e"
4706-
integrity sha512-QeQY3Xc1vbrdzKeL3Nw65repUecltFY2adaXePCd77Av7eTLDHZdLnctb/9Fno4u7LI1ma0jOOBThFaSwui/Rg==
4673+
4674+
version "1.34.1"
4675+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.1.tgz#2f91b157c5c9d0475952af1afd2c25c15a188e80"
4676+
integrity sha512-qAegVZW9fAPUGvPw4HM4b9gWHahnUTv10ZKhDySZ5DxxfpDGFC1Ji+j9S2Djqr144drH9Wn5DfsUgYgKQYYoTQ==
47074677
dependencies:
47084678
"@types/mongodb" "^3.1.14"
47094679
"@types/mysql" "^2.15.5"
@@ -4713,20 +4683,10 @@ [email protected]:
47134683
mysql "^2.16.0"
47144684
pg "^7.4.1"
47154685
pluralize "^7.0.0"
4716-
prisma-datamodel "1.34.0"
4717-
prisma-yml "1.34.0"
4686+
prisma-datamodel "1.34.1"
4687+
prisma-yml "1.34.1"
47184688
scuid "^1.0.2"
47194689

4720-
4721-
version "1.34.0"
4722-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.0.tgz#b2635257da61d6e931df936c007d563fb5fedc23"
4723-
integrity sha512-DwjR0+kaVhwGIUyfGbFwqEqKfBMBVgfY5XK+aBQQ1pYVsqBftkugy8THodxxnKWa/4GlGchzx0vqCExxi/aVHQ==
4724-
dependencies:
4725-
graphql "^14.3.0"
4726-
pluralize "^7.0.0"
4727-
popsicle "10"
4728-
prisma-datamodel "1.34.0"
4729-
47304690
47314691
version "1.34.1"
47324692
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.1.tgz#a6458149d9fcda8d5d5cb4e04110cd13732efd3a"
@@ -4766,10 +4726,10 @@ [email protected]:
47664726
scuid "^1.0.2"
47674727
yaml-ast-parser "^0.0.40"
47684728

4769-
4770-
version "1.34.0"
4771-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.0.tgz#223792ad418cbce1ab3a46b77d6053255b3b6231"
4772-
integrity sha512-H00uhV5801upiJPPEN4Bo4goP59/N7Ya70kx8Yn4DWxAtuFW/8nrlu2Pok/DRZBKJTsT8wPbQi8z4M2924GJDw==
4729+
4730+
version "1.34.1"
4731+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.1.tgz#ebed154b0bc54a754fcea4c8cc206fa31101b529"
4732+
integrity sha512-QyFnznzpGzohxvIzMbsC9EMcCGr18uEB8Djoagq3y3yd1HLkuOkArstkfQd8QqgPILkN0P8uYuf9NbS/VW58FA==
47734733
dependencies:
47744734
ajv "5"
47754735
bluebird "^3.5.1"
@@ -4790,14 +4750,14 @@ [email protected]:
47904750
scuid "^1.0.2"
47914751
yaml-ast-parser "^0.0.40"
47924752

4793-
4794-
version "1.34.0"
4795-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.0.tgz#a96da887b2dc192f58c50432b6d4062e001c190e"
4796-
integrity sha512-SWoQcuRd9yxaQeXD5UFSZvLsdNYxOG8g1Dtbk5c+xUhIm3nALBSxztBWn+p//5DU5dj6xkQdnWxSOZYCJ9zyqw==
4753+
4754+
version "1.34.1"
4755+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.1.tgz#ca4c8e4d64c4f32695a2d59dccf1c7483a4924e2"
4756+
integrity sha512-0xo03Pa2jtdHG2LBTYPaaOByG5ae5Yu0G84KLbSEnmFNz0Cx3L5PjJo0H15Gs3zpuTYQNmiVy4ABwD5VhdRDaw==
47974757
dependencies:
47984758
fs-extra "^7.0.0"
4799-
prisma-cli-core "1.34.0"
4800-
prisma-cli-engine "1.34.0"
4759+
prisma-cli-core "1.34.1"
4760+
prisma-cli-engine "1.34.1"
48014761
semver "^5.4.1"
48024762
source-map-support "^0.4.18"
48034763

0 commit comments

Comments
 (0)