Skip to content

Commit

Permalink
fix: update expression-eval
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
  • Loading branch information
nodece committed Jan 8, 2021
1 parent 0485185 commit 95de296
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 @@ -52,7 +52,7 @@
},
"dependencies": {
"await-lock": "^2.0.1",
"expression-eval": "^2.0.0",
"expression-eval": "^4.0.0",
"ip": "^1.1.5",
"micromatch": "^4.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2708,10 +2708,10 @@ expect@^24.9.0:
jest-message-util "^24.9.0"
jest-regex-util "^24.9.0"

expression-eval@^2.0.0:
version "2.1.0"
resolved "https://registry.npm.taobao.org/expression-eval/download/expression-eval-2.1.0.tgz#422915caa46140a7c5b5f248650dea8bf8236e62"
integrity sha1-QikVyqRhQKfFtfJIZQ3qi/gjbmI=
expression-eval@^4.0.0:
version "4.0.0"
resolved "https://registry.npm.taobao.org/expression-eval/download/expression-eval-4.0.0.tgz#d6a07c93e8b33e635710419d4a595d9208b9cc5e"
integrity sha1-1qB8k+izPmNXEEGdSlldkgi5zF4=
dependencies:
jsep "^0.3.0"

Expand Down

0 comments on commit 95de296

Please sign in to comment.