mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed incorrect id used for updating portal product setting
no refs - bumps members-api package to use correct id for setting while updating value for portal_products
This commit is contained in:
parent
9146e3c4c3
commit
6309764f11
2 changed files with 5 additions and 5 deletions
|
@ -80,7 +80,7 @@
|
|||
"@tryghost/limit-service": "1.0.9",
|
||||
"@tryghost/logging": "2.0.2",
|
||||
"@tryghost/magic-link": "1.0.17",
|
||||
"@tryghost/members-api": "4.8.12",
|
||||
"@tryghost/members-api": "4.8.13",
|
||||
"@tryghost/members-importer": "0.5.0",
|
||||
"@tryghost/members-offers": "0.10.6",
|
||||
"@tryghost/members-ssr": "1.0.19",
|
||||
|
|
|
@ -1551,10 +1551,10 @@
|
|||
"@tryghost/domain-events" "^0.1.6"
|
||||
"@tryghost/member-events" "^0.3.4"
|
||||
|
||||
"@tryghost/members-api@4.8.12":
|
||||
version "4.8.12"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.8.12.tgz#b878ac8f1642a0bf79b9011fcfb43ee2c28ac4c6"
|
||||
integrity sha512-Dj/l6lpPdWajrz8Idk6knk9z8jCmYdahguJSCXHfhnyPlkfFeLRpLFopFF2zd8P0flrwaYhGwHz76jz4RU6nbQ==
|
||||
"@tryghost/members-api@4.8.13":
|
||||
version "4.8.13"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.8.13.tgz#080a460ad154d7bb4965f4fb577479d4e19018ed"
|
||||
integrity sha512-IIr1O3Yi52bBVV0aO/TxCwGD/JCHv7TT82PuCUt74b6Bq0IvCWz7iQXT80s2Sn8sTofhmIqzYLsSATYlhvJ79Q==
|
||||
dependencies:
|
||||
"@nexes/nql" "^0.6.0"
|
||||
"@tryghost/debug" "^0.1.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue