Skip to content

Commit

Permalink
release: v1.5.6 fix: security update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipxxiao committed Dec 28, 2020
1 parent 1598bf0 commit 15854d7
Show file tree
Hide file tree
Showing 5 changed files with 1,509 additions and 848 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 'stable'
- '12'
after_success:
- 'COVERALLS_PARALLEL=true coveralls'
notifications:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Changelog entries are classified using the following labels _(from [keep-a-chang

</details>

## 1.5.6 (2020-12-28)
- Security update jest version

## 1.5.5 (2020-09-11)

- Fixed expression evaluator
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "stable"
nodejs_version: "12"

# Install scripts. (runs after repo cloning)
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"eslint": "^7.4.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"jest": "^24.9.0",
"jest": "^26.6.3",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^5.0.2",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit 15854d7

Please sign in to comment.