mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Update bcryptjs to version 2.4.3 🚀 (#7949)
* chore(package): update bcryptjs to version 2.4.3 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
16579982f0
commit
63d9bc7bc5
@ -27,7 +27,7 @@
|
||||
"dependencies": {
|
||||
"amperize": "1.0.0",
|
||||
"archiver": "1.3.0",
|
||||
"bcryptjs": "2.3.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"bluebird": "3.4.7",
|
||||
"body-parser": "1.16.0",
|
||||
"bookshelf": "0.10.3",
|
||||
|
@ -421,9 +421,9 @@ bcrypt-pbkdf@^1.0.0:
|
||||
dependencies:
|
||||
tweetnacl "^0.14.3"
|
||||
|
||||
bcryptjs@2.3.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.3.0.tgz#5826900cfef7abaf3425c72e4d464de509b8c2ec"
|
||||
bcryptjs@2.4.3:
|
||||
version "2.4.3"
|
||||
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb"
|
||||
|
||||
beeper@^1.0.0, beeper@^1.1.0:
|
||||
version "1.1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user