Skip to content

Commit

Permalink
Update agent dependencies.
Browse files Browse the repository at this point in the history
+ tslint@6.1.2
+ @types/node@13.13.9
+ @types/frida-gum@15.3.0
+ frida-objc-bridge@4.1.7
+ frida-java-bridge@3.6.12
  • Loading branch information
leonjza committed May 26, 2020
1 parent cea1f10 commit 4f3ee36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions agent/package.json
Expand Up @@ -28,15 +28,15 @@
},
"homepage": "https://github.com/sensepost/objection#readme",
"dependencies": {
"frida-java-bridge": "^3",
"frida-objc-bridge": "^4",
"frida-java-bridge": "^3.6.12",
"frida-objc-bridge": "^4.1.7",
"frida-screenshot": "^3",
"macho": "^1"
},
"devDependencies": {
"@types/frida-gum": "^15",
"@types/node": "^13",
"@types/frida-gum": "^15.3.0",
"@types/node": "^13.13.9",
"frida-compile": "^9",
"tslint": "^6"
"tslint": "^6.1.2"
}
}

0 comments on commit 4f3ee36

Please sign in to comment.