From d11bdb4d08923db7baa4e08b9637b225369b509e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 16:57:56 +0000 Subject: [PATCH] fix(deps): update dependency ngx-markdown to v18 --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a40f291..58e3413f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "marked": "^12.0.0", - "ngx-markdown": "^17.0.0", + "ngx-markdown": "^18.0.0", "prismjs": "^1.29.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", @@ -13544,9 +13544,10 @@ } }, "node_modules/ngx-markdown": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-17.2.1.tgz", - "integrity": "sha512-TKzxP2R2uTGpVFx0OZDFC/BpNJYUabG2z59/9/PXrTP3R7xTNFuvGQZSNitAQFD7nI3Uko87Ra3GJrbaHdjeBA==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-18.0.0.tgz", + "integrity": "sha512-sFR9dIOKobdhNKZTlCrX3RmpoAhZ7k3T9h7oWJP676Oe9BsoxuAYZKJmFDT20vrY6xmFD3WtLJDZR7rNRLf6Uw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -13558,9 +13559,9 @@ "prismjs": "^1.28.0" }, "peerDependencies": { - "@angular/common": "^17.0.0", - "@angular/core": "^17.0.0", - "@angular/platform-browser": "^17.0.0", + "@angular/common": "^18.0.0", + "@angular/core": "^18.0.0", + "@angular/platform-browser": "^18.0.0", "marked": ">= 9.0.0 < 13.0.0", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.14.0" diff --git a/package.json b/package.json index 88f86767..3ca1ea97 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "marked": "^12.0.0", - "ngx-markdown": "^17.0.0", + "ngx-markdown": "^18.0.0", "prismjs": "^1.29.0", "rxjs": "~7.8.0", "tslib": "^2.3.0",