mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/magic-link to v0.4.13
This commit is contained in:
parent
e227522e50
commit
4a67ed420a
2 changed files with 12 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
"@tryghost/kg-default-cards": "2.4.1",
|
||||
"@tryghost/kg-markdown-html-renderer": "2.0.1",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "3.0.1",
|
||||
"@tryghost/magic-link": "0.4.12",
|
||||
"@tryghost/magic-link": "0.4.13",
|
||||
"@tryghost/members-api": "0.25.1",
|
||||
"@tryghost/members-csv": "0.2.1",
|
||||
"@tryghost/members-ssr": "0.8.5",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -390,7 +390,17 @@
|
|||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^1.0.6"
|
||||
|
||||
"@tryghost/magic-link@0.4.12", "@tryghost/magic-link@^0.4.12":
|
||||
"@tryghost/magic-link@0.4.13":
|
||||
version "0.4.13"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.13.tgz#266940cec6f0fe837071621b43dfaa08f552d23c"
|
||||
integrity sha512-m5rz9rDEeRwrDePRiw/5t3D/yfDkqtvhjWNRUqL0NXhvD/m8f8soP1m1fY46JVaUd35xGDa4BQRnFhXerNId3w==
|
||||
dependencies:
|
||||
bluebird "^3.5.5"
|
||||
ghost-ignition "4.2.2"
|
||||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/magic-link@^0.4.12":
|
||||
version "0.4.12"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.12.tgz#3a4c6eeb5bf5c8420e006928ccc02da716ea4662"
|
||||
integrity sha512-sFwGd0x5FjBXfFBRLqLJSQCzluDf+dMsA2j2LUZV+iesPvT/P+fAcb3pwXQ6nohjl/aGYpR3N9/yj0AL3m2qrw==
|
||||
|
|
Loading…
Reference in a new issue