Merge pull request #5 from Crazyco-xyz/dependabot/npm_and_yarn/multi-2f92ef6559

Bump validator and express-validator
This commit is contained in:
Clara K 2024-04-11 13:42:28 +02:00 committed by GitHub
commit fec61355c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View file

@ -13,7 +13,7 @@
"compression": "^1.7.3", "compression": "^1.7.3",
"debug": "^2.6.9", "debug": "^2.6.9",
"express": "~4.19.2", "express": "~4.19.2",
"express-validator": "^5.3.1", "express-validator": "^7.0.1",
"helmet": "^3.16.0", "helmet": "^3.16.0",
"http-errors": "~1.6.2", "http-errors": "~1.6.2",
"imap-simple": "^4.3.0", "imap-simple": "^4.3.0",
@ -2465,15 +2465,15 @@
} }
}, },
"node_modules/express-validator": { "node_modules/express-validator": {
"version": "5.3.1", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/express-validator/-/express-validator-5.3.1.tgz", "resolved": "https://registry.npmjs.org/express-validator/-/express-validator-7.0.1.tgz",
"integrity": "sha512-g8xkipBF6VxHbO1+ksC7nxUU7+pWif0+OZXjZTybKJ/V0aTVhuCoHbyhIPgSYVldwQLocGExPtB2pE0DqK4jsw==", "integrity": "sha512-oB+z9QOzQIE8FnlINqyIFA8eIckahC6qc8KtqLdLJcU3/phVyuhXH3bA4qzcrhme+1RYaCSwrq+TlZ/kAKIARA==",
"dependencies": { "dependencies": {
"lodash": "^4.17.10", "lodash": "^4.17.21",
"validator": "^10.4.0" "validator": "^13.9.0"
}, },
"engines": { "engines": {
"node": ">= 6.0.0" "node": ">= 8.0.0"
} }
}, },
"node_modules/express/node_modules/depd": { "node_modules/express/node_modules/depd": {
@ -7544,9 +7544,9 @@
} }
}, },
"node_modules/validator": { "node_modules/validator": {
"version": "10.11.0", "version": "13.11.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-10.11.0.tgz", "resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz",
"integrity": "sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw==", "integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==",
"engines": { "engines": {
"node": ">= 0.10" "node": ">= 0.10"
} }

View file

@ -13,7 +13,7 @@
"compression": "^1.7.3", "compression": "^1.7.3",
"debug": "^2.6.9", "debug": "^2.6.9",
"express": "~4.19.2", "express": "~4.19.2",
"express-validator": "^5.3.1", "express-validator": "^7.0.1",
"helmet": "^3.16.0", "helmet": "^3.16.0",
"http-errors": "~1.6.2", "http-errors": "~1.6.2",
"imap-simple": "^4.3.0", "imap-simple": "^4.3.0",