Skip to content

Commit 42d87de

Browse files
committed
chore: update prisma
1 parent 0b97005 commit 42d87de

File tree

4 files changed

+324
-70
lines changed

4 files changed

+324
-70
lines changed

advanced/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"graphql-cli": "2.15.9",
1818
"nodemon": "1.17.3",
1919
"npm-run-all": "4.1.2",
20-
"prisma": "1.4.0"
20+
"prisma": "1.7.0"
2121
}
2222
}

advanced/server/yarn.lock

Lines changed: 162 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ adm-zip@^0.4.7:
116116
version "0.4.7"
117117
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.7.tgz#8606c2cbf1c426ce8c8ec00174447fd49b6eafc1"
118118

119+
agent-base@4, agent-base@^4.1.0:
120+
version "4.2.0"
121+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.0.tgz#9838b5c3392b962bad031e6a4c5e1024abec45ce"
122+
dependencies:
123+
es6-promisify "^5.0.0"
124+
119125
ajv-keywords@^2.1.0:
120126
version "2.1.1"
121127
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
@@ -596,6 +602,10 @@ buffer-equal-constant-time@1.0.1:
596602
version "1.0.1"
597603
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
598604

605+
buffer-writer@1.0.1:
606+
version "1.0.1"
607+
resolved "https://registry.yarnpkg.com/buffer-writer/-/buffer-writer-1.0.1.tgz#22a936901e3029afcd7547eb4487ceb697a3bf08"
608+
599609
buffer@4.9.1:
600610
version "4.9.1"
601611
resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298"
@@ -1053,7 +1063,7 @@ debug@2.6.9, debug@^2.1.1, debug@^2.2.0, debug@^2.3.3:
10531063
dependencies:
10541064
ms "2.0.0"
10551065

1056-
debug@^3.0.0, debug@^3.1.0:
1066+
debug@3.1.0, debug@^3.0.0, debug@^3.1.0:
10571067
version "3.1.0"
10581068
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
10591069
dependencies:
@@ -1315,10 +1325,20 @@ es-to-primitive@^1.1.1:
13151325
is-date-object "^1.0.1"
13161326
is-symbol "^1.0.1"
13171327

1328+
es6-promise@^4.0.3:
1329+
version "4.2.4"
1330+
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.4.tgz#dc4221c2b16518760bd8c39a52d8f356fc00ed29"
1331+
13181332
es6-promise@^4.1.1:
13191333
version "4.2.2"
13201334
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.2.tgz#f722d7769af88bd33bc13ec6605e1f92966b82d9"
13211335

1336+
es6-promisify@^5.0.0:
1337+
version "5.0.0"
1338+
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
1339+
dependencies:
1340+
es6-promise "^4.0.3"
1341+
13221342
escape-html@~1.0.3:
13231343
version "1.0.3"
13241344
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -2399,6 +2419,13 @@ http-link-dataloader@^0.1.2:
23992419
cross-fetch "2.0.0"
24002420
dataloader "^1.4.0"
24012421

2422+
http-proxy-agent@^2.1.0:
2423+
version "2.1.0"
2424+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405"
2425+
dependencies:
2426+
agent-base "4"
2427+
debug "3.1.0"
2428+
24022429
http-signature@~1.1.0:
24032430
version "1.1.1"
24042431
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf"
@@ -2415,6 +2442,13 @@ http-signature@~1.2.0:
24152442
jsprim "^1.2.2"
24162443
sshpk "^1.7.0"
24172444

2445+
https-proxy-agent@^2.2.1:
2446+
version "2.2.1"
2447+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
2448+
dependencies:
2449+
agent-base "^4.1.0"
2450+
debug "^3.1.0"
2451+
24182452
iconv-lite@0.4.19, iconv-lite@^0.4.17, iconv-lite@^0.4.8, iconv-lite@~0.4.13:
24192453
version "0.4.19"
24202454
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
@@ -2468,21 +2502,20 @@ inquirer@5.1.0:
24682502
strip-ansi "^4.0.0"
24692503
through "^2.3.6"
24702504

