Feature/upgrade class-validator to version 0.14.2 (#4950)

* Upgrade class-validator to version 0.14.2

* Update changelog
pr/4975
Thomas Kaul 11 months ago committed by GitHub
parent 28d9bb81be
commit 463dc3b295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

10
package-lock.json generated

@ -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",

Loading…
Cancel
Save