From 99b06682f5265eeac74881d0c53b3caac7d14a0a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Jun 2021 10:20:46 +0000 Subject: [PATCH] Update dependency @tryghost/security to v0.2.9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 84eebbc7bd..7772c59dc2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@tryghost/mw-session-from-token": "0.1.20", "@tryghost/package-json": "1.0.0", "@tryghost/promise": "0.1.8", - "@tryghost/security": "0.2.8", + "@tryghost/security": "0.2.9", "@tryghost/session-service": "0.1.22", "@tryghost/social-urls": "0.1.24", "@tryghost/string": "0.1.19", diff --git a/yarn.lock b/yarn.lock index 65a471536f..fd583fee41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -840,10 +840,10 @@ dependencies: bluebird "^3.7.2" -"@tryghost/security@0.2.8": - version "0.2.8" - resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.8.tgz#9a979a1ddd839ac6b5804439a87de88af23c7bc7" - integrity sha512-NN31s4YhLhb6sX94kzk8DhEYf1ZggQBhXEq0sBxlmWE4x6gLskK6NNDnolgKv5u6TktD2oYeZjDcB2o8J2KMig== +"@tryghost/security@0.2.9": + version "0.2.9" + resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.9.tgz#1bc323b22774c122c54a1b43a2594cdc88feba71" + integrity sha512-qryZ1le9YbbffCQFmcLKyNvIKRwVRezO4DDipoeEdBNtq/SXRU2wo8PtF991R7iZtudFGdMwz62eKcbqNdC+Ng== dependencies: "@tryghost/string" "^0.1.17" bcryptjs "^2.4.3"