Skip to content

Commit

Permalink
chore: update dependency casbin to ^5.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 21, 2022
1 parent 2f6b8d7 commit 3d6dd2e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions examples/access-control-migration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/access-control-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@loopback/service-proxy": "^4.1.1",
"@types/bcryptjs": "2.4.2",
"bcryptjs": "^2.4.3",
"casbin": "^5.13.2",
"casbin": "^5.14.0",
"jsonwebtoken": "^8.5.1",
"loopback-connector-rest": "^4.0.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/authorization/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@loopback/testlab": "^4.1.1",
"@types/debug": "^4.1.7",
"@types/node": "^12.20.47",
"casbin": "^5.13.2"
"casbin": "^5.14.0"
}
}

0 comments on commit 3d6dd2e

Please sign in to comment.