Update dependency @tryghost/security to v0.2.3

This commit is contained in:
Renovate Bot 2020-12-16 13:07:39 +00:00 committed by Daniel Lockyer
parent b4bb1b46b3
commit e04f913f1f
2 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@
"@tryghost/members-ssr": "0.8.6",
"@tryghost/mw-session-from-token": "0.1.12",
"@tryghost/promise": "0.1.3",
"@tryghost/security": "0.2.2",
"@tryghost/security": "0.2.3",
"@tryghost/session-service": "0.1.14",
"@tryghost/social-urls": "0.1.16",
"@tryghost/string": "0.1.14",

View File

@ -593,10 +593,10 @@
dependencies:
bluebird "3.7.2"
"@tryghost/security@0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.2.tgz#bc9dc558793aacd540f600634972953289a97a6f"
integrity sha512-I85OKCpTFhb1HxBsfom2Nzc15kcYHYhnwK0z3MKSBs6H0YVuphxbDBnOBkUIIh2dcBcYK0gqW/EgVbxpK6vUZg==
"@tryghost/security@0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.3.tgz#538daca7338275aaa53c82286fc804a3dabfc6b3"
integrity sha512-RYv6/H2O6DoGefJFhysZx3ZCjfXZxCz7C4sl+mLs9mk1MPQA/sqU28vVWMOI1Z1sHCfUnHF/T0SUrDGm2A/4Nw==
dependencies:
"@tryghost/string" "0.1.14"
bcryptjs "2.4.3"