Skip to content

Commit 5dbddac

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.34.6
1 parent 79f8c24 commit 5dbddac

File tree

2 files changed

+31
-71
lines changed

2 files changed

+31
-71
lines changed

Diff for: 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.5",
32+
"prisma": "1.34.6",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.5.3"
3535
},

Diff for: yarn.lock

+30-70
Original file line numberDiff line numberDiff line change
@@ -4488,10 +4488,10 @@ [email protected]:
44884488
subscriptions-transport-ws "0.9.16"
44894489
yargs "12.0.5"
44904490

4491-
4492-
version "1.34.5"
4493-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.5.tgz#8c74f6729e47bb2f0f7cb5cfdea92eccab372349"
4494-
integrity sha512-GlOFUUSkC1oYlpu90N9YL5h4r94DcM9DTfWZmW83q8oRWwCFHtJNnIVg+5FmRhXMqoGgbmRA4p9nSUFzMatfSA==
4491+
4492+
version "1.34.6"
4493+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.6.tgz#28a7e1b8cc0693c280c68296f5fff4f1c0fa810d"
4494+
integrity sha512-BkyI/qAx2w6C4Bzh2Uui79uUM2kKNNTpTFsKRgb5otp4YBfmKRUBwRjdDNwUYsXrkVB7NJyV99/uLAQnkKdBbw==
44954495
dependencies:
44964496
"@types/express" "^4.16.1"
44974497
adm-zip "^0.4.7"
@@ -4519,21 +4519,21 @@ [email protected]:
45194519
node-forge "^0.7.1"
45204520
npm-run "4.1.2"
45214521
opn "^5.1.0"
4522-
prisma-client-lib "1.34.5"
4523-
prisma-datamodel "1.34.5"
4524-
prisma-db-introspection "1.34.5"
4525-
prisma-generate-schema "1.34.5"
4526-
prisma-yml "1.34.5"
4522+
prisma-client-lib "1.34.6"
4523+
prisma-datamodel "1.34.6"
4524+
prisma-db-introspection "1.34.6"
4525+
prisma-generate-schema "1.34.6"
4526+
prisma-yml "1.34.6"
45274527
scuid "^1.0.2"
45284528
semver "^5.6.0"
45294529
sillyname "^0.1.0"
45304530
source-map-support "^0.4.18"
45314531
table "^4.0.1"
45324532

4533-
4534-
version "1.34.5"
4535-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.5.tgz#704d64e2a11e12ed5478447b4c3e1a954acda921"
4536-
integrity sha512-qqHDFqq8C5s3sqLfgN6dWvmn2IV7tyfdsOOHYAaR4ZZCuDZQ1y2LxKfm2xYpkrq/j2smOWWhI59w0q+vZAGJsQ==
4533+
4534+
version "1.34.6"
4535+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.6.tgz#727b11151415cd1c9ac1267f84264e0bd158cf26"
4536+
integrity sha512-mAsK7cLwdNw5dHgYouV7b+nIra9BASHkPxA4Q1EAqnoOPAMiIGhTt3CZYTqItFdEs2P7Lr9/zWsSriIdTX2xPQ==
45374537
dependencies:
45384538
"@heroku/linewrap" "^1.0.0"
45394539
ansi-escapes "^3.0.0"
@@ -4569,7 +4569,7 @@ [email protected]:
45694569
mkdirp "^0.5.1"
45704570
opn "^5.1.0"
45714571
prisma-json-schema "0.1.3"
4572-
prisma-yml "1.34.5"
4572+
prisma-yml "1.34.6"
45734573
raven "2.6.4"
45744574
rwlockfile "^1.4.8"
45754575
scuid "^1.0.2"
@@ -4581,27 +4581,6 @@ [email protected]:
45814581
treeify "^1.0.1"
45824582
update-notifier "^2.3.0"
45834583

4584-
4585-
version "1.34.5"
4586-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.5.tgz#f7567c48723dc06a696d13862367320d161a3ba5"
4587-
integrity sha512-HzBwwkLCj0EupV3zbni8TeTIHW2FB4/HKtabuq44D3RM0yZnpB6kNTQ+AHAXLnROfKdtdsKceuXQXFeh/T+e0w==
4588-
dependencies:
4589-
"@types/node" "^10.12.0"
4590-
"@types/prettier" "^1.13.2"
4591-
debug "^4.1.0"
4592-
flow-bin "^0.87.0"
4593-
graphql-tag "^2.10.0"
4594-
http-link-dataloader "^0.1.6"
4595-
jsonwebtoken "^8.3.0"
4596-
lodash.flatten "^4.4.0"
4597-
prettier "1.16.4"
4598-
prisma-datamodel "1.34.5"
4599-
prisma-generate-schema "1.34.5"
4600-
subscriptions-transport-ws "^0.9.15"
4601-
uppercamelcase "^3.0.0"
4602-
ws "^6.1.0"
4603-
zen-observable "^0.8.10"
4604-
46054584
46064585
version "1.34.6"
46074586
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.6.tgz#fc4b39048bf79c7b4c9b661486671c9744999d95"
@@ -4623,15 +4602,6 @@ [email protected]:
46234602
ws "^6.1.0"
46244603
zen-observable "^0.8.10"
46254604

