From dfde244b3464b3c0d396556a03f45729355f8cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:05:06 +0530 Subject: [PATCH] chore(deps): bump marked from 12.0.0 to 12.0.1 (#52) Bumps [marked](https://github.com/markedjs/marked) from 12.0.0 to 12.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/v12.0.0...v12.0.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 ea0dbb8..7588c47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "commander": "^12.0.0", "csv-stringify": "^6.4.6", "glob": "^8.0.3", - "marked": "^12.0.0", + "marked": "^12.0.1", "xmlbuilder2": "^3.1.1" }, "bin": { @@ -813,9 +813,9 @@ "dev": true }, "node_modules/marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", + "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 5ef51df..761b26f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "commander": "^12.0.0", "csv-stringify": "^6.4.6", "glob": "^8.0.3", - "marked": "^12.0.0", + "marked": "^12.0.1", "xmlbuilder2": "^3.1.1" }, "devDependencies": {