From 1e79aa336f10a80c8e474257e037b6abfd47e51f Mon Sep 17 00:00:00 2001 From: Leon Jacobs Date: Wed, 17 Feb 2021 11:14:57 +0200 Subject: [PATCH] (chore) target es2020 for the agent. This commit also pins frida to v14+ for the quickjs runtime. --- agent/tsconfig.json | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/tsconfig.json b/agent/tsconfig.json index 30e84e19..4e40fb0a 100644 --- a/agent/tsconfig.json +++ b/agent/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "esnext", - "lib": ["esnext"], + "target": "es2020", + "lib": ["es2020"], "allowJs": true, "noEmit": true, "strict": true, diff --git a/requirements.txt b/requirements.txt index 259fb423..30c941a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -frida +frida>=14.0.0 frida-tools>=6.0.0 prompt_toolkit>=3.0.3,<4.0.0 click