Skip to content

Commit 23e901a

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency casbin to ^5.36.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 519523d commit 23e901a

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

examples/access-control-migration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@loopback/service-proxy": "^7.0.8",
6363
"@types/bcryptjs": "2.4.6",
6464
"bcryptjs": "^2.4.3",
65-
"casbin": "^5.34.0",
65+
"casbin": "^5.36.0",
6666
"jsonwebtoken": "^9.0.2",
6767
"loopback-connector-rest": "^5.0.2"
6868
},

package-lock.json

+14-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/authorization/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"@loopback/testlab": "^7.0.7",
5454
"@types/debug": "^4.1.12",
5555
"@types/node": "^16.18.119",
56-
"casbin": "^5.34.0"
56+
"casbin": "^5.36.0"
5757
}
5858
}

0 commit comments

Comments
 (0)