|
4486 | 4486 | subscriptions-transport-ws "0.9.15"
|
4487 | 4487 | yargs "12.0.5"
|
4488 | 4488 |
|
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== |
4493 | 4493 | dependencies:
|
4494 | 4494 | adm-zip "^0.4.7"
|
4495 | 4495 | archiver "^2.0.3"
|
|
4515 | 4515 | node-forge "^0.7.1"
|
4516 | 4516 | npm-run "4.1.2"
|
4517 | 4517 | 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" |
4523 | 4523 | scuid "^1.0.2"
|
4524 | 4524 | sillyname "^0.1.0"
|
4525 | 4525 | source-map-support "^0.4.18"
|
4526 | 4526 | table "^4.0.1"
|
4527 | 4527 |
|
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== |
4532 | 4532 | dependencies:
|
4533 | 4533 | "@heroku/linewrap" "^1.0.0"
|
4534 | 4534 | ansi-escapes "^3.0.0"
|
|
4564 | 4564 | mkdirp "^0.5.1"
|
4565 | 4565 | opn "^5.1.0"
|
4566 | 4566 | prisma-json-schema "0.1.3"
|
4567 |
| - prisma-yml "1.27.0" |
| 4567 | + prisma-yml "1.27.1" |
4568 | 4568 | raven "2.6.4"
|
4569 | 4569 | rwlockfile "^1.4.8"
|
4570 | 4570 | scuid "^1.0.2"
|
|
4576 | 4576 | treeify "^1.0.1"
|
4577 | 4577 | update-notifier "^2.3.0"
|
4578 | 4578 |
|
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 |
| - |
4600 | 4579 |
|
4601 | 4580 | version "1.27.1"
|
4602 | 4581 | resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.27.1.tgz#442429b4f54fbbd752a20f149214f3eb72bc1df3"
|
|
4618 | 4597 | ws "^6.1.0"
|
4619 | 4598 | zen-observable "^0.8.10"
|
4620 | 4599 |
|
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 |
| - |
4630 | 4600 |
|
4631 | 4601 | version "1.27.1"
|
4632 | 4602 | resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.27.1.tgz#e95482d9c309bf751e4bf0f41f1c07f1458d0ae9"
|
|
4636 | 4606 | pluralize "^7.0.0"
|
4637 | 4607 | popsicle "10"
|
4638 | 4608 |
|
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== |
4643 | 4613 | dependencies:
|
4644 | 4614 | "@types/mongodb" "^3.1.14"
|
4645 | 4615 | "@types/mysql" "^2.15.5"
|
|
4650 | 4620 | mysql2 "^1.6.5"
|
4651 | 4621 | pg "^7.4.1"
|
4652 | 4622 | 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" |
4655 | 4625 | scuid "^1.0.2"
|
4656 | 4626 | uppercamelcase "^3.0.0"
|
4657 | 4627 |
|
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 |
| - |
4668 | 4628 |
|
4669 | 4629 | version "1.27.1"
|
4670 | 4630 | resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.27.1.tgz#d8af8e907c84806290793a819bf2901e3c3da3d0"
|
|
4704 | 4664 | scuid "^1.0.2"
|
4705 | 4665 | yaml-ast-parser "^0.0.40"
|
4706 | 4666 |
|
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== |
4711 | 4671 | dependencies:
|
4712 | 4672 | ajv "5"
|
4713 | 4673 | bluebird "^3.5.1"
|
|
4728 | 4688 | scuid "^1.0.2"
|
4729 | 4689 | yaml-ast-parser "^0.0.40"
|
4730 | 4690 |
|
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== |
4735 | 4695 | dependencies:
|
4736 | 4696 | 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" |
4739 | 4699 | semver "^5.4.1"
|
4740 | 4700 | source-map-support "^0.4.18"
|
4741 | 4701 |
|
|
0 commit comments