Skip to content

Commit

Permalink
bumped version of acorn to 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chame1eon committed Mar 14, 2020
1 parent cdff6e2 commit 540c6d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# jnitrace Change Log

## 3.0.5
- Bumped version of acorn to 7.1.1 to fix vulnerability CVE-2020-7598

## 3.0.4
- Updated version of jnitrace-engine to include fixes to use the config options provided by a user, such as library to trace
- Added support for displaying custom errors messages generated by the engine
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jnitrace",
"version": "3.0.4",
"version": "3.0.5",
"description": "A tool for tracing use of the JNI in Android apps",
"private": true,
"main": "jnitrace/src/main.js",
Expand All @@ -11,7 +11,7 @@
"lint": "eslint jnitrace/src/**/*.ts"
},
"dependencies": {
"jnitrace-engine": "^1.0.5"
"jnitrace-engine": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.8.3",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='jnitrace',
version='3.0.4',
version='3.0.5',
description='A tool for tracing use of the JNI in Android apps',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 540c6d7

Please sign in to comment.