2471-
inquirer@^3.3.0:
2472-
version "3.3.0"
2473-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
2505+
inquirer@^5.2.0:
2506+
version "5.2.0"
2507+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726"
24742508
dependencies:
24752509
ansi-escapes "^3.0.0"
24762510
chalk "^2.0.0"
24772511
cli-cursor "^2.1.0"
24782512
cli-width "^2.0.0"
2479-
external-editor "^2.0.4"
2513+
external-editor "^2.1.0"
24802514
figures "^2.0.0"
24812515
lodash "^4.3.0"
24822516
mute-stream "0.0.7"
24832517
run-async "^2.2.0"
2484-
rx-lite "^4.0.8"
2485-
rx-lite-aggregates "^4.0.8"
2518+
rxjs "^5.5.2"
24862519
string-width "^2.1.0"
24872520
strip-ansi "^4.0.0"
24882521
through "^2.3.6"
@@ -2804,6 +2837,10 @@ js-base64@^2.3.2:
28042837
version "2.4.2"
28052838
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.2.tgz#1896da010ef8862f385d8887648e9b6dc4a7a2e9"
28062839

2840+
js-string-escape@1.0.1:
2841+
version "1.0.1"
2842+
resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef"
2843+
28072844
js-yaml@^3.10.0, js-yaml@^3.8.4, js-yaml@^3.9.0, js-yaml@^3.9.1:
28082845
version "3.10.0"
28092846
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
@@ -3672,6 +3709,10 @@ package-json@^4.0.0:
36723709
registry-url "^3.0.3"
36733710
semver "^5.1.0"
36743711

3712+
packet-reader@0.3.1:
3713+
version "0.3.1"
3714+
resolved "https://registry.yarnpkg.com/packet-reader/-/packet-reader-0.3.1.tgz#cd62e60af8d7fea8a705ec4ff990871c46871f27"
3715+
36753716
parse-github-url@^1.0.2:
36763717
version "1.0.2"
36773718
resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395"
@@ -3780,6 +3821,42 @@ performance-now@^2.1.0:
37803821
version "2.1.0"
37813822
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
37823823

3824+
pg-connection-string@0.1.3:
3825+
version "0.1.3"
3826+
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-0.1.3.tgz#da1847b20940e42ee1492beaf65d49d91b245df7"
3827+
3828+
pg-pool@~2.0.3:
3829+
version "2.0.3"
3830+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-2.0.3.tgz#c022032c8949f312a4f91fb6409ce04076be3257"
3831+
3832+
pg-types@~1.12.1:
3833+
version "1.12.1"
3834+
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-1.12.1.tgz#d64087e3903b58ffaad279e7595c52208a14c3d2"
3835+
dependencies:
3836+
postgres-array "~1.0.0"
3837+
postgres-bytea "~1.0.0"
3838+
postgres-date "~1.0.0"
3839+
postgres-interval "^1.1.0"
3840+
3841+
pg@^7.4.1:
3842+
version "7.4.1"
3843+
resolved "https://registry.yarnpkg.com/pg/-/pg-7.4.1.tgz#f3411c8ddf9f692322fe05e7017a1888e47f78f1"
3844+
dependencies:
3845+
buffer-writer "1.0.1"
3846+
js-string-escape "1.0.1"
3847+
packet-reader "0.3.1"
3848+
pg-connection-string "0.1.3"
3849+
pg-pool "~2.0.3"
3850+
pg-types "~1.12.1"
3851+
pgpass "1.x"
3852+
semver "4.3.2"
3853+
3854+
pgpass@1.x:
3855+
version "1.0.2"
3856+
resolved "https://registry.yarnpkg.com/pgpass/-/pgpass-1.0.2.tgz#2a7bb41b6065b67907e91da1b07c1847c877b306"
3857+
dependencies:
3858+
split "^1.0.0"
3859+
37833860
pify@^2.0.0, pify@^2.3.0:
37843861
version "2.3.0"
37853862
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -3810,6 +3887,24 @@ posix-character-classes@^0.1.0:
38103887
version "0.1.1"
38113888
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
38123889

3890+
postgres-array@~1.0.0:
3891+
version "1.0.2"
3892+
resolved "https://registry.yarnpkg.com/postgres-array/-/postgres-array-1.0.2.tgz#8e0b32eb03bf77a5c0a7851e0441c169a256a238"
3893+
3894+
postgres-bytea@~1.0.0:
3895+
version "1.0.0"
3896+
resolved "https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz#027b533c0aa890e26d172d47cf9ccecc521acd35"
3897+
3898+
postgres-date@~1.0.0:
3899+
version "1.0.3"
3900+
resolved "https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.3.tgz#e2d89702efdb258ff9d9cee0fe91bd06975257a8"
3901+
3902+
postgres-interval@^1.1.0:
3903+
version "1.1.1"
3904+
resolved "https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.1.1.tgz#acdb0f897b4b1c6e496d9d4e0a853e1c428f06f0"
3905+
dependencies:
3906+
xtend "^4.0.0"
3907+
38133908
prepend-http@^1.0.1:
38143909
version "1.0.4"
38153910
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
@@ -3833,9 +3928,9 @@ prisma-binding@1.5.17:
38333928
jsonwebtoken "^8.1.0"
38343929
subscriptions-transport-ws "0.9.6"
38353930

