From 41f6bbdff3f17c83719c91c070937e055e811589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:28:38 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 14.1.3 to 15.0.3 Bumps [marked](https://github.com/markedjs/marked) from 14.1.3 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/v14.1.3...v15.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c16e01688..cc366f4caa 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lodash.isequal": "4.5.0", "lodash.isequalwith": "4.4.0", "markdownlint-cli2": "^0.15.0", - "marked": "14.1.3", + "marked": "15.0.3", "mkdirp": "^3.0.1", "mocha": "10.8.2", "moment": "2.30.1",