Added missing dependencies for new @tryghost/security package

This commit is contained in:
Daniel Lockyer 2020-08-11 13:47:34 +01:00
parent ec0ed397d9
commit ccf0f074c7

View File

@ -23,5 +23,10 @@
"should": "13.2.3",
"sinon": "9.0.3"
},
"dependencies": {}
"dependencies": {
"@tryghost/string": "0.1.10",
"bcryptjs": "2.4.3",
"bluebird": "3.7.2",
"lodash": "4.17.19"
}
}