From 5722c52e84d78a0b0a13bdfcfcb0b8f6bd6fb393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 01:54:55 +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.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: marked dependency-version: 16.1.2 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 42b22560..c11da574 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.1.2", "ngx-toastr": "^19.0.0", "rxjs": "^7.8.2", "tslib": "^2.8.1",