From 7ff3ef038a81639617b49a7818fc4eb7e76457b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:25:11 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3dbaac..b95f93c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "^9.14.0", "globals": "^15.13.0", "jest-cli": "^29.7.0", - "marked": "^15.0.2", + "marked": "^15.0.3", "rollup": "^4.28.0", "semantic-release": "^24.2.0", "tsd": "^0.31.2" @@ -7448,10 +7448,11 @@ } }, "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==", "dev": true, + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 1d4f282..842cd73 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "^9.14.0", "globals": "^15.13.0", "jest-cli": "^29.7.0", - "marked": "^15.0.2", + "marked": "^15.0.3", "rollup": "^4.28.0", "semantic-release": "^24.2.0", "tsd": "^0.31.2"