3836-
prisma-cli-core@1.0.26:
3837-
version "1.0.26"
3838-
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.0.26.tgz#0e294ce23f1bef36e21c648fab504d9950ec00c3"
3931+
prisma-cli-core@1.0.36:
3932+
version "1.0.36"
3933+
resolved "https://registry.yarnpkg.com/prisma-cli-core/-/prisma-cli-core-1.0.36.tgz#f0b9bab06f60c0b056f78b33bca5dfc61557bd69"
38393934
dependencies:
38403935
adm-zip "^0.4.7"
38413936
archiver "^2.0.3"
@@ -3853,7 +3948,7 @@ prisma-cli-core@1.0.26:
38533948
graphql "^0.13.1"
38543949
graphql-cli "2.15.7"
38553950
graphql-config "^2.0.1"
3856-
inquirer "^3.3.0"
3951+
inquirer "^5.2.0"
38573952
isomorphic-fetch "^2.2.1"
38583953
js-yaml "^3.9.1"
38593954
jwt-decode "^2.2.0"
@@ -3865,8 +3960,9 @@ prisma-cli-core@1.0.26:
38653960
opn "^5.1.0"
38663961
pause "^0.1.0"
38673962
portfinder "^1.0.13"
3868-
prisma-json-schema "^0.0.1"
3869-
prisma-yml "1.0.35"
3963+
prisma-db-introspection "0.0.2"
3964+
prisma-json-schema "0.0.4"
3965+
prisma-yml "1.0.47"
38703966
scuid "^1.0.2"
38713967
semver "^5.4.1"
38723968
sillyname "^0.1.0"
@@ -3875,9 +3971,9 @@ prisma-cli-core@1.0.26:
38753971
util.promisify "^1.0.0"
38763972
validator "^8.2.0"
38773973

3878-
prisma-cli-engine@1.0.24:
3879-
version "1.0.24"
3880-
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.0.24.tgz#a9a1be3129d45bba12180cf745cd9908ad52c2dc"
3974+
prisma-cli-engine@1.0.36:
3975+
version "1.0.36"
3976+
resolved "https://registry.yarnpkg.com/prisma-cli-engine/-/prisma-cli-engine-1.0.36.tgz#839e61e7c583a72058b09b29dc99ea30de3a3534"
38813977
dependencies:
38823978
"@heroku/linewrap" "^1.0.0"
38833979
ajv "5"
@@ -3895,8 +3991,8 @@ prisma-cli-engine@1.0.24:
38953991
figures "^2.0.0"
38963992
find-up "^2.1.0"
38973993
fs-extra "^5.0.0"
3898-
graphcool-inquirer "^1.0.3"
38993994
graphql-request "^1.5.0"
3995+
inquirer "^5.2.0"
39003996
isomorphic-fetch "^2.2.1"
39013997
jsonwebtoken "^8.1.0"
39023998
klaw-sync "^3.0.0"
@@ -3918,8 +4014,8 @@ prisma-cli-engine@1.0.24:
39184014
marked-terminal "^2.0.0"
39194015
memfs "^2.5.3"
39204016
opn "^5.1.0"
3921-
prisma-json-schema "^0.0.1"
3922-
prisma-yml "1.0.35"
4017+
prisma-json-schema "0.0.4"
4018+
prisma-yml "1.0.47"
39234019
raven "2.3.0"
39244020
replaceall "^0.1.6"
39254021
rwlockfile "^1.4.8"
@@ -3933,7 +4029,32 @@ prisma-cli-engine@1.0.24:
39334029
treeify "^1.0.1"
39344030
update-notifier "^2.3.0"
39354031
validator "^8.2.0"
3936-
yaml-ast-parser "^0.0.34"
4032+
4033+
prisma-db-introspection@0.0.2:
4034+
version "0.0.2"
4035+
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-0.0.2.tgz#c9426c5168bdc61e653e84e05f74daa760a351a3"
4036+
dependencies:
4037+
ajv "5"
4038+
bluebird "^3.5.1"
4039+
chalk "^2.3.0"
4040+
debug "^3.1.0"
4041+
dotenv "^4.0.0"
4042+
fs-extra "^5.0.0"
4043+
graphql-request "^1.5.0"
4044+
isomorphic-fetch "^2.2.1"
4045+
js-yaml "^3.10.0"
4046+
json-stable-stringify "^1.0.1"
4047+
jsonwebtoken "^8.1.0"
4048+
lodash "^4.17.4"
4049+
pg "^7.4.1"
4050+
prisma-json-schema "^0.0.1"
4051+
replaceall "^0.1.6"
4052+
scuid "^1.0.2"
4053+
yaml-ast-parser "^0.0.40"
4054+
4055+
prisma-json-schema@0.0.4:
4056+
version "0.0.4"
4057+
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.4.tgz#4ecee29c351e382fb833dad83a38c62961380458"
39374058

