Browse Source

Task/upgrade class-validator to version 0.15.1 (#6489)

* Upgrade class-validator to version 0.15.1

* Update changelog
pull/6410/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
b16314a625
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 10
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the _Storybook_ stories of the value component
- Improved the language localization for Dutch (`nl`)
- Upgraded `class-validator` from version `0.14.3` to `0.15.1`
### Fixed

10
package-lock.json

@ -53,7 +53,7 @@
"chartjs-plugin-datalabels": "2.2.0",
"cheerio": "1.2.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"class-validator": "0.15.1",
"color": "5.0.3",
"countries-and-timezones": "3.8.0",
"countries-list": "3.2.2",
@ -16400,14 +16400,14 @@
"license": "MIT"
},
"node_modules/class-validator": {
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.14.3.tgz",
"integrity": "sha512-rXXekcjofVN1LTOSw+u4u9WXVEUvNBVjORW154q/IdmYWy1nMbOU9aNtZB0t8m+FJQ9q91jlr2f9CwwUFdFMRA==",
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.15.1.tgz",
"integrity": "sha512-LqoS80HBBSCVhz/3KloUly0ovokxpdOLR++Al3J3+dHXWt9sTKlKd4eYtoxhxyUjoe5+UcIM+5k9MIxyBWnRTw==",
"license": "MIT",
"dependencies": {
"@types/validator": "^13.15.3",
"libphonenumber-js": "^1.11.1",
"validator": "^13.15.20"
"validator": "^13.15.22"
}
},
"node_modules/clean-css": {

2
package.json

@ -98,7 +98,7 @@
"chartjs-plugin-datalabels": "2.2.0",
"cheerio": "1.2.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"class-validator": "0.15.1",
"color": "5.0.3",
"countries-and-timezones": "3.8.0",
"countries-list": "3.2.2",

Loading…
Cancel
Save