From ebd55028cd35072945581d48f810b21abd3cfb66 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Nov 2020 08:10:06 +0000 Subject: [PATCH] Update dependency @tryghost/security to v0.2.1 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 557c9c706f..6853f0f409 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 9c892f6270..6a95a0c1a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"