Update dependency @tryghost/security to v0.2.1

This commit is contained in:
Renovate Bot 2020-11-05 08:10:06 +00:00 committed by Daniel Lockyer
parent 8666ff3713
commit ebd55028cd
2 changed files with 10 additions and 10 deletions

View File

@ -61,7 +61,7 @@
"@tryghost/members-ssr": "0.8.5",
"@tryghost/mw-session-from-token": "0.1.8",
"@tryghost/promise": "0.1.2",
"@tryghost/security": "0.2.0",
"@tryghost/security": "0.2.1",
"@tryghost/session-service": "0.1.10",
"@tryghost/social-urls": "0.1.15",
"@tryghost/string": "0.1.14",

View File

@ -577,12 +577,12 @@
dependencies:
bluebird "3.7.2"
"@tryghost/security@0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.0.tgz#3f2ffa10bd933a21b19f659be9636146fb74a790"
integrity sha512-plCxkYWD22mCQowH6boGakc2svv6Xqc7W1gJL007baBHHFR4XvWigseTxit1sb6FsI+GpzV16lBLtUUNiYTQTA==
"@tryghost/security@0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.1.tgz#06f04bbd6cb4189a46cc57dd446e0a48b94498a9"
integrity sha512-XxFfpE5uWrJusA42OoFHc0MDE0p28MmbGZv4/XoLgEOmiyYtPmWXPr9m1ZKZteEigg8uP2Ialf5i38QibkBMHA==
dependencies:
"@tryghost/string" "0.1.11"
"@tryghost/string" "0.1.13"
bcryptjs "2.4.3"
bluebird "3.7.2"
lodash "4.17.20"
@ -603,10 +603,10 @@
ghost-ignition "4.2.3"
lodash "4.17.20"
"@tryghost/string@0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.1.11.tgz#259e101a6fa7d08870e5c3b12091f62eb61c3725"
integrity sha512-k7Ix+Qd+oTVgFP45Y/EfU38HsJ1GLp04FU6ImlghsrA+3X4a+Prh+CJMTsDxISLjO5a4OCPFcmxCZBH8ueoOTw==
"@tryghost/string@0.1.13":
version "0.1.13"
resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.1.13.tgz#3b021e98799094553bea0a82d5fb8ad72a1c78bb"
integrity sha512-V7HMndfqUrluiYM/N8UsepAPcGATcaMC4DJOORQN95PEPSOWHVp4Yb9R1CUtzOGcTb4ZWsh4JM+kE8XFoUhmkA==
dependencies:
unidecode "^0.1.8"