Browse Source
Task/upgrade marked to version 17.0.2 (#6323)
* Upgrade marked to version 17.0.2
* Update changelog
pull/6337/head^2
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
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Upgraded `marked` from version `17.0.1` to `17.0.2` |
|
|
- Upgraded `ngx-markdown` from version `21.0.1` to `21.1.0` |
|
|
- Upgraded `ngx-markdown` from version `21.0.1` to `21.1.0` |
|
|
|
|
|
|
|
|
## 2.239.0 - 2026-02-15 |
|
|
## 2.239.0 - 2026-02-15 |
|
|
|
|
|
@ -70,7 +70,7 @@ |
|
|
"ionicons": "8.0.13", |
|
|
"ionicons": "8.0.13", |
|
|
"jsonpath": "1.1.1", |
|
|
"jsonpath": "1.1.1", |
|
|
"lodash": "4.17.23", |
|
|
"lodash": "4.17.23", |
|
|
"marked": "17.0.1", |
|
|
"marked": "17.0.2", |
|
|
"ms": "3.0.0-canary.1", |
|
|
"ms": "3.0.0-canary.1", |
|
|
"ng-extract-i18n-merge": "3.2.1", |
|
|
"ng-extract-i18n-merge": "3.2.1", |
|
|
"ngx-device-detector": "11.0.0", |
|
|
"ngx-device-detector": "11.0.0", |
|
|
@ -25625,9 +25625,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/marked": { |
|
|
"node_modules/marked": { |
|
|
"version": "17.0.1", |
|
|
"version": "17.0.2", |
|
|
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.2.tgz", |
|
|
"integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==", |
|
|
"integrity": "sha512-s5HZGFQea7Huv5zZcAGhJLT3qLpAfnY7v7GWkICUr0+Wd5TFEtdlRR2XUL5Gg+RH7u2Df595ifrxR03mBaw7gA==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"bin": { |
|
|
"bin": { |
|
|
"marked": "bin/marked.js" |
|
|
"marked": "bin/marked.js" |
|
|
|
|
|
@ -115,7 +115,7 @@ |
|
|
"ionicons": "8.0.13", |
|
|
"ionicons": "8.0.13", |
|
|
"jsonpath": "1.1.1", |
|
|
"jsonpath": "1.1.1", |
|
|
"lodash": "4.17.23", |
|
|
"lodash": "4.17.23", |
|
|
"marked": "17.0.1", |
|
|
"marked": "17.0.2", |
|
|
"ms": "3.0.0-canary.1", |
|
|
"ms": "3.0.0-canary.1", |
|
|
"ng-extract-i18n-merge": "3.2.1", |
|
|
"ng-extract-i18n-merge": "3.2.1", |
|
|
"ngx-device-detector": "11.0.0", |
|
|
"ngx-device-detector": "11.0.0", |
|
|
|