4626-
4627-
version "1.34.5"
4628-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.5.tgz#1561d5f24364c6e774d7c9efc98ae2780ad144d4"
4629-
integrity sha512-ShhrdheCtHCyaSzpw4V64RP2jtD/oZNw1iba787d52KiQbPz4U7uKK0O65McQ/Syxq01Z3ho4fHjYMWadKfBcw==
4630-
dependencies:
4631-
graphql "^14.3.0"
4632-
pluralize "^7.0.0"
4633-
popsicle "10"
4634-
46354605
46364606
version "1.34.6"
46374607
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.6.tgz#6ff9214b2c45ffcc5467f3fad24f1e71f0e4da61"
@@ -4641,10 +4611,10 @@ [email protected]:
46414611
pluralize "^7.0.0"
46424612
popsicle "10"
46434613

4644-
4645-
version "1.34.5"
4646-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.5.tgz#b3bc17d0fdd1b79d816005cce1e9913383b91eab"
4647-
integrity sha512-z3mzh1S4axCuEvpdBKkG7FwN7sG1KklCF+eu/JfwQ7xeYzz6zNM2cxQX0Q/TqanSgsAVmWtxMvfwCldxBfNxFg==
4614+
4615+
version "1.34.6"
4616+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.6.tgz#c5777fb536a6cafb2566b6e9926bd61cbacdabd1"
4617+
integrity sha512-dA0JDq6X00jbS/xgYAFSL4VmUBqdOTj0GprRzLp4a/0hXGLcNZSloEUDIci8vhmz160NO7LKQZPMtnA079WOKQ==
46484618
dependencies:
46494619
"@types/mongodb" "^3.1.14"
46504620
"@types/mysql" "^2.15.5"
@@ -4654,20 +4624,10 @@ [email protected]:
46544624
mysql "^2.16.0"
46554625
pg "^7.4.1"
46564626
pluralize "^7.0.0"
4657-
prisma-datamodel "1.34.5"
4658-
prisma-yml "1.34.5"
4627+
prisma-datamodel "1.34.6"
4628+
prisma-yml "1.34.6"
46594629
scuid "^1.0.2"
46604630

4661-
4662-
version "1.34.5"
4663-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.5.tgz#e366ec560e8efb08d14aba7475d1dec9300bc737"
4664-
integrity sha512-6GXyJ171zVdfoJwWcDrkPHJqXKJqZqdrjyqN+xUzkf67mTz8pGOrnBkhxT7jZXZK/YE96Mt8pV0jaVCK6QhQ5A==
4665-
dependencies:
4666-
graphql "^14.3.0"
4667-
pluralize "^7.0.0"
4668-
popsicle "10"
4669-
prisma-datamodel "1.34.5"
4670-
46714631
46724632
version "1.34.6"
46734633
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.6.tgz#072a6e05732565ba59db1fb06a8a5ce2f88c4e5a"
@@ -4707,10 +4667,10 @@ [email protected]:
47074667
scuid "^1.0.2"
47084668
yaml-ast-parser "^0.0.40"
47094669

4710-
4711-
version "1.34.5"
4712-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.5.tgz#ec3dbe711c1bda13ba9334d617c1b1dd09e6413f"
4713-
integrity sha512-DU+isXbD+ZGMjyIMHgoPQAl2tbJeGZZohzmuYfEtAwS5U1qh1eJkKGNKc8lQfWRx/C+gDhCzoPKK2fFSFY3ksQ==
4670+
4671+
version "1.34.6"
4672+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.6.tgz#5c7224231071003e669e5125730b34288d1c6874"
4673+
integrity sha512-r9iShe5ui5Re0ZGTbicv6UnfX8ECyIxM6JGyNs70h5GoubiAPaGtOpvHWZo331VS/j7kCLmiy/Eo0xkZBSNzkA==
47144674
dependencies:
47154675
ajv "5"
47164676
bluebird "^3.5.1"
@@ -4731,14 +4691,14 @@ [email protected]:
47314691
scuid "^1.0.2"
47324692
yaml-ast-parser "^0.0.40"
47334693

4734-
4735-
version "1.34.5"
4736-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.5.tgz#506881db1c8d64ee4e9a1cb78d44c2317142aba0"
4737-
integrity sha512-jYsL8aNEbGN7EWG7XPdfSpa2Q46SZZKCVdS8KrSTHqz/IuTaRVk/civ18FYRyWVZkMfs/44yCISeuXmxkYluGw==
4694+
4695+
version "1.34.6"
4696+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.6.tgz#aacb9c8e524985c5eca26f71444ddcdb256617d3"
4697+
integrity sha512-kYBcmVXFgUtkkBo3JPmqwqmRKMisblRnYrqh2TwshVFq3tKZ+WPX3VVrTYQD/xxMieygO4tmlTTydHjvHKzs5g==
47384698
dependencies:
47394699
fs-extra "^7.0.0"
4740-
prisma-cli-core "1.34.5"
4741-
prisma-cli-engine "1.34.5"
4700+
prisma-cli-core "1.34.6"
4701+
prisma-cli-engine "1.34.6"
47424702
semver "^5.4.1"
47434703
source-map-support "^0.4.18"
47444704

0 commit comments

Comments
 (0)