Skip to content

Commit

Permalink
Update adbkit to resolve index out of range errors on some newer APKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Aug 21, 2017
1 parent 895b781 commit 5637187
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## HEAD

### Fixes

- Updated [adbkit](https://github.com/openstf/adbkit) to fix `RangeError: Index out of range` errors when parsing newer APKs that use UTF-8 encoding for their string pools.

## 3.0.0 (2017-08-09)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@slack/client": "^3.5.4",
"adbkit": "^2.9.2",
"adbkit-apkreader": "^2.1.1",
"adbkit-apkreader": "^2.1.2",
"adbkit-monkey": "^1.0.1",
"aws-sdk": "^2.4.13",
"basic-auth": "^1.0.3",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ acorn@^5.0.1:
version "5.0.3"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"

adbkit-apkreader@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/adbkit-apkreader/-/adbkit-apkreader-2.1.1.tgz#21eabe24a4208951a91b47dd878f632ab490ea1e"
adbkit-apkreader@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/adbkit-apkreader/-/adbkit-apkreader-2.1.2.tgz#5bcf164fea9192ee13b2a225249f1b1b3e6ff541"
dependencies:
bluebird "^3.4.7"
debug "~0.7.4"
Expand Down Expand Up @@ -3432,6 +3432,7 @@ jade@1.11.0:
jstransformer "0.0.2"
mkdirp "~0.5.0"
transformers "2.1.0"
uglify-js "^2.4.19"
void-elements "~2.0.1"
with "~4.0.0"

Expand Down

0 comments on commit 5637187

Please sign in to comment.