mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Bumped @tryghost/members-api to 0.14.2
d8acfba44a
- The bump is needed to handle plan nickname fallback with an actual value instead of empty string
This commit is contained in:
parent
d64efff9db
commit
995788f5a2
2 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@
|
|||
"@nexes/nql": "0.3.0",
|
||||
"@sentry/node": "5.12.3",
|
||||
"@tryghost/helpers": "1.1.22",
|
||||
"@tryghost/members-api": "0.14.1",
|
||||
"@tryghost/members-api": "0.14.2",
|
||||
"@tryghost/members-ssr": "0.7.4",
|
||||
"@tryghost/social-urls": "0.1.5",
|
||||
"@tryghost/string": "^0.1.3",
|
||||
|
|
|
@ -316,10 +316,10 @@
|
|||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@0.14.1":
|
||||
version "0.14.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.14.1.tgz#c30bc3af144593b130fd3b8d1fb72cd521e5cf18"
|
||||
integrity sha512-9bbJJ5pn/Jcorer/ApjTFS38t3iO3fOzYaJhzIpt0qDJ0R1wVoo9uCNFa5hPEjL+YiR1Emk9R5YDxhfc8wwDSw==
|
||||
"@tryghost/members-api@0.14.2":
|
||||
version "0.14.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.14.2.tgz#48804dcd0887a095f0debdb0a1d18a20efab1811"
|
||||
integrity sha512-mKAx6pIiFJQbugyxDKsh1s7/8U5DZoJXsJQRy4V2ztv2lwLuLwmrs6yk2ZzZ6NVU8VUnextxjftHeY53rpNp2Q==
|
||||
dependencies:
|
||||
"@tryghost/magic-link" "^0.4.0"
|
||||
bluebird "^3.5.4"
|
||||
|
|
Loading…
Add table
Reference in a new issue