Skip to content

Commit

Permalink
fix: update express-eval dependency to v5 (#400)
Browse files Browse the repository at this point in the history
* chore(deps): Update express-eval

* Update package.json

Co-authored-by: hsluoyz <hsluoyz@qq.com>
  • Loading branch information
Th3Whit3Wolf and hsluoyz committed Dec 2, 2022
1 parent 11e3638 commit 02a9496
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
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
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 02a9496

Please sign in to comment.