From ed292d47f137873f9f07bd9e1d14561fbc19a916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 01:02:34 +0000 Subject: [PATCH] chore(deps): bump marked in /src/bhs-web-angular-app Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 16.3.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v16.3.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/bhs-web-angular-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bhs-web-angular-app/package.json b/src/bhs-web-angular-app/package.json index e612ec09..bceb6347 100644 --- a/src/bhs-web-angular-app/package.json +++ b/src/bhs-web-angular-app/package.json @@ -27,7 +27,7 @@ "@microsoft/applicationinsights-web": "^3.3.9", "bootstrap-icons": "1.13.1", "jwt-decode": "^4.0.0", - "marked": "^15.0.12", + "marked": "^16.3.0", "ngx-toastr": "^19.0.0", "rxjs": "^7.8.2", "tslib": "^2.8.1",