Skip to content

Commit 5314fed

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency bcryptjs to ^3.0.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63052e8 commit 5314fed

File tree

4 files changed

+19
-33
lines changed

4 files changed

+19
-33
lines changed

examples/access-control-migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@loopback/rest-explorer": "^8.0.6",
6262
"@loopback/security": "^0.12.6",
6363
"@loopback/service-proxy": "^8.0.5",
64-
"bcryptjs": "^3.0.2",
64+
"bcryptjs": "^3.0.3",
6565
"casbin": "^5.40.0",
6666
"jsonwebtoken": "^9.0.2",
6767
"loopback-connector-rest": "^6.0.0"

examples/todo-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@loopback/rest-explorer": "^8.0.6",
6363
"@loopback/security": "^0.12.6",
6464
"@loopback/service-proxy": "^8.0.5",
65-
"bcryptjs": "^3.0.2",
65+
"bcryptjs": "^3.0.3",
6666
"loopback-connector-rest": "^6.0.0",
6767
"tslib": "^2.8.1"
6868
},

extensions/authentication-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@loopback/security": "^0.12.6",
46-
"bcryptjs": "^3.0.2",
46+
"bcryptjs": "^3.0.3",
4747
"debug": "^4.4.3",
4848
"jsonwebtoken": "^9.0.2"
4949
},

package-lock.json

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

0 commit comments

Comments
 (0)