Skip to content

Commit

Permalink
chore(deps): Update express-eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Whit3Wolf committed Dec 1, 2022
1 parent 11e3638 commit 41b9838
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casbin",
"version": "5.19.2",
"version": "5.19.3",
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/picomatch": "^2.2.2",
"@types/node": "^10.5.3",
"@types/picomatch": "^2.2.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"coveralls": "^3.0.2",
Expand All @@ -52,7 +52,7 @@
"dependencies": {
"await-lock": "^2.0.1",
"csv-parse": "^4.15.3",
"expression-eval": "^4.0.0",
"expression-eval": "^5.0.0",
"picomatch": "^2.2.3"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,10 @@ expect@^26.6.2:
jest-message-util "^26.6.2"
jest-regex-util "^26.0.0"

expression-eval@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/expression-eval/-/expression-eval-4.0.0.tgz#d6a07c93e8b33e635710419d4a595d9208b9cc5e"
integrity sha512-YHSnLTyIb9IKaho2IdQbvlei/pElxnGm48UgaXJ1Fe5au95Ck0R9ftm6rHJQuKw3FguZZ4eXVllJFFFc7LX0WQ==
expression-eval@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/expression-eval/-/expression-eval-5.0.0.tgz#0add5fa9e12c9bbaa8e81f16fc9e560599523afd"
integrity sha512-2H7OBTa/UKBgTVRRb3/lXd+D89cLjClNtldnzOpZYWZK1zBLIlrz8BLWp5f81AAYOc37GbhkCRXtl5Z/q4D91g==
dependencies:
jsep "^0.3.0"

Expand Down

0 comments on commit 41b9838

Please sign in to comment.