0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency @tryghost/magic-link to v0.4.11

This commit is contained in:
Renovate Bot 2020-07-21 10:05:00 +00:00
parent 3d164d222b
commit 3f08443e26
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 13 additions and 3 deletions

View file

@ -51,7 +51,7 @@
"@tryghost/kg-default-cards": "2.4.1", "@tryghost/kg-default-cards": "2.4.1",
"@tryghost/kg-markdown-html-renderer": "2.0.1", "@tryghost/kg-markdown-html-renderer": "2.0.1",
"@tryghost/kg-mobiledoc-html-renderer": "3.0.1", "@tryghost/kg-mobiledoc-html-renderer": "3.0.1",
"@tryghost/magic-link": "0.4.10", "@tryghost/magic-link": "0.4.11",
"@tryghost/members-api": "0.24.0", "@tryghost/members-api": "0.24.0",
"@tryghost/members-csv": "0.2.1", "@tryghost/members-csv": "0.2.1",
"@tryghost/members-ssr": "0.8.2", "@tryghost/members-ssr": "0.8.2",

View file

@ -476,7 +476,17 @@
dependencies: dependencies:
"@tryghost/kg-clean-basic-html" "^0.1.8" "@tryghost/kg-clean-basic-html" "^0.1.8"
"@tryghost/magic-link@0.4.10", "@tryghost/magic-link@^0.4.10": "@tryghost/magic-link@0.4.11":
version "0.4.11"
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.11.tgz#25746a435456939c22026188b37e27b177289e85"
integrity sha512-+Iqe0uQL9TqL6AbuWbUO8OznMe5Mdgo4YXoxW9FjCYrbwLYCGq9Y9B21DjMR/hiQA4B40Zvk8Kdui8Iyu+LLrA==
dependencies:
bluebird "^3.5.5"
ghost-ignition "^4.0.0"
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/magic-link@^0.4.10":
version "0.4.10" version "0.4.10"
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.10.tgz#e772d5cb6461baa89b2abcb5325dbb869ae03615" resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.10.tgz#e772d5cb6461baa89b2abcb5325dbb869ae03615"
integrity sha512-5DKuXdgAmEVkh4iD6pz1gGkU8iLhvniaLSY7yuoZRaQtmnryvM7jWJouJCmJr66aRh5Eys4vkE8sqTY6f4mjog== integrity sha512-5DKuXdgAmEVkh4iD6pz1gGkU8iLhvniaLSY7yuoZRaQtmnryvM7jWJouJCmJr66aRh5Eys4vkE8sqTY6f4mjog==
@ -3894,7 +3904,7 @@ ghost-ignition@4.1.0:
prettyjson "^1.1.3" prettyjson "^1.1.3"
uuid "^3.0.0" uuid "^3.0.0"
ghost-ignition@4.2.1: ghost-ignition@4.2.1, ghost-ignition@^4.0.0:
version "4.2.1" version "4.2.1"
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-4.2.1.tgz#6ee646b89d36791862e11c6de9922e638badd01d" resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-4.2.1.tgz#6ee646b89d36791862e11c6de9922e638badd01d"
integrity sha512-o75AwIMLae7GBg8qM8m5kM7pg55JcoDqrbcOmuR2scjYwdlsBdJBIadyDO7IddNDVOPxYKU32u8O203Z+lgraw== integrity sha512-o75AwIMLae7GBg8qM8m5kM7pg55JcoDqrbcOmuR2scjYwdlsBdJBIadyDO7IddNDVOPxYKU32u8O203Z+lgraw==