0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Installed @tryghost/members-api@0.7.4

This includes fixes for the destory and update methods of members object
This commit is contained in:
Fabien O'Carroll 2019-10-02 15:18:27 +07:00
parent db51add380
commit 09daf832d9
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
"dependencies": {
"@nexes/nql": "0.3.0",
"@tryghost/helpers": "1.1.11",
"@tryghost/members-api": "0.7.2",
"@tryghost/members-api": "0.7.4",
"@tryghost/members-ssr": "0.5.2",
"@tryghost/social-urls": "0.1.2",
"@tryghost/string": "^0.1.3",

View file

@ -237,10 +237,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.7.2.tgz#5e1abb455cf18ee5d1bf6fe5e2459dd59879dae0"
integrity sha512-t1nQ8+uCzbam90gSsvlTUdje0/0A7UWCl2OCOb2m3tEGgVJoCPjkcKHH+wD0tskYWjwuMSeDgaLLzT12MaEZHg==
"@tryghost/members-api@0.7.4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.7.4.tgz#f635fccba5e0026c714a19a2ab03b367930440c5"
integrity sha512-jixKn+WKefLKsiyEj4DD9FKqxZ7ejGoVVCG/KO6l3JxzvUG7s36hLX3AYq1OngdmwxtdMUBP/QuYcHAvU2d1mw==
dependencies:
"@tryghost/magic-link" "^0.2.0"
bluebird "^3.5.4"