Skip to content

Commit 13404df

Browse files
authored
chore(deps): fix issues identified by audit-ci (#4438)
* fix(deps): ansi-regex issue * fix(deps): upgrade tar to safe version * chore(deps): fix vm2 issue * fix(ci): increase timeout for audit-ci to 15
1 parent 13e91de commit 13404df

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: Run audit-ci
6161
needs: prebuild
6262
runs-on: ubuntu-latest
63-
timeout-minutes: 5
63+
timeout-minutes: 15
6464
steps:
6565
- name: Checkout repo
6666
uses: actions/checkout@v2

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
"browserslist": "^4.16.5",
7676
"safe-buffer": "^5.1.1",
7777
"vfile-message": "^2.0.2",
78-
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.9",
79-
"path-parse": "^1.0.7"
78+
"tar": "^6.1.9",
79+
"path-parse": "^1.0.7",
80+
"vm2": "^3.9.4"
8081
},
8182
"dependencies": {
8283
"@coder/logger": "1.1.16",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4534,7 +4534,7 @@ vfile@^4.0.0:
45344534
unist-util-stringify-position "^2.0.0"
45354535
vfile-message "^2.0.0"
45364536

4537-
vm2@^3.9.3:
4537+
vm2@^3.9.3, vm2@^3.9.4:
45384538
version "3.9.5"
45394539
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.5.tgz#5288044860b4bbace443101fcd3bddb2a0aa2496"
45404540
integrity sha512-LuCAHZN75H9tdrAiLFf030oW7nJV5xwNMuk1ymOZwopmuK3d2H4L1Kv4+GFHgarKiLfXXLFU+7LDABHnwOkWng==

0 commit comments

Comments
 (0)