Skip to content

Commit 63a6f84

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

File tree

2 files changed

+31
-71
lines changed

2 files changed

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

yarn.lock

Lines changed: 30 additions & 70 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.0"
4491-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.27.0.tgz#a6590a093f472c25ca6d65cdc3beef2609b570d1"
4492-
integrity sha512-/H5RsnEc30jhbHajn9fHDu7w9tfajHrPQQ0sQ2BXOZCMuHkfvlaJELxnJ1+h0lxfK+5aiQJ0yo/B2v1tDDgD0A==
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==
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.0"
4519-
prisma-datamodel "1.27.0"
4520-
prisma-db-introspection "1.27.0"
4521-
prisma-generate-schema "1.27.0"
4522-
prisma-yml "1.27.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"
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.0"
4530-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.27.0.tgz#bff44958330197b9faa8f744a19b93045f063785"
4531-
integrity sha512-v5O5fUv3Z0lTT76XzCTOk0MBMn2tRX4BkCKZHoO0MyEXrJiXrjI2Xa72h/IzLQrCYjKZeJykjH1+U56BdnO15g==
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==
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.0"
4567+
prisma-yml "1.27.1"
45684568
raven "2.6.4"
45694569
rwlockfile "^1.4.8"
45704570
scuid "^1.0.2"
@@ -4576,27 +4576,6 @@ [email protected]:
45764576
treeify "^1.0.1"
45774577
update-notifier "^2.3.0"
45784578

4579-
4580-
version "1.27.0"
4581-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.27.0.tgz#a574f4fb521a1e08d4494d312d75c9cc53be3612"
4582-
integrity sha512-9d65h1GtwJo9yvsjJegSL6gcdQbSujlAFHcmJGoqCmQ4Ion9DPFkflc3540pNtXUKoa7V8SqGXd5uqWxJEP4YQ==
4583-
dependencies:
4584-
"@types/node" "^10.12.0"
4585-
"@types/prettier" "^1.13.2"
4586-
debug "^4.1.0"
4587-
flow-bin "^0.87.0"
4588-
graphql-tag "^2.10.0"
4589-
http-link-dataloader "^0.1.6"
4590-
jsonwebtoken "^8.3.0"
4591-
lodash.flatten "^4.4.0"
4592-
prettier "1.14.3"
4593-
prisma-datamodel "1.27.0"
4594-
prisma-generate-schema "1.27.0"
4595-
subscriptions-transport-ws "^0.9.15"
4596-
uppercamelcase "^3.0.0"
4597-
ws "^6.1.0"
4598-
zen-observable "^0.8.10"
4599-
46004579
46014580
version "1.27.1"
46024581
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.27.1.tgz#442429b4f54fbbd752a20f149214f3eb72bc1df3"
@@ -4618,15 +4597,6 @@ [email protected]:
46184597
ws "^6.1.0"
46194598
zen-observable "^0.8.10"
46204599

4621-
4622-
version "1.27.0"
4623-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.27.0.tgz#5ab17c1104db8f8c06791cf8fa06909c4a4bd5dc"
4624-
integrity sha512-M8FL8agbymCMpjza7c1dxgpWkyjhB+w0OeDTwBdA7OTUx62Jn02ySdJ5wNac0E6qpDMDphgAGovoD8+cYJVZIg==
4625-
dependencies:
4626-
graphql "^14.0.2"
4627-
pluralize "^7.0.0"
4628-
popsicle "10"
4629-
46304600
46314601
version "1.27.1"
46324602
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.27.1.tgz#e95482d9c309bf751e4bf0f41f1c07f1458d0ae9"
@@ -4636,10 +4606,10 @@ [email protected]:
46364606
pluralize "^7.0.0"
46374607
popsicle "10"
46384608

4639-
4640-
version "1.27.0"
4641-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.27.0.tgz#cd79271b0710dcb190f7057bb56e54ef6c810aeb"
4642-
integrity sha512-4c/2Cxt618+uJmfXaVHQ/Q6urtFkJdD3Ai7FoKIS7H5gwlRK008K8rS2JYRnd2s2t5UptS+//TKYqXK+diPuJw==
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==
46434613
dependencies:
46444614
"@types/mongodb" "^3.1.14"
46454615
"@types/mysql" "^2.15.5"
@@ -4650,21 +4620,11 @@ [email protected]:
46504620
mysql2 "^1.6.5"
46514621
pg "^7.4.1"
46524622
pluralize "^7.0.0"
4653-
prisma-datamodel "1.27.0"
4654-
prisma-yml "1.27.0"
4623+
prisma-datamodel "1.27.1"
4624+
prisma-yml "1.27.1"
46554625
scuid "^1.0.2"
46564626
uppercamelcase "^3.0.0"
46574627

4658-
4659-
version "1.27.0"
4660-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.27.0.tgz#d938438d04dfc586abc59993ccba9035f2e81897"
4661-
integrity sha512-xeQ1YI/2oq4/iRaaxyE6tBVZv65FnL/AjVJCjA0ysXD38MGyIVoIVKahuvVdPqwHL84YipxygfJK8sQbK1lwCQ==
4662-
dependencies:
4663-
graphql "^14.0.2"
4664-
pluralize "^7.0.0"
4665-
popsicle "10"
4666-
prisma-datamodel "1.27.0"
4667-
46684628
46694629
version "1.27.1"
46704630
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.27.1.tgz#d8af8e907c84806290793a819bf2901e3c3da3d0"
@@ -4704,10 +4664,10 @@ [email protected]:
47044664
scuid "^1.0.2"
47054665
yaml-ast-parser "^0.0.40"
47064666

4707-
4708-
version "1.27.0"
4709-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.27.0.tgz#2c6f7a36e601f27ea8118454300cc792826a96ce"
4710-
integrity sha512-i/AwDqlU+h+x1avawxnQ4skW5ku/x5nJO5hZJzPT/bfmkTegUinAB4vi4cRw5OPfLPgb6vcGD7dPcHUbX+sb1Q==
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==
47114671
dependencies:
47124672
ajv "5"
47134673
bluebird "^3.5.1"
@@ -4728,14 +4688,14 @@ [email protected]:
47284688
scuid "^1.0.2"
47294689
yaml-ast-parser "^0.0.40"
47304690

4731-
4732-
version "1.27.0"
4733-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.27.0.tgz#881595a6239dcf03a90b5a4f7ccbe64de3791e99"
4734-
integrity sha512-I9ZFHlZxJte1r77axnJxREeG2L2+fh0L+/aB42/pgbmypvdWKjOaBvQZjYn9n5+XM43EvKyPzDt1zYoiK5/F0A==
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==
47354695
dependencies:
47364696
fs-extra "^7.0.0"
4737-
prisma-cli-core "1.27.0"
4738-
prisma-cli-engine "1.27.0"
4697+
prisma-cli-core "1.27.1"
4698+
prisma-cli-engine "1.27.1"
47394699
semver "^5.4.1"
47404700
source-map-support "^0.4.18"
47414701

0 commit comments

Comments
 (0)