Browse Source
Merge pull request #494 from colinin/non-vulnerable-ansi-regex
security: Inefficient Regular Expression Complexity in chalk/ansi-regex
pull/497/head
yx lin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/vue/tests/server/package.json
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
"@types/koa-bodyparser": "^5.0.2", |
|
|
|
"@types/koa-router": "^7.4.4", |
|
|
|
"@types/node": "^16.11.6", |
|
|
|
"nodemon": "^2.0.14", |
|
|
|
"nodemon": "^2.0.15", |
|
|
|
"pm2": "^5.1.2", |
|
|
|
"rimraf": "^3.0.2", |
|
|
|
"ts-node": "^10.4.0", |
|
|
|
|