Bump bcrypt from 5.1.0 to 5.1.1

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-16 14:30:28 +00:00
committed by GitHub
parent a9cc087624
commit 7a06a878d6
2 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run admin\""
},
"dependencies": {
"bcrypt": "^5.1.0",
"bcrypt": "^5.1.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"joi": "^17.9.2",