From f209ca5bad74636aad5a2b1cc6c2d30f67f73293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:21:45 -0600 Subject: [PATCH] Bump marked from 15.0.2 to 15.0.3 in /webui (#1420) Bumps [marked](https://github.com/markedjs/marked) from 15.0.2 to 15.0.3. - [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.2...v15.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/package-lock.json | 15 +++++++-------- webui/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/webui/package-lock.json b/webui/package-lock.json index 4bca8e84..4cf41c1c 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -19,7 +19,7 @@ "@angular/platform-browser-dynamic": "^19.0.1", "@angular/router": "^19.0.1", "bootstrap": "^5.3.3", - "marked": "^15.0.2", + "marked": "^15.0.3", "ngx-markdown": "^19", "npm-check-updates": "^17.1.11", "rxjs": "~7.8.1", @@ -10888,10 +10888,9 @@ } }, "node_modules/marked": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", - "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", - "license": "MIT", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", + "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", "bin": { "marked": "bin/marked.js" }, @@ -22884,9 +22883,9 @@ } }, "marked": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", - "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==" + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", + "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==" }, "media-typer": { "version": "0.3.0", diff --git a/webui/package.json b/webui/package.json index 6ccc2ff3..868d92b8 100644 --- a/webui/package.json +++ b/webui/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser-dynamic": "^19.0.1", "@angular/router": "^19.0.1", "bootstrap": "^5.3.3", - "marked": "^15.0.2", + "marked": "^15.0.3", "ngx-markdown": "^19", "npm-check-updates": "^17.1.11", "rxjs": "~7.8.1",