Skip to content

Commit ce18af5

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

File tree

2 files changed

+71
-31
lines changed

2 files changed

+71
-31
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.27.3",
32+
"prisma": "1.27.4",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.3.3333"
3535
},

yarn.lock

Lines changed: 70 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4486,10 +4486,10 @@ [email protected]:
44864486
subscriptions-transport-ws "0.9.15"
44874487
yargs "12.0.5"
44884488

4489-
4490-
version "1.27.3"
4491-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.27.3.tgz#da1aac1fc2f00617aec1476f901391d9cd2987f4"
4492-
integrity sha512-hP4oAFR4q8BR2wvUKiHxGPKGZhUZ4lk/FsxNcxvbsvaIGQ4xIx04ZlPJvpfOVchHv0WbyI11RfQF9rIYfYHSVg==
4489+
4490+
version "1.27.4"
4491+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.27.4.tgz#333d5f9ed212ba9e3a6a8f1c5ed5a80ebdb8e87e"
4492+
integrity sha512-AD6f2jvDYFB4uAoIf87/BFMZ06N16LJuWIIr08SjG4eN1D0UIdyp+RB7nPrFYn7rHp2bYNGZHE0B2W67OyPnWw==
44934493
dependencies:
44944494
adm-zip "^0.4.7"
44954495
archiver "^2.0.3"
@@ -4515,20 +4515,20 @@ [email protected]:
45154515
node-forge "^0.7.1"
45164516
npm-run "4.1.2"
45174517
opn "^5.1.0"
4518-
prisma-client-lib "1.27.3"
4519-
prisma-datamodel "1.27.3"
4520-
prisma-db-introspection "1.27.3"
4521-
prisma-generate-schema "1.27.3"
4522-
prisma-yml "1.27.3"
4518+
prisma-client-lib "1.27.4"
4519+
prisma-datamodel "1.27.4"
4520+
prisma-db-introspection "1.27.4"
4521+
prisma-generate-schema "1.27.4"
4522+
prisma-yml "1.27.4"
45234523
scuid "^1.0.2"
45244524
sillyname "^0.1.0"
45254525
source-map-support "^0.4.18"
45264526
table "^4.0.1"
45274527

4528-
4529-
version "1.27.3"
4530-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.27.3.tgz#bcd4f75aed34eeabf8a54b6f4195fc4591e29d7b"
4531-
integrity sha512-LOBQJNBSI7AsiMFrEDk4BGaQCv0Lz85lgtZQDYZomMjVYK4g1sODqaHVr/AD8cqTr3RmFdKFRIZTEUTpBy9STg==
4528+
4529+
version "1.27.4"
4530+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.27.4.tgz#7574d19b3cdb5e06a2650b22b9c66903c1496c9d"
4531+
integrity sha512-qhl73qIIVPAeehA0DUgXHrr7/vrEJUjmA4u8giYU1OlGGpUcK9YDI254ai59hYmC9OeKIqumPmGGd7txziXWLw==
45324532
dependencies:
45334533
"@heroku/linewrap" "^1.0.0"
45344534
ansi-escapes "^3.0.0"
@@ -4564,7 +4564,7 @@ [email protected]:
45644564
mkdirp "^0.5.1"
45654565
opn "^5.1.0"
45664566
prisma-json-schema "0.1.3"
4567-
prisma-yml "1.27.3"
4567+
prisma-yml "1.27.4"
45684568
raven "2.6.4"
45694569
rwlockfile "^1.4.8"
45704570
scuid "^1.0.2"
@@ -4597,6 +4597,27 @@ [email protected]:
45974597
ws "^6.1.0"
45984598
zen-observable "^0.8.10"
45994599

4600+
4601+
version "1.27.4"
4602+
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.27.4.tgz#7e355b716001e5bd5fa161ed4aadec8bf56588a3"
4603+
integrity sha512-K71+o8GNxEu/czAZBO8rMrX+NjkL5PMbbwOSw1+AGBI82GzkpKwYYq6Hv4hO/wMcIHFMOnmwygYijE8k3DxIBQ==
4604+
dependencies:
4605+
"@types/node" "^10.12.0"
4606+
"@types/prettier" "^1.13.2"
4607+
debug "^4.1.0"
4608+
flow-bin "^0.87.0"
4609+
graphql-tag "^2.10.0"
4610+
http-link-dataloader "^0.1.6"
4611+
jsonwebtoken "^8.3.0"
4612+
lodash.flatten "^4.4.0"
4613+
prettier "1.14.3"
4614+
prisma-datamodel "1.27.4"
4615+
prisma-generate-schema "1.27.4"
4616+
subscriptions-transport-ws "^0.9.15"
4617+
uppercamelcase "^3.0.0"
4618+
ws "^6.1.0"
4619+
zen-observable "^0.8.10"
4620+
46004621
46014622
version "1.27.3"
46024623
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.27.3.tgz#164c6e1b64ae1842bc84b9bba533d653b95f4eed"
@@ -4606,10 +4627,19 @@ [email protected]:
46064627
pluralize "^7.0.0"
46074628
popsicle "10"
46084629

