Skip to content

Commit 80a1635

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.34.3
1 parent 36743bf commit 80a1635

File tree

2 files changed

+31
-71
lines changed

2 files changed

+31
-71
lines changed

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

yarn.lock

+30-70
Original file line numberDiff line numberDiff line change
@@ -4499,10 +4499,10 @@ [email protected]:
44994499
subscriptions-transport-ws "0.9.16"
45004500
yargs "12.0.5"
45014501

4502-
4503-
version "1.34.2"
4504-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.2.tgz#7f5196084787922c8e02651be87c49c3f5da90c0"
4505-
integrity sha512-6XaEExgrutcgoOJzM3DMoATAbsgqc8+3LBd6DKYJNjli6gjxTUcKT28kBVhSNqEKJqsRms9iVNMxROL0C8lGfQ==
4502+
4503+
version "1.34.3"
4504+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.34.3.tgz#012d40dc67a5921e4e457f0e478521ea771e734a"
4505+
integrity sha512-Q9N/v4UPUX4yJUV5lSfgLX5DgWLna3BVJfvSW6pq2vSscptdqMlUrKsDlinJLXk0e7jIOfL+2o4SmvpElZSJaw==
45064506
dependencies:
45074507
"@types/express" "^4.16.1"
45084508
adm-zip "^0.4.7"
@@ -4530,21 +4530,21 @@ [email protected]:
45304530
node-forge "^0.7.1"
45314531
npm-run "4.1.2"
45324532
opn "^5.1.0"
4533-
prisma-client-lib "1.34.2"
4534-
prisma-datamodel "1.34.2"
4535-
prisma-db-introspection "1.34.2"
4536-
prisma-generate-schema "1.34.2"
4537-
prisma-yml "1.34.2"
4533+
prisma-client-lib "1.34.3"
4534+
prisma-datamodel "1.34.3"
4535+
prisma-db-introspection "1.34.3"
4536+
prisma-generate-schema "1.34.3"
4537+
prisma-yml "1.34.3"
45384538
scuid "^1.0.2"
45394539
semver "^5.6.0"
45404540
sillyname "^0.1.0"
45414541
source-map-support "^0.4.18"
45424542
table "^4.0.1"
45434543

4544-
4545-
version "1.34.2"
4546-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.2.tgz#61d2ca1191551c49ac3b4a78a747f5a8c8416487"
4547-
integrity sha512-lFhCz0ayiNcaL7PhvbM0Ac5PIwwtBPFaITx+7j6ObTnOXBygl9G3HhaoIjlCWUvmvT1//HmFvCH23+vQ/lwz+Q==
4544+
4545+
version "1.34.3"
4546+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.34.3.tgz#0eb0be5b8d96ad26e88c2ea33ef019fc33fb0839"
4547+
integrity sha512-oAn6WF3eKO7fmwoszJ3iRV/jrfy5K5wOHbFi5NB+JQ75ykCU2VhRpErKqpNCl/Wcgcy06huxq719UJZYW+TIRQ==
45484548
dependencies:
45494549
"@heroku/linewrap" "^1.0.0"
45504550
ansi-escapes "^3.0.0"
@@ -4580,7 +4580,7 @@ [email protected]:
45804580
mkdirp "^0.5.1"
45814581
opn "^5.1.0"
45824582
prisma-json-schema "0.1.3"
4583-
prisma-yml "1.34.2"
4583+
prisma-yml "1.34.3"
45844584
raven "2.6.4"
45854585
rwlockfile "^1.4.8"
45864586
scuid "^1.0.2"
@@ -4592,27 +4592,6 @@ [email protected]:
45924592
treeify "^1.0.1"
45934593
update-notifier "^2.3.0"
45944594

4595-
4596-
version "1.34.2"
4597-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.2.tgz#a4fb1f4ffb033e6231b234dced0ccab3f0f9d9fc"
4598-
integrity sha512-U5m2UjCf+Q/acw0Bwe5oSRTiUowK8N9Cmt62UFg4ZnDYB/iD6/eW7nD2HmqcRXWFdplfgDESztJlnEk/D6A77Q==
4599-
dependencies:
4600-
"@types/node" "^10.12.0"
4601-
"@types/prettier" "^1.13.2"
4602-
debug "^4.1.0"
4603-
flow-bin "^0.87.0"
4604-
graphql-tag "^2.10.0"
4605-
http-link-dataloader "^0.1.6"
4606-
jsonwebtoken "^8.3.0"
4607-
lodash.flatten "^4.4.0"
4608-
prettier "1.16.4"
4609-
prisma-datamodel "1.34.2"
4610-
prisma-generate-schema "1.34.2"
4611-
subscriptions-transport-ws "^0.9.15"
4612-
uppercamelcase "^3.0.0"
4613-
ws "^6.1.0"
4614-
zen-observable "^0.8.10"
4615-
46164595
46174596
version "1.34.3"
46184597
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.3.tgz#c504e386346875bd9807b03a083dde91937664f6"
@@ -4634,15 +4613,6 @@ [email protected]:
46344613
ws "^6.1.0"
46354614
zen-observable "^0.8.10"
46364615

