Skip to content

Commit

Permalink
feat: update casbin dependency to version 5.31.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
HashCookie committed Sep 28, 2024
1 parent 2d173df commit 6f34b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@uiw/codemirror-theme-monokai": "^4.21.22",
"@uiw/react-codemirror": "^4.21.22",
"casbin": "^5.30.0",
"casbin": "^5.31.0",
"clsx": "^2.1.0",
"codemirror": "^6.0.1",
"next": "14.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1354,10 +1354,10 @@ caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.300015
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz#4adcb443c8b9c8303e04498318f987616b8fea2e"
integrity sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==

casbin@^5.30.0:
version "5.30.0"
resolved "https://registry.yarnpkg.com/casbin/-/casbin-5.30.0.tgz#819019348ead1cfd923fbab93772ad188da342cd"
integrity sha512-GDc8sImStd+ddBVBfLpe5fJPBWRjeEaz7fkiAGuw0+LTHF2TVvVsMALIMOx+ofzQhm+EHCH7mfiJsrS1Kgef2w==
casbin@^5.31.0:
version "5.31.0"
resolved "https://registry.yarnpkg.com/casbin/-/casbin-5.31.0.tgz#bcd76061192956acf07c1e5a224e93ed23322a87"
integrity sha512-hA3be1bCfZEg4/uNOBw/fAJghEzU1YKODT9lIP5y50puyQwzRF5re1wztSP/fPdv8602z3sWBCdAcMZpkQuYAw==
dependencies:
await-lock "^2.0.1"
buffer "^6.0.3"
Expand Down

0 comments on commit 6f34b11

Please sign in to comment.