From efc3e4b1e4fe0bcd899f88db5d70f58a0f49f7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:36:58 +0000 Subject: [PATCH] build(deps): bump marked from 15.0.2 to 15.0.3 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61afd7f..9415b8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "express": "4.21.1", "hbs": "4.2.0", "highlight.js": "11.10.0", - "marked": "15.0.2", + "marked": "15.0.3", "marked-highlight": "2.2.1", "morgan": "1.10.0", "request": "2.88.2" @@ -4475,9 +4475,9 @@ } }, "node_modules/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==", "bin": { "marked": "bin/marked.js" }, @@ -9453,9 +9453,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==" }, "marked-highlight": { "version": "2.2.1", diff --git a/package.json b/package.json index 9617999..d9f82a8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "express": "4.21.1", "hbs": "4.2.0", "highlight.js": "11.10.0", - "marked": "15.0.2", + "marked": "15.0.3", "marked-highlight": "2.2.1", "morgan": "1.10.0", "request": "2.88.2"