Browse Source
Task/upgrade ngx-skeleton-loader to version 13.0.0 (#7818)
* Update ngx-skeleton-loader to version 13.0.0
* Update changelog
pull/7820/head
Thomas Kaul
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Introduced a maximum length for the search query and the symbol in the API endpoints |
|
|
|
- Hardened the validation of the query parameters (`accounts`, `assetClasses`, `dataSource` and `tags`) in the API endpoints with filters |
|
|
|
- Upgraded `nestjs` from version `11.1.28` to `11.2.3` |
|
|
|
- Upgraded `ngx-skeleton-loader` from version `12.0.0` to `13.0.0` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ |
|
|
|
"ng-extract-i18n-merge": "3.4.0", |
|
|
|
"ngx-device-detector": "12.0.0", |
|
|
|
"ngx-markdown": "22.0.0", |
|
|
|
"ngx-skeleton-loader": "12.0.0", |
|
|
|
"ngx-skeleton-loader": "13.0.0", |
|
|
|
"open-color": "1.9.1", |
|
|
|
"papaparse": "5.5.3", |
|
|
|
"passport": "0.7.0", |
|
|
|
@ -27973,9 +27973,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/ngx-skeleton-loader": { |
|
|
|
"version": "12.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ngx-skeleton-loader/-/ngx-skeleton-loader-12.0.0.tgz", |
|
|
|
"integrity": "sha512-vGEytpLElYKSLovFHCJkwgPZOdy0lPqyejxuhVFcZJg9dsp07o0/NeM4/Nnc2oCDE8T/wkXSPIbrpKzfTDbMCQ==", |
|
|
|
"version": "13.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ngx-skeleton-loader/-/ngx-skeleton-loader-13.0.0.tgz", |
|
|
|
"integrity": "sha512-IEJh0RbrQRA1MHWdFTpLtbibk6KulRno+YqibsCCankr3FVEl3JwspcbHhxQuWahC8EuahJLrcBPLYxFyF/Swg==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"tslib": "^2.0.0" |
|
|
|
|
|
|
|
@ -132,7 +132,7 @@ |
|
|
|
"ng-extract-i18n-merge": "3.4.0", |
|
|
|
"ngx-device-detector": "12.0.0", |
|
|
|
"ngx-markdown": "22.0.0", |
|
|
|
"ngx-skeleton-loader": "12.0.0", |
|
|
|
"ngx-skeleton-loader": "13.0.0", |
|
|
|
"open-color": "1.9.1", |
|
|
|
"papaparse": "5.5.3", |
|
|
|
"passport": "0.7.0", |
|
|
|
|