From 54c10a8989c3f9715c1c8c442a58d559695a0371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:39:43 +0000 Subject: [PATCH] Bump marked from 14.1.1 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 14.1.1 to 14.1.2. - [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.1...v14.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb91ca7..779670c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@markedjs/html-differ": "^5.0.1", "front-matter": "^4.0.2", - "marked": "^14.1.1", + "marked": "^14.1.2", "marked-repo": "https://github.com/markedjs/marked/tarball/v14.1.1" }, "devDependencies": { @@ -997,10 +997,9 @@ "dev": true }, "node_modules/marked": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", - "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==", - "license": "MIT", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index b3883c5..f0b17e2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@markedjs/html-differ": "^5.0.1", "front-matter": "^4.0.2", - "marked": "^14.1.1", + "marked": "^14.1.2", "marked-repo": "https://github.com/markedjs/marked/tarball/v14.1.1" }, "devDependencies": {