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

🐛 Fixed 500 error when creating Products

refs https://github.com/TryGhost/Team/issues/919

This version of @tryghost/members-api has a patch to the loading of the
benefits relation for products, which previously was erroring and
causing a 500 error.
This commit is contained in:
Fabien O'Carroll 2021-07-20 13:22:21 +01:00
parent 264fb51a87
commit ba7ddc88c1
2 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@
"@tryghost/limit-service": "0.6.1",
"@tryghost/logging": "0.1.4",
"@tryghost/magic-link": "1.0.7",
"@tryghost/members-api": "1.22.0",
"@tryghost/members-api": "1.22.1",
"@tryghost/members-csv": "1.1.2",
"@tryghost/members-ssr": "1.0.8",
"@tryghost/mw-session-from-token": "0.1.22",

View file

@ -823,10 +823,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@1.22.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.22.0.tgz#2309d5f562c2c84783cf5470b0e336eb624264ea"
integrity sha512-zZ6th/zugVuL3iIFUWrBVy9HhZG5gjTOWSNO6rMJbt7pugzCuwJiYgk0BR9j6uuEkNhc9BAju6a24WnP3Tg+WQ==
"@tryghost/members-api@1.22.1":
version "1.22.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.22.1.tgz#c8000bca7a9cfb73c84cd2bc79ac5a6f5707863d"
integrity sha512-1knevHQOryiYaeWNmZPyo5Qpo5vpGUgm8ZsbyWN7lYUAZDtrs5Nz3jooL3GbfrTOXb0ZAPpDHB77roWBZgGugg==
dependencies:
"@tryghost/debug" "^0.1.2"
"@tryghost/errors" "^0.2.9"