39384059
prisma-json-schema@^0.0.1:
39394060
version "0.0.1"
@@ -3960,9 +4081,9 @@ prisma-yml@1.0.28:
39604081
scuid "^1.0.2"
39614082
yaml-ast-parser "^0.0.40"
39624083

3963-
prisma-yml@1.0.35:
3964-
version "1.0.35"
3965-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.35.tgz#9edb351600fdb56a7a3f8deccc1fe1eebf0f9c62"
4084+
prisma-yml@1.0.47:
4085+
version "1.0.47"
4086+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.47.tgz#e7ae47eaf6c53a690471eec4d1edabea63386c06"
39664087
dependencies:
39674088
ajv "5"
39684089
bluebird "^3.5.1"
@@ -3971,23 +4092,25 @@ prisma-yml@1.0.35:
39714092
dotenv "^4.0.0"
39724093
fs-extra "^5.0.0"
39734094
graphql-request "^1.5.0"
4095+
http-proxy-agent "^2.1.0"
4096+
https-proxy-agent "^2.2.1"
39744097
isomorphic-fetch "^2.2.1"
39754098
js-yaml "^3.10.0"
39764099
json-stable-stringify "^1.0.1"
39774100
jsonwebtoken "^8.1.0"
39784101
lodash "^4.17.4"
3979-
prisma-json-schema "^0.0.1"
4102+
prisma-json-schema "0.0.4"
39804103
replaceall "^0.1.6"
39814104
scuid "^1.0.2"
39824105
yaml-ast-parser "^0.0.40"
39834106

3984-
prisma@1.4.0:
3985-
version "1.4.0"
3986-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.4.0.tgz#d7432cef93a75be30af357df2f53819d5ee1c7f3"
4107+
prisma@1.7.0:
4108+
version "1.7.0"
4109+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.7.0.tgz#6138a559ac5682647fcde1dc17f82b7dcdea9e61"
39874110
dependencies:
39884111
fs-extra "^5.0.0"
3989-
prisma-cli-core "1.0.26"
3990-
prisma-cli-engine "1.0.24"
4112+
prisma-cli-core "1.0.36"
4113+
prisma-cli-engine "1.0.36"
39914114
semver "^5.4.1"
39924115
source-map-support "^0.4.18"
39934116

@@ -4365,6 +4488,10 @@ semver-diff@^2.0.0:
43654488
version "5.5.0"
43664489
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
43674490

4491+
semver@4.3.2:
4492+
version "4.3.2"
4493+
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.2.tgz#c7a07158a80bedd052355b770d82d6640f803be7"
4494+
43684495
send@0.16.1:
43694496
version "0.16.1"
43704497
resolved "https://registry.yarnpkg.com/send/-/send-0.16.1.tgz#a70e1ca21d1382c11d0d9f6231deb281080d7ab3"
@@ -4631,6 +4758,12 @@ split@0.3:
46314758
dependencies:
46324759
through "2"
46334760

4761+
split@^1.0.0:
4762+
version "1.0.1"
4763+
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
4764+
dependencies:
4765+
through "2"
4766+
46344767
sprintf-js@~1.0.2:
46354768
version "1.0.3"
46364769
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -5221,10 +5354,6 @@ yallist@^2.1.2:
52215354
version "2.1.2"
52225355
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
52235356

5224-
yaml-ast-parser@^0.0.34:
5225-
version "0.0.34"
5226-
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.34.tgz#d00f3cf9d773b7241409ae92a6740d1db19f49e6"
5227-
52285357
yaml-ast-parser@^0.0.40:
52295358
version "0.0.40"
52305359
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.40.tgz#08536d4e73d322b1c9ce207ab8dd70e04d20ae6e"

0 commit comments

Comments
 (0)