mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merged v4.3.1 into main
v4.3.1
This commit is contained in:
commit
0df8aac0cc
3 changed files with 7 additions and 7 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 09020e8fd04a8c32e3142406fb7343f98a61e93e
|
||||
Subproject commit 564843210670d3dbbfb119ff3347998947f76831
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"version": "4.3.0",
|
||||
"version": "4.3.1",
|
||||
"description": "The professional publishing platform",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "https://ghost.org",
|
||||
|
@ -58,7 +58,7 @@
|
|||
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
|
||||
"@tryghost/limit-service": "0.4.2",
|
||||
"@tryghost/magic-link": "1.0.2",
|
||||
"@tryghost/members-api": "1.3.0",
|
||||
"@tryghost/members-api": "1.3.1",
|
||||
"@tryghost/members-csv": "1.0.0",
|
||||
"@tryghost/members-ssr": "1.0.2",
|
||||
"@tryghost/mw-session-from-token": "0.1.19",
|
||||
|
|
|
@ -559,10 +559,10 @@
|
|||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@1.3.0":
|
||||
version "1.3.0"
|
||||
resolved "https://registry.npmjs.org/@tryghost/members-api/-/members-api-1.3.0.tgz#8792328144b8855fb44298bbd198e8f7ff21a454"
|
||||
integrity sha512-vXGwYivpLjxbZoPES1UL0awvh+ag87kt5F7aFx++qUKKaxxoIA9OFdKgDnuFfYi5S1jv++nA2C9HZ6pzTkcJzg==
|
||||
"@tryghost/members-api@1.3.1":
|
||||
version "1.3.1"
|
||||
resolved "https://registry.npmjs.org/@tryghost/members-api/-/members-api-1.3.1.tgz#5afba6a797b33f226561b5d3f772693b24e2dfc0"
|
||||
integrity sha512-PRVYaEcajtARoVNjvngBSb+2q1R875E1anqzXAmJ7M+kPsAh3ZdsNhFJnTb7wwMFdzuwhjMrNEl7/5iCOXRJUQ==
|
||||
dependencies:
|
||||
"@tryghost/errors" "^0.2.9"
|
||||
"@tryghost/magic-link" "^1.0.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue