From b778a1356919a68bf4ee8b7afa67f8c5c1449a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 01:21:58 +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.0.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.0.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.0.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 c9b6aa25..36568e94 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.8", "bootstrap-icons": "1.13.1", "jwt-decode": "^4.0.0", - "marked": "^15.0.12", + "marked": "^16.0.0", "ngx-toastr": "^19.0.0", "rxjs": "^7.8.2", "tslib": "^2.8.1",