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.10
This commit is contained in:
parent
c5d360e647
commit
60940253ad
2 changed files with 12 additions and 2 deletions
|
@ -51,7 +51,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.9",
|
||||
"@tryghost/magic-link": "0.4.10",
|
||||
"@tryghost/members-api": "0.23.0",
|
||||
"@tryghost/members-csv": "0.2.0",
|
||||
"@tryghost/members-ssr": "0.8.1",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -476,7 +476,17 @@
|
|||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^0.1.8"
|
||||
|
||||
"@tryghost/magic-link@0.4.9", "@tryghost/magic-link@^0.4.9":
|
||||
"@tryghost/magic-link@0.4.10":
|
||||
version "0.4.10"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.10.tgz#e772d5cb6461baa89b2abcb5325dbb869ae03615"
|
||||
integrity sha512-5DKuXdgAmEVkh4iD6pz1gGkU8iLhvniaLSY7yuoZRaQtmnryvM7jWJouJCmJr66aRh5Eys4vkE8sqTY6f4mjog==
|
||||
dependencies:
|
||||
bluebird "^3.5.5"
|
||||
ghost-ignition "^3.1.0"
|
||||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/magic-link@^0.4.9":
|
||||
version "0.4.9"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.9.tgz#fa8d818d52dd9cd845c7bc356f3da63839ff8580"
|
||||
integrity sha512-TqldmkwdZSugtWmzTHFR1NfEiQT3J8Uzmyxjgh9+Kj+AZYi7Icx2AxR3dwgnasFCtV286a3/lpIzPOW+5yWn+g==
|
||||
|
|
Loading…
Reference in a new issue