From e36fb8d7f1c2b9993010b545be8b93de5faf7321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:20:54 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 14.0.0 to 14.1.0 Bumps [marked](https://github.com/markedjs/marked) from 14.0.0 to 14.1.0. - [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.0.0...v14.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb38af3ed0..f76a74fc42 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lodash.isequal": "4.5.0", "lodash.isequalwith": "4.4.0", "markdownlint-cli2": "^0.13.0", - "marked": "14.0.0", + "marked": "14.1.0", "mkdirp": "^3.0.1", "mocha": "10.7.0", "moment": "2.30.1",