Task/upgrade ngx-markdown to version 21.1.0 (#6321)

* Upgrade ngx-markdown to version 21.1.0

* Update changelog
pull/6323/head^2
Thomas Kaul 2 days ago committed by GitHub
parent 75d3494fa4
commit d1345b8147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for the cryptocurrency _Sky_
### Changed
- Upgraded `ngx-markdown` from version `21.0.1` to `21.1.0`
## 2.239.0 - 2026-02-15
### Added

12
package-lock.json generated

@ -74,7 +74,7 @@
"ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "3.2.1",
"ngx-device-detector": "11.0.0",
"ngx-markdown": "21.0.1",
"ngx-markdown": "21.1.0",
"ngx-skeleton-loader": "12.0.0",
"open-color": "1.9.1",
"papaparse": "5.3.1",
@ -26308,16 +26308,16 @@
}
},
"node_modules/ngx-markdown": {
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-21.0.1.tgz",
"integrity": "sha512-TQnxrU9b+JclgXBFVg0Xp/6YEMom+hpiEjBMlE56cIWzONNh7pshMeMkz972wWzvQvTP+55/BmEZQc+4Vq1MWg==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-21.1.0.tgz",
"integrity": "sha512-qiyn9Je20F9yS4/q0p1Xhk2b/HW0rHWWlJNRm8DIzJKNck9Rmn/BfFxq0webmQHPPyYkg2AjNq/ZeSqDTQJbsQ==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"optionalDependencies": {
"clipboard": "^2.0.11",
"emoji-toolkit": ">= 8.0.0 < 10.0.0",
"emoji-toolkit": ">= 8.0.0 < 11.0.0",
"katex": "^0.16.0",
"mermaid": ">= 10.6.0 < 12.0.0",
"prismjs": "^1.30.0"
@ -26326,7 +26326,7 @@
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"marked": "^17.0.0 || ^16.0.0",
"marked": "^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0 || ~0.16.0"
}

@ -118,7 +118,7 @@
"ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "3.2.1",
"ngx-device-detector": "11.0.0",
"ngx-markdown": "21.0.1",
"ngx-markdown": "21.1.0",
"ngx-skeleton-loader": "12.0.0",
"open-color": "1.9.1",
"papaparse": "5.3.1",

Loading…
Cancel
Save