0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Bumped @tryghost/members-api for security patch

refs https://github.com/TryGhost/Ghost/commit/944c2cc9af

The original fix for this happened off of `main` on a separate branch for
v4.15.1 - the same was the case for the @tryghost/members-api package.

Because work happened on both packages in `main`, since the versions
that were patched, we needed to rebump the dependency here to include
the changes.
This commit is contained in:
Fabien O'Carroll 2021-09-23 12:18:08 +02:00
parent 57664696a4
commit 91907cd900
2 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@
"@tryghost/limit-service": "0.6.2",
"@tryghost/logging": "0.1.7",
"@tryghost/magic-link": "1.0.12",
"@tryghost/members-api": "1.37.5",
"@tryghost/members-api": "1.38.1",
"@tryghost/members-csv": "1.1.6",
"@tryghost/members-importer": "0.3.2",
"@tryghost/members-ssr": "1.0.13",

View file

@ -1552,10 +1552,10 @@
"@tryghost/domain-events" "^0.1.1"
"@tryghost/member-events" "^0.2.0"
"@tryghost/members-api@1.37.5":
version "1.37.5"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.37.5.tgz#4f85455dc56da821c94f54a75b8abf9ee48f8f97"
integrity sha512-0fiBlXLC+dYAR2UqRIdZ/t+JgtVIdoJhWyGGItg0C1Hx+ABIMBjN0Tx8VWlWrrUx8+DFVyTrMce3ugpXHUQuCA==
"@tryghost/members-api@1.38.1":
version "1.38.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.38.1.tgz#2629455d6ee311437b3596ed6913a3fd70a30dec"
integrity sha512-CLp8GRcGxagaxrxGU4kh0X7gIUnl3XvtAwaC7vcSOHK30ltNTB5pueq9S5FVuVhyiS5O6e0fPQcPNicVHL7kIA==
dependencies:
"@tryghost/debug" "^0.1.2"
"@tryghost/errors" "^0.2.9"