Skip to content

Commit fdb8bab

Browse files
Update dependency bcryptjs to v3 (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8270a20 commit fdb8bab

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package-lock.json

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server-with-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.3.33",
3+
"version": "0.3.34",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@stanlemon/server": "*",
2323
"@stanlemon/webdev": "*",
24-
"bcryptjs": "^2.4.3",
24+
"bcryptjs": "^3.0.2",
2525
"express-session": "^1.18.1",
2626
"jsonwebtoken": "^9.0.2",
2727
"lowdb": "^7.0.1",

0 commit comments

Comments
 (0)