4609-
4610-
version "1.27.3"
4611-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.27.3.tgz#b7f9caff0d36e577914bbff6367a20802087ff01"
4612-
integrity sha512-rzCFUOvGoQlHbLoxb4QP8h05+MpGvjWzDr5rthyQFdnZBDONE+lWZMU8NKskpyuF4M/JYqivLaFQx3Vi8PjChA==
4630+
4631+
version "1.27.4"
4632+
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.27.4.tgz#5573b580fdd13a5a259e962a3d271459da6529ab"
4633+
integrity sha512-wWqq2pc7m0CuVFBCfoVpRfwC6Ln7e4xgmrcqHWAlBANacRrqa9toU6JoWv8CvKyrViENLOF/SV+iH/c5WC/+Gw==
4634+
dependencies:
4635+
graphql "^14.0.2"
4636+
pluralize "^7.0.0"
4637+
popsicle "10"
4638+
4639+
4640+
version "1.27.4"
4641+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.27.4.tgz#74139a54f4867bd915512c560b0f3d64ae0a6552"
4642+
integrity sha512-5psyB/1BZHsgBmpBnJRmcbUccbfMj2mKFXlZXfPGK5Ekm16DvuxMol1VkTTOEAD8Z7l8pNPPCIEOtE04kjy5jQ==
46134643
dependencies:
46144644
"@types/mongodb" "^3.1.14"
46154645
"@types/mysql" "^2.15.5"
@@ -4620,8 +4650,8 @@ [email protected]:
46204650
mysql2 "^1.6.5"
46214651
pg "^7.4.1"
46224652
pluralize "^7.0.0"
4623-
prisma-datamodel "1.27.3"
4624-
prisma-yml "1.27.3"
4653+
prisma-datamodel "1.27.4"
4654+
prisma-yml "1.27.4"
46254655
scuid "^1.0.2"
46264656
uppercamelcase "^3.0.0"
46274657

@@ -4635,6 +4665,16 @@ [email protected]:
46354665
popsicle "10"
46364666
prisma-datamodel "1.27.3"
46374667

4668+
4669+
version "1.27.4"
4670+
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.27.4.tgz#33524c10666344fbe69a7854bcfa2d8423e9befb"
4671+
integrity sha512-b5jdSZ4MYHdUvfj3jNU6s7Gq1cJb0TGhfQAbLB0PVD8V1QTrcQwZB6K6BjC4TaPM1Fg9jO/LEMFChCBZXo4wsw==
4672+
dependencies:
4673+
graphql "^14.0.2"
4674+
pluralize "^7.0.0"
4675+
popsicle "10"
4676+
prisma-datamodel "1.27.4"
4677+
46384678
46394679
version "0.1.3"
46404680
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.3.tgz#6c302db8f464f8b92e8694d3f7dd3f41ac9afcbe"
@@ -4664,10 +4704,10 @@ [email protected]:
46644704
scuid "^1.0.2"
46654705
yaml-ast-parser "^0.0.40"
46664706

4667-
4668-
version "1.27.3"
4669-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.27.3.tgz#dbe04770dbfc1130b8f31d33565793bd6c41e1ab"
4670-
integrity sha512-9bIBlSrU9/H+Y+xc9Ek6lpN5hnAm7lUjAqPjg4dubDWWfocUo3KvxZiEmob5umemj1r++Qob/qSowkkPeNxPTg==
4707+
4708+
version "1.27.4"
4709+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.27.4.tgz#6cc1e55f3b93fbc09af86bb84787d05cb71b6b5d"
4710+
integrity sha512-ediqelMWbZzoPwgZLaI67CP43bqBbw0ayLGzNkCluqFhGkblWcCJ3JWuZs3CGyrq4zpeM3DF8LzgRQFUB5hWPA==
46714711
dependencies:
46724712
ajv "5"
46734713
bluebird "^3.5.1"
@@ -4688,14 +4728,14 @@ [email protected]:
46884728
scuid "^1.0.2"
46894729
yaml-ast-parser "^0.0.40"
46904730

4691-
4692-
version "1.27.3"
4693-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.27.3.tgz#67995171710230ec2e66f6af83cbeb354513fc80"
4694-
integrity sha512-a/u9iaKYEEn4R0TPT6UwFiccRTMt6ut/3uu9VCypkGkaY9le92nOoWQja9BGIj1b3FBDcENF6acrtl7nu+ELEA==
4731+
4732+
version "1.27.4"
4733+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.27.4.tgz#add8ce442271fb91981f1eb1b8cfe555367842c7"
4734+
integrity sha512-TtHddjzb2VBYR8u1zAkd7kh10ve3bTLfcT7YpTvsFsJzhjEeK5OX4rhtTzPgX2Q0yZKWej+A9WlTqlsiorzLDw==
46954735
dependencies:
46964736
fs-extra "^7.0.0"
4697-
prisma-cli-core "1.27.3"
4698-
prisma-cli-engine "1.27.3"
4737+
prisma-cli-core "1.27.4"
4738+
prisma-cli-engine "1.27.4"
46994739
semver "^5.4.1"
47004740
source-map-support "^0.4.18"
47014741

0 commit comments

Comments
 (0)