Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9980a2d

Browse files
Fix vm2 vulnerability: remove superagent-proxy dependency (#830)
* Fix vm2 vulnerability * Remove superagent-proxy dep completely and use proxy-agent directly * Update typescript * Update node version on CI
1 parent bf20966 commit 9980a2d

File tree

4 files changed

+388
-682
lines changed

4 files changed

+388
-682
lines changed

.github/workflows/code-push-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup NodeJs
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: '12.x'
18+
node-version: '14.x'
1919
- name: Setup dependencies
2020
run: npm run setup
2121
- name: Build

0 commit comments

Comments
 (0)