Skip to content

Commit

Permalink
build: update casbin
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
  • Loading branch information
Zxilly committed Aug 14, 2021
1 parent ad3ff81 commit 346266b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"casbin": "5.11.1",
"casbin": "5.11.3",
"codemirror": "5.58.2",
"normalize.css": "^8.0.1",
"react": "16.12.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2894,10 +2894,10 @@ capture-exit@^2.0.0:
dependencies:
rsvp "^4.8.4"

casbin@5.11.1:
version "5.11.1"
resolved "https://registry.npmjs.org/casbin/-/casbin-5.11.1.tgz#763ed69105a57ce0e2356684dd60cbeeb6db5b7a"
integrity sha512-/6eDOFyv3sgjJRVKTTDN0V4jTPXiTPNwsqoI5Bge/UkIGnl6gdV6yOpKEbTDXgsQWW5vfSfOfsoA/xwqqNNuOg==
casbin@5.11.3:
version "5.11.3"
resolved "https://registry.npmjs.org/casbin/-/casbin-5.11.3.tgz#7604bd66237424cdccf9f36f0d2478dfc4374bae"
integrity sha512-Bj/wQocX+swYEXsHyKV3d3TL7QKK/6BvGJJNodRLyMqP0pPR21JBEybQcqoHpUVDHvACo1rScus/MNmBbNmRVA==
dependencies:
await-lock "^2.0.1"
csv-parse "^4.15.3"
Expand Down

0 comments on commit 346266b

Please sign in to comment.