Update dependency @tryghost/security to v0.2.11

This commit is contained in:
Renovate Bot 2021-09-30 18:18:00 +00:00 committed by Daniel Lockyer
parent 612a202525
commit 7be5e861c7
2 changed files with 5 additions and 5 deletions

View File

@ -85,7 +85,7 @@
"@tryghost/promise": "0.1.11",
"@tryghost/request": "0.1.5",
"@tryghost/root-utils": "0.3.4",
"@tryghost/security": "0.2.10",
"@tryghost/security": "0.2.11",
"@tryghost/session-service": "0.1.25",
"@tryghost/social-urls": "0.1.26",
"@tryghost/string": "0.1.20",

View File

@ -1638,10 +1638,10 @@
caller "^1.0.1"
find-root "^1.1.0"
"@tryghost/security@0.2.10":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.10.tgz#8547b371abfc97cccdc59d955f1826da6d50dd0c"
integrity sha512-N2Coe2ohxD8MUhrLjlQ32frZ3kg1zdjEn0KgKNNW5LMOrwnRBIJJgDN5+FqE9vghukwDJ4AOgPrWuwPwzEcaUw==
"@tryghost/security@0.2.11":
version "0.2.11"
resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.11.tgz#a2380c3dd3abefb207c4f1f75c614d17a92a6cb9"
integrity sha512-qoW4ABWOw2OhfE0wCIFQbBIgjbVnsvTOGDUfylofzYpSqe130Vec8aStr96Sgh1beiTnHtMhSjnRBxl9eKdycQ==
dependencies:
"@tryghost/string" "^0.1.17"
bcryptjs "^2.4.3"