mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Bumbed @tryghost/members-api to 0.25.1
no-issue This contains an update which ensures that we do not insert orphaned rows into the database Includes code from: https://github.com/TryGhost/Members/pull/190
This commit is contained in:
parent
c46475f5be
commit
8ac1e91d8b
@ -52,7 +52,7 @@
|
||||
"@tryghost/kg-markdown-html-renderer": "2.0.1",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "3.0.1",
|
||||
"@tryghost/magic-link": "0.4.12",
|
||||
"@tryghost/members-api": "0.25.0",
|
||||
"@tryghost/members-api": "0.25.1",
|
||||
"@tryghost/members-csv": "0.2.1",
|
||||
"@tryghost/members-ssr": "0.8.3",
|
||||
"@tryghost/mw-session-from-token": "0.1.5",
|
||||
|
@ -407,10 +407,10 @@
|
||||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@0.25.0":
|
||||
version "0.25.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.25.0.tgz#34d00cc334c20700f563326db86521b3a6867414"
|
||||
integrity sha512-kM8I9ET3pPnt0VHMmeqvU6BSJwO+LQmAo6+pCzP5EnqkNLGRL3x9h1UigCL1dlnIor1Fb6hGgdxJS5yP9E4KHw==
|
||||
"@tryghost/members-api@0.25.1":
|
||||
version "0.25.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.25.1.tgz#b921f2b87e46f9a23811ab6bc7cf32042d82c722"
|
||||
integrity sha512-+Hu5ebp7JuLT+sNQ7mmajv1wpsseaw0kj38VABncAgChCrDl11tjs99FcV1IGZ1RCNaTS8OF8lOciEXB/MlKyw==
|
||||
dependencies:
|
||||
"@tryghost/magic-link" "^0.4.12"
|
||||
bluebird "^3.5.4"
|
||||
|
Loading…
Reference in New Issue
Block a user