mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
build(deps): Bump ngx-markdown from 19.1.1 to 20.1.0
Bumps [ngx-markdown](https://github.com/jfcere/ngx-markdown) from 19.1.1 to 20.1.0. - [Release notes](https://github.com/jfcere/ngx-markdown/releases) - [Commits](https://github.com/jfcere/ngx-markdown/compare/v19.1.1...v20.1.0) --- updated-dependencies: - dependency-name: ngx-markdown dependency-version: 20.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -38,7 +38,7 @@
|
||||
"material-icons": "^1.13.12",
|
||||
"mermaid": "^11.10.1",
|
||||
"minimatch-browser": "^1.0.0",
|
||||
"ngx-markdown": "19.1.1",
|
||||
"ngx-markdown": "20.1.0",
|
||||
"pdfjs-dist": "^5.1.91",
|
||||
"prismjs": "^1.30.0",
|
||||
"rxjs": "7.8.2",
|
||||
@@ -22289,9 +22289,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ngx-markdown": {
|
||||
"version": "19.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-19.1.1.tgz",
|
||||
"integrity": "sha512-R0SGsSa8QMLS4mXMWjB7EoK7Vab30QeGA+Y4zeeb4yb+YdAqg0hU/XFkBiQefJx/JxrtxTWJAu1b97LEGscluQ==",
|
||||
"version": "20.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-20.1.0.tgz",
|
||||
"integrity": "sha512-BLn6CTMO27cU0zeaJYoC1g5c1hAkrpE5oqVSQFGW0J5gq+gEuvTt4vrtNLc8Z+HYXtuuWmuhUWiXL/bYoiDJ+A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
@@ -22304,10 +22304,10 @@
|
||||
"prismjs": "^1.30.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^19.0.0",
|
||||
"@angular/core": "^19.0.0",
|
||||
"@angular/platform-browser": "^19.0.0",
|
||||
"marked": "^15.0.0",
|
||||
"@angular/common": "^20.0.0",
|
||||
"@angular/core": "^20.0.0",
|
||||
"@angular/platform-browser": "^20.0.0",
|
||||
"marked": "^15.0.0 || ^16.0.0",
|
||||
"rxjs": "^6.5.3 || ^7.4.0",
|
||||
"zone.js": "~0.15.0"
|
||||
}
|
||||
|
@@ -59,7 +59,7 @@
|
||||
"material-icons": "^1.13.12",
|
||||
"mermaid": "^11.10.1",
|
||||
"minimatch-browser": "^1.0.0",
|
||||
"ngx-markdown": "19.1.1",
|
||||
"ngx-markdown": "20.1.0",
|
||||
"pdfjs-dist": "^5.1.91",
|
||||
"prismjs": "^1.30.0",
|
||||
"rxjs": "7.8.2",
|
||||
|
Reference in New Issue
Block a user