Skip to content

Commit

Permalink
fix(deps): update dependency casbin to v5.36.0 (#4246)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 14c83d2 commit 88fc8ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/casbin-redis-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@midwayjs/core": "^3.19.0",
"@midwayjs/koa": "^3.19.2",
"@midwayjs/mock": "^3.19.2",
"casbin": "5.32.0",
"casbin": "5.36.0",
"ioredis": "5.4.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/casbin-typeorm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@midwayjs/core": "^3.19.0",
"@midwayjs/koa": "^3.19.2",
"@midwayjs/mock": "^3.19.2",
"casbin": "5.32.0",
"casbin": "5.36.0",
"sqlite3": "5.1.7",
"typeorm": "0.3.20"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/casbin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@midwayjs/mock": "^3.19.2"
},
"dependencies": {
"casbin": "5.32.0"
"casbin": "5.36.0"
},
"keywords": [
"midway",
Expand Down

0 comments on commit 88fc8ba

Please sign in to comment.