mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-07-01 14:37:09 +02:00
Bump validator and express-validator
Bumps [validator](https://github.com/validatorjs/validator.js) to 13.11.0 and updates ancestor dependency [express-validator](https://github.com/express-validator/express-validator). These dependencies need to be updated together. Updates `validator` from 10.11.0 to 13.11.0 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/10.11.0...13.11.0) Updates `express-validator` from 5.3.1 to 7.0.1 - [Release notes](https://github.com/express-validator/express-validator/releases) - [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v7.0.1) --- updated-dependencies: - dependency-name: validator dependency-type: indirect - dependency-name: express-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9ad5ae65be
commit
374f2a0a62
2 changed files with 11 additions and 11 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -13,7 +13,7 @@
|
|||
"compression": "^1.7.3",
|
||||
"debug": "^2.6.9",
|
||||
"express": "~4.19.2",
|
||||
"express-validator": "^5.3.1",
|
||||
"express-validator": "^7.0.1",
|
||||
"helmet": "^3.16.0",
|
||||
"http-errors": "~1.6.2",
|
||||
"imap-simple": "^4.3.0",
|
||||
|
@ -2465,15 +2465,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/express-validator": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/express-validator/-/express-validator-5.3.1.tgz",
|
||||
"integrity": "sha512-g8xkipBF6VxHbO1+ksC7nxUU7+pWif0+OZXjZTybKJ/V0aTVhuCoHbyhIPgSYVldwQLocGExPtB2pE0DqK4jsw==",
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/express-validator/-/express-validator-7.0.1.tgz",
|
||||
"integrity": "sha512-oB+z9QOzQIE8FnlINqyIFA8eIckahC6qc8KtqLdLJcU3/phVyuhXH3bA4qzcrhme+1RYaCSwrq+TlZ/kAKIARA==",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.10",
|
||||
"validator": "^10.4.0"
|
||||
"lodash": "^4.17.21",
|
||||
"validator": "^13.9.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.0.0"
|
||||
"node": ">= 8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/express/node_modules/depd": {
|
||||
|
@ -7544,9 +7544,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/validator": {
|
||||
"version": "10.11.0",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-10.11.0.tgz",
|
||||
"integrity": "sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw==",
|
||||
"version": "13.11.0",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz",
|
||||
"integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==",
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"compression": "^1.7.3",
|
||||
"debug": "^2.6.9",
|
||||
"express": "~4.19.2",
|
||||
"express-validator": "^5.3.1",
|
||||
"express-validator": "^7.0.1",
|
||||
"helmet": "^3.16.0",
|
||||
"http-errors": "~1.6.2",
|
||||
"imap-simple": "^4.3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue