mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(deps): update dependency validator to v13.15.26 (#65183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@
|
||||
"query-string": "7.1.3",
|
||||
"stripe": "16.0.0",
|
||||
"typebox": "1.0.76",
|
||||
"validator": "13.15.15"
|
||||
"validator": "13.15.26"
|
||||
},
|
||||
"description": "The freeCodeCamp.org open-source codebase and curriculum",
|
||||
"devDependencies": {
|
||||
@@ -46,7 +46,7 @@
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/nodemailer": "6.4.14",
|
||||
"@types/supertest": "2.0.16",
|
||||
"@types/validator": "13.11.2",
|
||||
"@types/validator": "13.15.10",
|
||||
"@vitest/ui": "^3.2.4",
|
||||
"dotenv-cli": "7.3.0",
|
||||
"eslint": "^9.39.1",
|
||||
|
||||
Generated
+12
-7
@@ -189,8 +189,8 @@ importers:
|
||||
specifier: 1.0.76
|
||||
version: 1.0.76
|
||||
validator:
|
||||
specifier: 13.15.15
|
||||
version: 13.15.15
|
||||
specifier: 13.15.26
|
||||
version: 13.15.26
|
||||
devDependencies:
|
||||
'@freecodecamp/eslint-config':
|
||||
specifier: workspace:*
|
||||
@@ -211,8 +211,8 @@ importers:
|
||||
specifier: 2.0.16
|
||||
version: 2.0.16
|
||||
'@types/validator':
|
||||
specifier: 13.11.2
|
||||
version: 13.11.2
|
||||
specifier: 13.15.10
|
||||
version: 13.15.10
|
||||
'@vitest/ui':
|
||||
specifier: ^3.2.4
|
||||
version: 3.2.4(vitest@3.2.4)
|
||||
@@ -5269,6 +5269,9 @@ packages:
|
||||
'@types/validator@13.11.2':
|
||||
resolution: {integrity: sha512-nIKVVQKT6kGKysnNt+xLobr+pFJNssJRi2s034wgWeFBUx01fI8BeHTW2TcRp7VcFu9QCYG8IlChTuovcm0oKQ==}
|
||||
|
||||
'@types/validator@13.15.10':
|
||||
resolution: {integrity: sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==}
|
||||
|
||||
'@types/vfile-message@2.0.0':
|
||||
resolution: {integrity: sha512-GpTIuDpb9u4zIO165fUy9+fXcULdD8HFRNli04GehoMVbeNq7D6OBnqSmg3lxZnC+UvgUhEWKxdKiwYUkGltIw==}
|
||||
deprecated: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
|
||||
@@ -13748,8 +13751,8 @@ packages:
|
||||
resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==}
|
||||
engines: {node: '>= 0.10'}
|
||||
|
||||
validator@13.15.15:
|
||||
resolution: {integrity: sha512-BgWVbCI72aIQy937xbawcs+hrVaN/CZ2UwutgaJ36hGqRrLNM+f5LUT/YPRbo8IV/ASeFzXszezV+y2+rq3l8A==}
|
||||
validator@13.15.26:
|
||||
resolution: {integrity: sha512-spH26xU080ydGggxRyR1Yhcbgx+j3y5jbNXk/8L+iRvdIEQ4uTRH2Sgf2dokud6Q4oAtsbNvJ1Ft+9xmm6IZcA==}
|
||||
engines: {node: '>= 0.10'}
|
||||
|
||||
value-or-promise@1.0.6:
|
||||
@@ -20117,6 +20120,8 @@ snapshots:
|
||||
|
||||
'@types/validator@13.11.2': {}
|
||||
|
||||
'@types/validator@13.15.10': {}
|
||||
|
||||
'@types/vfile-message@2.0.0':
|
||||
dependencies:
|
||||
vfile-message: 4.0.2
|
||||
@@ -30987,7 +30992,7 @@ snapshots:
|
||||
|
||||
validator@13.11.0: {}
|
||||
|
||||
validator@13.15.15: {}
|
||||
validator@13.15.26: {}
|
||||
|
||||
value-or-promise@1.0.6: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user