Bump validator and express-validator #8

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/validator-and-express-validator-13.9.0 into master 2023-03-06 19:01:19 +00:00
2 changed files with 12 additions and 12 deletions
Showing only changes of commit fba7a3a0bf - Show all commits

Bump validator and express-validator

Bumps [validator](https://github.com/validatorjs/validator.js) to 13.9.0 and updates ancestor dependency [express-validator](https://github.com/express-validator/express-validator). These dependencies need to be updated together.


Updates `validator` from 11.1.0 to 13.9.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/11.1.0...13.9.0)

Updates `express-validator` from 6.2.0 to 6.14.3
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.2.0...v6.14.3)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: indirect
- dependency-name: express-validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2023-02-12 01:45:00 +00:00 committed by GitHub
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
package-lock.json generated
View file

@ -180,12 +180,12 @@
}
},
"express-validator": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.2.0.tgz",
"integrity": "sha512-892cPistoSPzMuoG2p1W+2ZxBi0bAvPaaYgXK1E1C8/QncLo2d1HbiDDWkXUtTthjGEzEmwiELLJHu1Ez2hOEg==",
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.14.3.tgz",
"integrity": "sha512-c4b9NMdhskfcLbH/FchsSfCt4Vb14gKzcotG9zLS+VoOJDox57aGhCL+kmAu7cl+ytaSed+HD5jdJhel8DQsdg==",
"requires": {
"lodash": "^4.17.15",
"validator": "^11.1.0"
"lodash": "^4.17.21",
"validator": "^13.7.0"
}
},
"finalhandler": {
@ -294,9 +294,9 @@
"integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A=="
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"media-typer": {
"version": "0.3.0",
@ -505,9 +505,9 @@
"integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA=="
},
"validator": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-11.1.0.tgz",
"integrity": "sha512-qiQ5ktdO7CD6C/5/mYV4jku/7qnqzjrxb3C/Q5wR3vGGinHTgJZN/TdFT3ZX4vXhX2R1PXx42fB1cn5W+uJ4lg=="
"version": "13.9.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.9.0.tgz",
"integrity": "sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA=="
},
"vary": {
"version": "1.1.2",

View file

@ -11,6 +11,6 @@
"dependencies": {
"axios": "^0.19.0",
"express": "^4.18.2",
"express-validator": "^6.2.0"
"express-validator": "^6.14.3"
}
}