Skip to content

Commit 459e1a3

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency prisma to v1.22.2
1 parent 9f19060 commit 459e1a3

File tree

2 files changed

+29
-58
lines changed

2 files changed

+29
-58
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.7",
3131
"npm-run-all": "4.1.5",
32-
"prisma": "1.22.1",
32+
"prisma": "1.22.2",
3333
"ts-node": "7.0.1",
3434
"typescript": "3.2.2"
3535
},

yarn.lock

Lines changed: 28 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -4320,10 +4320,10 @@ [email protected]:
43204320
subscriptions-transport-ws "0.9.15"
43214321
yargs "12.0.5"
43224322

4323-
4324-
version "1.22.1"
4325-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.22.1.tgz#b798961bf82bb0c8088965c81193e9599826a8c7"
4326-
integrity sha512-j/s753JYfbxvYVqH9y1HTZCBkggKl0KeH8zZJS2ZZDTfcNGXYIqF38MlN/MY9vcL/qyl+gdfl/ymX4k0UScqTg==
4323+
4324+
version "1.22.2"
4325+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.22.2.tgz#4d871452394f3d9b5c80c2bb34a61961b90d3dd9"
4326+
integrity sha512-lx74IYR3G1WrpPL1kp10blbQ/o1Nv/KU11+ZGVEGJ/CzX8uKFAkl+EzvnZztVUBQOuW2vwOpito5wI9kVnGo6w==
43274327
dependencies:
43284328
adm-zip "^0.4.7"
43294329
archiver "^2.0.3"
@@ -4349,19 +4349,19 @@ [email protected]:
43494349
node-forge "^0.7.1"
43504350
npm-run "4.1.2"
43514351
opn "^5.1.0"
4352-
prisma-client-lib "1.22.1"
4353-
prisma-db-introspection "1.22.1"
4354-
prisma-generate-schema "1.22.1"
4355-
prisma-yml "1.22.1"
4352+
prisma-client-lib "1.22.2"
4353+
prisma-db-introspection "1.22.2"
4354+
prisma-generate-schema "1.22.2"
4355+
prisma-yml "1.22.2"
43564356
scuid "^1.0.2"
43574357
sillyname "^0.1.0"
43584358
source-map-support "^0.4.18"
43594359
table "^4.0.1"
43604360

4361-
4362-
version "1.22.1"
4363-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.22.1.tgz#45928283371c5e5f220ad2f8dec6a2a564555347"
4364-
integrity sha512-LsBqu6X3TgA0IYvFETnyCTckwKOLLP0fR5fwVcSz4Hh+n3JvTAZ5KBFiLqLpVyHr0SiazNlim2rrr7OCA2as/A==
4361+
4362+
version "1.22.2"
4363+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.22.2.tgz#671f93ece94298acf6c9b7bf3f30c684c0a52e63"
4364+
integrity sha512-0vDpBNq8eLu1KcmN/BwRbHHGO1gJN+0fO5LKPrOZINx/NYjCROl+KqY2yJdSsy6VHDSUeTntpjURnAT/nUddmg==
43654365
dependencies:
43664366
"@heroku/linewrap" "^1.0.0"
43674367
ansi-escapes "^3.0.0"
@@ -4396,7 +4396,7 @@ [email protected]:
43964396
mkdirp "^0.5.1"
43974397
opn "^5.1.0"
43984398
prisma-json-schema "0.1.3"
4399-
prisma-yml "1.22.1"
4399+
prisma-yml "1.22.2"
44004400
raven "2.6.4"
44014401
rwlockfile "^1.4.8"
44024402
scuid "^1.0.2"
@@ -4408,26 +4408,6 @@ [email protected]:
44084408
treeify "^1.0.1"
44094409
update-notifier "^2.3.0"
44104410

4411-
4412-
version "1.22.1"
4413-
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.22.1.tgz#54f83e9b155fcc7fa4587f4faddebbb56937bc78"
4414-
integrity sha512-gP0sJNkSduIV36dkjOkykam2Rt0SsJnRTsfLA6M/wIXj+Bfaj1KGC1e3DZxtuwO0hpnRguveX+LvfEMSZBUgWg==
4415-
dependencies:
4416-
"@types/node" "^10.12.0"
4417-
"@types/prettier" "^1.13.2"
4418-
debug "^4.1.0"
4419-
flow-bin "^0.87.0"
4420-
graphql-tag "^2.10.0"
4421-
http-link-dataloader "^0.1.6"
4422-
jsonwebtoken "^8.3.0"
4423-
lodash.flatten "^4.4.0"
4424-
prettier "^1.14.3"
4425-
prisma-generate-schema "1.22.1"
4426-
subscriptions-transport-ws "^0.9.15"
4427-
uppercamelcase "^3.0.0"
4428-
ws "^6.1.0"
4429-
zen-observable "^0.8.10"
4430-
44314411
44324412
version "1.22.2"
44334413
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.22.2.tgz#e429d78f9514b79fcefe0cec1785f4dd3146530e"
@@ -4448,28 +4428,19 @@ [email protected]:
44484428
ws "^6.1.0"
44494429
zen-observable "^0.8.10"
44504430

