File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 60
60
name : Run audit-ci
61
61
needs : prebuild
62
62
runs-on : ubuntu-latest
63
- timeout-minutes : 5
63
+ timeout-minutes : 15
64
64
steps :
65
65
- name : Checkout repo
66
66
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 75
75
"browserslist" : " ^4.16.5" ,
76
76
"safe-buffer" : " ^5.1.1" ,
77
77
"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"
80
81
},
81
82
"dependencies" : {
82
83
"@coder/logger" : " 1.1.16" ,
Original file line number Diff line number Diff line change @@ -4534,7 +4534,7 @@ vfile@^4.0.0:
4534
4534
unist-util-stringify-position "^2.0.0"
4535
4535
vfile-message "^2.0.0"
4536
4536
4537
- vm2@^3.9.3 :
4537
+ vm2@^3.9.3, vm2@^3.9.4 :
4538
4538
version "3.9.5"
4539
4539
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.5.tgz#5288044860b4bbace443101fcd3bddb2a0aa2496"
4540
4540
integrity sha512-LuCAHZN75H9tdrAiLFf030oW7nJV5xwNMuk1ymOZwopmuK3d2H4L1Kv4+GFHgarKiLfXXLFU+7LDABHnwOkWng==
You can’t perform that action at this time.
0 commit comments