From 8bcf41064f7da135bbdb394913da3720272f949b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:20:09 +0000 Subject: [PATCH] Bump marked from 15.0.0 to 15.0.1 in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [marked](https://github.com/markedjs/marked). Updates `marked` from 15.0.0 to 15.0.1 - [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.0...v15.0.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 785795cd..e107a19a 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "karma-sourcemap-loader": "^0.3.8", "luxon": "^3.2.1", "madge": "^4.0.0", - "marked": "^15.0.0", + "marked": "^15.0.1", "minimatch": "^3.0.4", "moment": "^2.29.4", "node-fetch": "^3.2.10", diff --git a/yarn.lock b/yarn.lock index d935142e..c012232e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11880,10 +11880,10 @@ marked@^12.0.0: resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.2.tgz#b31578fe608b599944c69807b00f18edab84647e" integrity sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q== -marked@^15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.0.tgz#59fb02c19c98340c8668d911dc4b3a84b062a4a9" - integrity sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA== +marked@^15.0.1: + version "15.0.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.1.tgz#ed4a33b40b631623a1c3e68eb94663de740c5710" + integrity sha512-VnnE19XO2Vb2oZeH8quAepfrb6Aaz4OoY8yZQACfuy/5KVJ0GxYC0Qxzz/iuc+g5UF7H0HJ+QROfvH26XeBdDA== marked@^4.0.10, marked@^4.0.14: version "4.3.0"