2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Installed @tryghost/members-api@0.10.1

no-issue

Fixes issue with Stripe webhooks when running on localhost url
This commit is contained in:
Fabien O'Carroll 2019-12-09 14:33:04 +02:00
parent 75e8caa76c
commit 5997343279
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.19",
"@tryghost/members-api": "0.10.0",
"@tryghost/members-api": "0.10.1",
"@tryghost/members-ssr": "0.7.3",
"@tryghost/social-urls": "0.1.4",
"@tryghost/string": "^0.1.3",

View file

@ -237,10 +237,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.10.0.tgz#4666faa6e215255ac682a45edbdee8d95aa99175"
integrity sha512-Y3vVQnrB0EHmYSxGNnm7XLXJcleUlYxW6fdjv7663D3FjxM0s4+PkDpEPA/JW18Z9jUS1zOvZoASNM0WTA0ddw==
"@tryghost/members-api@0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.10.1.tgz#07b37df38fb937ae99d491cb308bc2f18a2dfaf7"
integrity sha512-38dA8nVh3UTSJEDYKNKy98sQArokTrUoHTELEc2HddCrEhAkfezghQEDLikty8RQ9IQs4XpKh3q7JO4bQbK6Ww==
dependencies:
"@tryghost/magic-link" "^0.3.2"
bluebird "^3.5.4"