Browse Source
Feature/upgrade class-validator to version 0.14.2 (#4950)
* Upgrade class-validator to version 0.14.2
* Update changelog
pr/4975
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
7 additions and
6 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the language localization for French (`fr`) |
|
|
|
- Upgraded `class-validator` from version `0.14.1` to `0.14.2` |
|
|
|
|
|
|
|
## 2.172.0 - 2025-06-19 |
|
|
|
|
|
|
|
|
|
@ -57,7 +57,7 @@ |
|
|
|
"chartjs-plugin-datalabels": "2.2.0", |
|
|
|
"cheerio": "1.0.0", |
|
|
|
"class-transformer": "0.5.1", |
|
|
|
"class-validator": "0.14.1", |
|
|
|
"class-validator": "0.14.2", |
|
|
|
"color": "5.0.0", |
|
|
|
"countries-and-timezones": "3.7.2", |
|
|
|
"countries-list": "3.1.1", |
|
|
@ -15602,13 +15602,13 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/class-validator": { |
|
|
|
"version": "0.14.1", |
|
|
|
"resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.14.1.tgz", |
|
|
|
"integrity": "sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ==", |
|
|
|
"version": "0.14.2", |
|
|
|
"resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.14.2.tgz", |
|
|
|
"integrity": "sha512-3kMVRF2io8N8pY1IFIXlho9r8IPUUIfHe2hYVtiebvAzU2XeQFXTv+XI4WX+TnXmtwXMDcjngcpkiPM0O9PvLw==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@types/validator": "^13.11.8", |
|
|
|
"libphonenumber-js": "^1.10.53", |
|
|
|
"libphonenumber-js": "^1.11.1", |
|
|
|
"validator": "^13.9.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
@ -103,7 +103,7 @@ |
|
|
|
"chartjs-plugin-datalabels": "2.2.0", |
|
|
|
"cheerio": "1.0.0", |
|
|
|
"class-transformer": "0.5.1", |
|
|
|
"class-validator": "0.14.1", |
|
|
|
"class-validator": "0.14.2", |
|
|
|
"color": "5.0.0", |
|
|
|
"countries-and-timezones": "3.7.2", |
|
|
|
"countries-list": "3.1.1", |
|
|
|