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:
Fabien O'Carroll 2020-07-24 15:42:32 +02:00 committed by Fabien 'egg' O'Carroll
parent c46475f5be
commit 8ac1e91d8b
2 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@
"@tryghost/kg-markdown-html-renderer": "2.0.1", "@tryghost/kg-markdown-html-renderer": "2.0.1",
"@tryghost/kg-mobiledoc-html-renderer": "3.0.1", "@tryghost/kg-mobiledoc-html-renderer": "3.0.1",
"@tryghost/magic-link": "0.4.12", "@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-csv": "0.2.1",
"@tryghost/members-ssr": "0.8.3", "@tryghost/members-ssr": "0.8.3",
"@tryghost/mw-session-from-token": "0.1.5", "@tryghost/mw-session-from-token": "0.1.5",

View File

@ -407,10 +407,10 @@
jsonwebtoken "^8.5.1" jsonwebtoken "^8.5.1"
lodash "^4.17.15" lodash "^4.17.15"
"@tryghost/members-api@0.25.0": "@tryghost/members-api@0.25.1":
version "0.25.0" version "0.25.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.25.0.tgz#34d00cc334c20700f563326db86521b3a6867414" resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.25.1.tgz#b921f2b87e46f9a23811ab6bc7cf32042d82c722"
integrity sha512-kM8I9ET3pPnt0VHMmeqvU6BSJwO+LQmAo6+pCzP5EnqkNLGRL3x9h1UigCL1dlnIor1Fb6hGgdxJS5yP9E4KHw== integrity sha512-+Hu5ebp7JuLT+sNQ7mmajv1wpsseaw0kj38VABncAgChCrDl11tjs99FcV1IGZ1RCNaTS8OF8lOciEXB/MlKyw==
dependencies: dependencies:
"@tryghost/magic-link" "^0.4.12" "@tryghost/magic-link" "^0.4.12"
bluebird "^3.5.4" bluebird "^3.5.4"