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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-28 05:05:21 +00:00
parent 40a1bc767f
commit 9cd97962a3
2 changed files with 4 additions and 4 deletions

View File

@ -7404,9 +7404,9 @@
} }
}, },
"express-validator": { "express-validator": {
"version": "6.9.2", "version": "6.10.0",
"resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.9.2.tgz", "resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.10.0.tgz",
"integrity": "sha512-Yqlsw2/uBobtBVkP+gnds8OMmVAEb3uTI4uXC93l0Ym5JGHgr8Vd4ws7oSo7GGYpWn5YCq4UePMEppKchURXrw==", "integrity": "sha512-gDtepU94EpUzgFvKO/8JzjZ4uqIF4xHekjYtcNgFDiBK6Hob3MQhPU8s/c3NaWd1xi5e5nA0oVmOJ0b0ZBO36Q==",
"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.2", "express-validator": "^6.10.0",
"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",