Skip to content

Commit 540c6d7

Browse files
committed
bumped version of acorn to 7.1.1
1 parent cdff6e2 commit 540c6d7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# jnitrace Change Log
22

3+
## 3.0.5
4+
- Bumped version of acorn to 7.1.1 to fix vulnerability CVE-2020-7598
5+
36
## 3.0.4
47
- Updated version of jnitrace-engine to include fixes to use the config options provided by a user, such as library to trace
58
- Added support for displaying custom errors messages generated by the engine

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jnitrace",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "A tool for tracing use of the JNI in Android apps",
55
"private": true,
66
"main": "jnitrace/src/main.js",
@@ -11,7 +11,7 @@
1111
"lint": "eslint jnitrace/src/**/*.ts"
1212
},
1313
"dependencies": {
14-
"jnitrace-engine": "^1.0.5"
14+
"jnitrace-engine": "^1.0.6"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.8.3",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='jnitrace',
11-
version='3.0.4',
11+
version='3.0.5',
1212
description='A tool for tracing use of the JNI in Android apps',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)