Skip to content

Commit e88b5a8

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.27.2
1 parent 63a6f84 commit e88b5a8

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.1",
32+
"prisma": "1.27.2",
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.1"
4491-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.27.1.tgz#2b687c457025fa44f75097ee4d13fef68a0ee502"
4492-
integrity sha512-2PVs8CNt/rfc3cozAuBwBFelDZ5glls/PS/w//WtYJWJr2kyARlZFoW7JbYgbfxOL1cjA9uxEJDdCYLy6LCxiQ==
4489+
4490+
version "1.27.2"
4491+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.27.2.tgz#505b4c1c213e46247b70b0a28647096aeb119955"
4492+
integrity sha512-1iRD3ZFEnUU02Uetp8tQkgvRNo5EyzRqYkv12JIWOPcVrzhS0argCOMABsIHDXyGi8eoWtfNvBQMLdZwX8ikQw==
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.1"
4519-
prisma-datamodel "1.27.1"
4520-
prisma-db-introspection "1.27.1"
4521-
prisma-generate-schema "1.27.1"
4522-
prisma-yml "1.27.1"
4518+
prisma-client-lib "1.27.2"
4519+
prisma-datamodel "1.27.2"
4520+
prisma-db-introspection "1.27.2"
4521+
prisma-generate-schema "1.27.2"
4522+
prisma-yml "1.27.2"
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.1"
4530-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.27.1.tgz#39da7f59a7a10273911631953226ded6ccfe762e"
4531-
integrity sha512-C9JKmJGNu4dyWzhQFgTgB37I6CyAQpnL2IaCRII6KpHNYgM4jeli3NHK7O968+0xXaDpA3+A4XQ8DE7CrhZjmg==
4528+
4529+
version "1.27.2"
4530+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.27.2.tgz#763736c84f0fa82d6d3027f213887c1d65f4e11e"
4531+
integrity sha512-aZFarNK4vVxFyZjiUOlKdHQEkMBDpbj7i3gVkP/kdOBncdTn7O0T3THXdA2VbVm0XgSC7NfCHpkcIJeJeqePfQ==
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.1"
4567+
prisma-yml "1.27.2"
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.2"
4602+
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.27.2.tgz#fde7943c882d4b841f8042442866b39d026d32db"
4603+
integrity sha512-1FiNHmsDI6qvcX6Zgyd7Ro4q7+HElOnLkeJurC2Ek6SBWmsSYnG0Xv+EMQsDmTThjQ1Wxk8SigbtSjItaB8m6Q==
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.2"
4615+
prisma-generate-schema "1.27.2"
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.1"
46024623
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.27.1.tgz#e95482d9c309bf751e4bf0f41f1c07f1458d0ae9"
@@ -4606,10 +4627,19 @@ [email protected]:
46064627
pluralize "^7.0.0"
46074628
popsicle "10"
46084629

4609-
4610-
version "1.27.1"
4611-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.27.1.tgz#9d8e270e4883a378c810f546f182f3f68dc2b48f"
4612-
integrity sha512-3vLLcte9ghPYPUqvd9QayyoQhbVsNpt+P1g8LipqDf3GowzwGjho6YY4iign0H1UJOpiXiGHcThVr3EQuHcSKw==
4630+
4631+
version "1.27.2"
4632+
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.27.2.tgz#5befa551bbf794d17bddab65fe8aebfa68547dfd"
4633+
integrity sha512-uOcF9EMHl/yeKyATtzJW8TKZGBs5HKFVhnVUd8h0w3LQGTLPWFwEz6q4jt0Gh0cvsWdf1/1agDdN7HUXW48dVQ==
4634+
dependencies:
4635+
graphql "^14.0.2"
4636+
pluralize "^7.0.0"
4637+
popsicle "10"
4638+
4639+
4640+
version "1.27.2"
4641+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.27.2.tgz#b9a7b76d208870721b918af9fd5c6ac62f07b6dd"
4642+
integrity sha512-1ztBptYIfkAPha9JcczAGrtjNkTlLESXx+CaQ+TmP8cExVvu/8I93jTyflsw68aqnlcfw742yEPHDg7t3W9/Gw==
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.1"
4624-
prisma-yml "1.27.1"
4653+
prisma-datamodel "1.27.2"
4654+
prisma-yml "1.27.2"
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.1"
46374667

4668+
4669+
version "1.27.2"
4670+
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.27.2.tgz#ac7227a43f7b95870d2cb93f2c161e12b6968879"
4671+
integrity sha512-ocyjtjnv1lhuNTSdFPu3mrEigalS09qVRmBTUgymhkUY1bXo4yrd8JtUiRnSI+9OrpFZ1YNm8/tmuX+a4u2MWA==
4672+
dependencies:
4673+
graphql "^14.0.2"
4674+
pluralize "^7.0.0"
4675+
popsicle "10"
4676+
prisma-datamodel "1.27.2"
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.1"
4669-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.27.1.tgz#7bfb8ef647eac95ad4374d95231789aec3fb7304"
4670-
integrity sha512-LAU3d5LGoSnKZKnwWjlbO1q30ibTWBWLC3XfkXTGuwwM1HCQhvET1+XHcRhRv7rKuB2eHY9/FlmVDKbLCfAKKQ==
4707+
4708+
version "1.27.2"
4709+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.27.2.tgz#f7bcf671e98671bb141c1917521f251a4654318f"
4710+
integrity sha512-uSp8ZZeUCshK2lr+8LWVQWQ/dFrqMjt3ksSd5ZGWLM63iZTE7znTELn3R3smt6rllxwQSb/GaBG5sNXkdB/lbw==
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.1"
4693-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.27.1.tgz#8bc07c4ae7064a103b6fbae61ae9323cd0f25dfb"
4694-
integrity sha512-UubD2VgKgRhuuiNzxpFiUtAwLuwxHmLkOKhWk5djykO4n2QQRNWNYmy01JDTj0F+sXXSsJzGnp+3Lpcx5khdXQ==
4731+
4732+
version "1.27.2"
4733+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.27.2.tgz#511ca1edcd2e6e9eff9e36103d3133bde6732250"
4734+
integrity sha512-mfM2XRc+ZDn8GB3FMtN2zjYhrp+MniR9/zcGo0kdP2G2ts8NG7QmVgwICzLvsuWQ8Z80mMXvo8F2Rp5i31uOWg==
46954735
dependencies:
46964736
fs-extra "^7.0.0"
4697-
prisma-cli-core "1.27.1"
4698-
prisma-cli-engine "1.27.1"
4737+
prisma-cli-core "1.27.2"
4738+
prisma-cli-engine "1.27.2"
46994739
semver "^5.4.1"
47004740
source-map-support "^0.4.18"
47014741

0 commit comments

Comments
 (0)