4637-
4638-
version "1.34.2"
4639-
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.2.tgz#b8e89c4fa5481fb54efa869147c1201e668e0ac1"
4640-
integrity sha512-ul78OnwLeJukII3Hc9Cv17KAM1qpdb/CQ7CvJKRjmlAKzmY006XvGo8r7EY9UqNtQlFuGSiSpCugy8+HSKfbrg==
4641-
dependencies:
4642-
graphql "^14.3.0"
4643-
pluralize "^7.0.0"
4644-
popsicle "10"
4645-
46464616
46474617
version "1.34.3"
46484618
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.3.tgz#932f97af3099ccc235a9f48c5d9e111751248c8e"
@@ -4652,10 +4622,10 @@ [email protected]:
46524622
pluralize "^7.0.0"
46534623
popsicle "10"
46544624

4655-
4656-
version "1.34.2"
4657-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.2.tgz#054b6877e098b9f3b88e0f550b229031f9448c23"
4658-
integrity sha512-n9G9+po+Kozyi4IWc76b5fw46FjkRSb3ojx1lLjnmf40NXqVDJPJceqKDRlrz/Xn50V78DjrMcWE1JzkktNxOg==
4625+
4626+
version "1.34.3"
4627+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.3.tgz#fc97e77f9fd4bf8e59e52528dfc701d2c2dc6e88"
4628+
integrity sha512-cVuZEYtCYswEwLgUwJHqBdy1Cq1cOek6MiqS+ZuqWey+M+QZAMucsJJ4pJmGFtlFe6QA8CdJknWoBeQR1wf7mA==
46594629
dependencies:
46604630
"@types/mongodb" "^3.1.14"
46614631
"@types/mysql" "^2.15.5"
@@ -4665,20 +4635,10 @@ [email protected]:
46654635
mysql "^2.16.0"
46664636
pg "^7.4.1"
46674637
pluralize "^7.0.0"
4668-
prisma-datamodel "1.34.2"
4669-
prisma-yml "1.34.2"
4638+
prisma-datamodel "1.34.3"
4639+
prisma-yml "1.34.3"
46704640
scuid "^1.0.2"
46714641

4672-
4673-
version "1.34.2"
4674-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.2.tgz#0d1e6fb51f8314a4dc4d83cdd780a2d8380a4511"
4675-
integrity sha512-kFYBZD0pES9GIrhqxMfSnwjN+CdfYTTJ7OEKuH0WzncS2bZ+ezGc9yTC/+JA6hqKaXlmvhIk9YWq1M4SeaVQ+g==
4676-
dependencies:
4677-
graphql "^14.3.0"
4678-
pluralize "^7.0.0"
4679-
popsicle "10"
4680-
prisma-datamodel "1.34.2"
4681-
46824642
46834643
version "1.34.3"
46844644
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.3.tgz#29e94235ef42b5e09514d1210a1a10db68308c78"
@@ -4718,10 +4678,10 @@ [email protected]:
47184678
scuid "^1.0.2"
47194679
yaml-ast-parser "^0.0.40"
47204680

4721-
4722-
version "1.34.2"
4723-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.2.tgz#6b5195d86fb0618d8d56e71e8433b480697968ac"
4724-
integrity sha512-13v8TGKgDJD3U1qkh5H/0jWhcv5zuBsdlxxRaopiaDU1PuBzdQa7lD3VwHauzIi4EK0U+RiNi0OxTBW3Ndf3nQ==
4681+
4682+
version "1.34.3"
4683+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.34.3.tgz#290e996e6749823941c896b4741918e66aa1e104"
4684+
integrity sha512-L9Z41tpdKRycNKE6pSpwOkNp+RiBApfPNV6H5ioGxcRChI9dfVZdTA3t7AWHM0uEJYEPSLcf5dqKv1eDy5Ew4g==
47254685
dependencies:
47264686
ajv "5"
47274687
bluebird "^3.5.1"
@@ -4742,14 +4702,14 @@ [email protected]:
47424702
scuid "^1.0.2"
47434703
yaml-ast-parser "^0.0.40"
47444704

4745-
4746-
version "1.34.2"
4747-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.2.tgz#f038d599be7e57adbe3354f52088ebf88471d72b"
4748-
integrity sha512-zNNGyKpWHbA+jZjmdgGVrwz4xJPJWEjGVOCS+YiQOXtkbyXP007FzRt4bGjuPaIi+CaJJZQ1sufHE4CExrf5Bw==
4705+
4706+
version "1.34.3"
4707+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.3.tgz#be3bc0313042ed19ad5eee92b93dcf687403a407"
4708+
integrity sha512-spevINuVlcqfNtYgv3VpOdytmNFpSANvrpkJ4bm7XKiGfHyCpJ0cD9SGQwTZQbLy+jKHwJYw/ZN3M6Bac28t+g==
47494709
dependencies:
47504710
fs-extra "^7.0.0"
4751-
prisma-cli-core "1.34.2"
4752-
prisma-cli-engine "1.34.2"
4711+
prisma-cli-core "1.34.3"
4712+
prisma-cli-engine "1.34.3"
47534713
semver "^5.4.1"
47544714
source-map-support "^0.4.18"
47554715

0 commit comments

Comments
 (0)