fix vulnerabilities
| ... | @@ -43,8 +43,8 @@ | ... | @@ -43,8 +43,8 @@ |
| "mysql2": "^2.2.5", | "mysql2": "^2.2.5", | ||
| "nodemailer": "^6.3.1", | "nodemailer": "^6.3.1", | ||
| "nodemailer-ntlm-auth": "^1.0.1", | "nodemailer-ntlm-auth": "^1.0.1", | ||
| "passport": "0.3.2", | "passport": "0.6.0", | ||
| "passport-saml": "^2.1.0", | "passport-saml": "^3.2.1", | ||
| "pug": "^3.0.2" | "pug": "^3.0.2" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | @@ -79,6 +79,19 @@ | ... | @@ -79,6 +79,19 @@ |
| "ts-standard": "^11.0.0", | "ts-standard": "^11.0.0", | ||
| "typescript": "^4.2.4" | "typescript": "^4.2.4" | ||
| }, | }, | ||
| "overrides": { | |||
| "mocha": { | |||
| "growl": "1.10.2", | |||
| "diff": "3.5.0", | |||
| "debug": "2.6.9" | |||
| }, | |||
| "mkdirp": { | |||
| "minimist": "1.2.6" | |||
| }, | |||
| "httpntlm": { | |||
| "underscore": "1.12.1" | |||
| } | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 4.0.0" | "node": ">= 4.0.0" | ||
| }, | }, | ||
| ... | ... |
Please register or sign in to comment