0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Removed explicit bcryptjs dependency

- the only bit of code using it was just extracted out to
  @tryghost/security, so we can get rid of it from here
This commit is contained in:
Daniel Lockyer 2020-08-11 14:05:30 +01:00
parent c9a5b28669
commit b911b2bd5e

View file

@ -68,7 +68,6 @@
"ajv": "6.12.3",
"amperize": "0.6.1",
"analytics-node": "3.4.0-beta.2",
"bcryptjs": "2.4.3",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"bookshelf": "0.15.2",