From 6aa03a7ac96b946b9095f231b9213ea17cf76676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:26:05 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 15.0.4 to 15.0.6 Bumps [marked](https://github.com/markedjs/marked) from 15.0.4 to 15.0.6. - [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.4...v15.0.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3517dd6..bc6ab38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "^9.17.0", "globals": "^15.14.0", "jest-cli": "^29.7.0", - "marked": "^15.0.4", + "marked": "^15.0.6", "rollup": "^4.30.0", "semantic-release": "^24.2.0", "tsd": "^0.31.2" @@ -7444,9 +7444,9 @@ } }, "node_modules/marked": { - "version": "15.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz", - "integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==", + "version": "15.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz", + "integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 9442fba..4544743 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "^9.17.0", "globals": "^15.14.0", "jest-cli": "^29.7.0", - "marked": "^15.0.4", + "marked": "^15.0.6", "rollup": "^4.30.0", "semantic-release": "^24.2.0", "tsd": "^0.31.2"