1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Bump express-validator from 6.4.0 to 6.4.1 in /server

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.4.0...v6.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-16 23:49:34 +00:00 committed by GitHub
parent c34797e9d8
commit 1d5a17142e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2207,9 +2207,9 @@
} }
}, },
"express-validator": { "express-validator": {
"version": "6.4.0", "version": "6.4.1",
"resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.4.0.tgz", "resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.4.1.tgz",
"integrity": "sha512-Fs+x0yDOSiUV+o5jIRloMyBxqpSzJiMM8KQW1IRVv2l49F6ATU0F9uPa+3K6vXNlLlhUjauv2FCGLFPMaNr24w==", "integrity": "sha512-9lVLCv9n735j6LjZwrINKhfv30ek1U4LVy/2jU1j4QotQ8A72Saw63wTu8/zXGZajP3scqf46PJxqquGF340Bg==",
"requires": { "requires": {
"lodash": "^4.17.15", "lodash": "^4.17.15",
"validator": "^12.1.0" "validator": "^12.1.0"

View File

@ -19,7 +19,7 @@
"debug": "^4.1.1", "debug": "^4.1.1",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-validator": "^6.4.0", "express-validator": "^6.4.1",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"request": "^2.88.2" "request": "^2.88.2"
}, },