Archived
1
0

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
This commit is contained in:
Joe Previte
2021-11-03 14:09:31 -07:00
committed by GitHub
parent 13e91dedc1
commit 13404df267
3 changed files with 5 additions and 4 deletions

View File

@ -75,8 +75,9 @@
"browserslist": "^4.16.5",
"safe-buffer": "^5.1.1",
"vfile-message": "^2.0.2",
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.9",
"path-parse": "^1.0.7"
"tar": "^6.1.9",
"path-parse": "^1.0.7",
"vm2": "^3.9.4"
},
"dependencies": {
"@coder/logger": "1.1.16",