chore(deps): bump express-validator from 6.9.0 to 6.9.2 in /api-server

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.9.0 to 6.9.2.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.9.0...v6.9.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-01-10 05:07:27 +00:00
parent be43de2a57
commit a1a113dc66
2 changed files with 4 additions and 4 deletions

View File

@ -7473,9 +7473,9 @@
} }
}, },
"express-validator": { "express-validator": {
"version": "6.9.0", "version": "6.9.2",
"resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.9.0.tgz", "resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.9.2.tgz",
"integrity": "sha512-jScWCo5PwzfmgXhD7bXKWoMSMHttrsN1FpCxuuPby5umeIN1cSKaSV2vQkGinmjdWTRDKRPcU2BlWSXZxNmWYg==", "integrity": "sha512-Yqlsw2/uBobtBVkP+gnds8OMmVAEb3uTI4uXC93l0Ym5JGHgr8Vd4ws7oSo7GGYpWn5YCq4UePMEppKchURXrw==",
"requires": { "requires": {
"lodash": "^4.17.20", "lodash": "^4.17.20",
"validator": "^13.5.2" "validator": "^13.5.2"

View File

@ -31,7 +31,7 @@
"dotenv": "^6.2.0", "dotenv": "^6.2.0",
"express-flash": "~0.0.2", "express-flash": "~0.0.2",
"express-session": "^1.17.1", "express-session": "^1.17.1",
"express-validator": "^6.9.0", "express-validator": "^6.9.2",
"googleapis": "^42.0.0", "googleapis": "^42.0.0",
"helmet": "^3.23.3", "helmet": "^3.23.3",
"helmet-csp": "^2.10.0", "helmet-csp": "^2.10.0",