fix(deps): update dependency validator to v13.9.0

This commit is contained in:
renovate[bot]
2023-02-05 07:26:51 +00:00
parent b8d4fc3196
commit 0c9d032ca3
3 changed files with 29 additions and 13 deletions

View File

@@ -129,7 +129,7 @@
"typescript": "4.9.5",
"util": "0.12.5",
"uuid": "8.3.2",
"validator": "13.7.0"
"validator": "13.9.0"
},
"devDependencies": {
"@babel/types": "7.20.7",

38
package-lock.json generated
View File

@@ -65,7 +65,7 @@
"@types/redux-actions": "2.6.2",
"@types/sanitize-html": "2.8.0",
"@types/store": "2.0.2",
"@types/validator": "13.7.11",
"@types/validator": "13.7.12",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"babel-eslint": "10.1.0",
@@ -519,7 +519,7 @@
"typescript": "4.9.5",
"util": "0.12.5",
"uuid": "8.3.2",
"validator": "13.7.0"
"validator": "13.9.0"
},
"devDependencies": {
"@babel/types": "7.20.7",
@@ -605,6 +605,14 @@
"uuid": "dist/bin/uuid"
}
},
"client/node_modules/validator": {
"version": "13.9.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.9.0.tgz",
"integrity": "sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==",
"engines": {
"node": ">= 0.10"
}
},
"client/plugins/fcc-source-challenges": {
"name": "@freecodecamp/fcc-source-challenges",
"version": "0.0.1",
@@ -14244,9 +14252,9 @@
"license": "MIT"
},
"node_modules/@types/validator": {
"version": "13.7.11",
"resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.11.tgz",
"integrity": "sha512-WqTos+CnAKN64YwyBMhgUYhb5VsTNKwUY6AuzG5qu9/pFZJar/RJFMZBXwX7VS+uzYi+lIAr3WkvuWqEI9F2eg==",
"version": "13.7.12",
"resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.12.tgz",
"integrity": "sha512-YVtyAPqpefU+Mm/qqnOANW6IkqKpCSrarcyV269C8MA8Ux0dbkEuQwM/4CjL47kVEM2LgBef/ETfkH+c6+moFA==",
"dev": true
},
"node_modules/@types/vfile": {
@@ -51157,7 +51165,8 @@
},
"node_modules/validator": {
"version": "13.7.0",
"license": "MIT",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz",
"integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==",
"engines": {
"node": ">= 0.10"
}
@@ -56270,7 +56279,7 @@
"typescript": "4.9.5",
"util": "0.12.5",
"uuid": "8.3.2",
"validator": "13.7.0",
"validator": "13.9.0",
"webpack": "5.75.0",
"webpack-cli": "4.10.0"
},
@@ -56305,6 +56314,11 @@
},
"uuid": {
"version": "8.3.2"
},
"validator": {
"version": "13.9.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.9.0.tgz",
"integrity": "sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA=="
}
}
},
@@ -64380,9 +64394,9 @@
"version": "2.0.6"
},
"@types/validator": {
"version": "13.7.11",
"resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.11.tgz",
"integrity": "sha512-WqTos+CnAKN64YwyBMhgUYhb5VsTNKwUY6AuzG5qu9/pFZJar/RJFMZBXwX7VS+uzYi+lIAr3WkvuWqEI9F2eg==",
"version": "13.7.12",
"resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.12.tgz",
"integrity": "sha512-YVtyAPqpefU+Mm/qqnOANW6IkqKpCSrarcyV269C8MA8Ux0dbkEuQwM/4CjL47kVEM2LgBef/ETfkH+c6+moFA==",
"dev": true
},
"@types/vfile": {
@@ -88657,7 +88671,9 @@
}
},
"validator": {
"version": "13.7.0"
"version": "13.7.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz",
"integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw=="
},
"value-or-promise": {
"version": "1.0.6"

View File

@@ -152,7 +152,7 @@
"@types/redux-actions": "2.6.2",
"@types/sanitize-html": "2.8.0",
"@types/store": "2.0.2",
"@types/validator": "13.7.11",
"@types/validator": "13.7.12",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"babel-eslint": "10.1.0",