4451-
4452-
version "1.22.1"
4453-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.22.1.tgz#dfd338df65b5394cfbe6e29703d1ff8c92aaca5c"
4454-
integrity sha512-QAklWqOmkyT7Ybq8SfaW66D0XL471l3A0grbFjjOr5Xr7cqW4zw+Y8EmtLS5zUp5YuzTkYBW3ZZ3ziCCKl6ykQ==
4431+
4432+
version "1.22.2"
4433+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.22.2.tgz#d214df4188564546e4499ff3b33f879e751a82cc"
4434+
integrity sha512-N7KZ4m4ypVG5PMEQa3KS8fN5fCdhV6H+82aNoFV7M0KIV0dGSIcngxdMNZ/XVkXNdaYLCiS/W/h7liJYDPuKdA==
44554435
dependencies:
44564436
graphql-request "^1.5.0"
44574437
lodash "^4.17.4"
44584438
pg "^7.4.1"
44594439
pluralize "^7.0.0"
4460-
prisma-yml "1.22.1"
4440+
prisma-yml "1.22.2"
44614441
scuid "^1.0.2"
44624442
uppercamelcase "^3.0.0"
44634443

4464-
4465-
version "1.22.1"
4466-
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.22.1.tgz#6b01736f4a91e3bd9fdffeda25d91ba4d381bdc0"
4467-
integrity sha512-2fYyX4FjdpIrbvFtNIHDTvCIlMA7vyOZ2kRogTR7NxITgso/yctUeZ4a1OHI2X8LQMrPKgDXc62fQmn/+QQpkQ==
4468-
dependencies:
4469-
graphql "^14.0.2"
4470-
pluralize "^7.0.0"
4471-
popsicle "10"
4472-
44734444
44744445
version "1.22.2"
44754446
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.22.2.tgz#eacc33e0e819155a6a5457f03b3a29e63b9ef787"
@@ -4508,10 +4479,10 @@ [email protected]:
45084479
scuid "^1.0.2"
45094480
yaml-ast-parser "^0.0.40"
45104481

4511-
4512-
version "1.22.1"
4513-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.22.1.tgz#c53620a52dc6579bf6f78d10094a74553bf97cad"
4514-
integrity sha512-4kmbVKJnEjGvKdu7sqatz0HGjsaoo/a6/BeNnLdNhcpf2t5cHBcJZSTIGuQ45QpsJ35lU/nP/o5prUprMf0qpw==
4482+
4483+
version "1.22.2"
4484+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.22.2.tgz#775cfcecfa1b668c9270a27e5b336dfbbfbd93c8"
4485+
integrity sha512-E/MraW36Wbj6T20UhLHJmXIQKyBr+hPuvYA6u2mE4s+jxkcmzW9zgwc+JL6XVpO7sW/9WOY1GIKWD8bdcmjSEQ==
45154486
dependencies:
45164487
ajv "5"
45174488
bluebird "^3.5.1"
@@ -4532,14 +4503,14 @@ [email protected]:
45324503
scuid "^1.0.2"
45334504
yaml-ast-parser "^0.0.40"
45344505

4535-
4536-
version "1.22.1"
4537-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.22.1.tgz#8bc15e93d9d0fb2ef3885bcd1566c53d8a7cbdf1"
4538-
integrity sha512-aPIvi8M1WhOg93AbzdexlPqjoy6amRDsMA+j9ppRY89FXdu2g77049owgJUB/ptw1zVjT25Dvr8DnDS40kKDHA==
4506+
4507+
version "1.22.2"
4508+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.22.2.tgz#4e78e8c9245d6a6d81ff119e1c7ca46e5ad36074"
4509+
integrity sha512-ViE5CEfU/kTOC03FS66E0ILtdPMiqbhd2jzGGcnTQn1JsTAx5OFzXqRt4gSUJtxGlBuJ8UV87sQbCTKs24lObA==
45394510
dependencies:
45404511
fs-extra "^7.0.0"
4541-
prisma-cli-core "1.22.1"
4542-
prisma-cli-engine "1.22.1"
4512+
prisma-cli-core "1.22.2"
4513+
prisma-cli-engine "1.22.2"
45434514
semver "^5.4.1"
45444515
source-map-support "^0.4.18"
45454516

0 commit comments

Comments
 (0)