From cccc00ea74eb0f8d69a4d62c461dfc1b59da57e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 01:09:39 +0000 Subject: [PATCH] Chore(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 e13d1ce5c..8bd9e3184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21", - "marked": "^14.0.0", + "marked": "^14.1.0", "marked-gfm-heading-id": "^4.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", @@ -7062,9 +7062,9 @@ } }, "node_modules/marked": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.0.0.tgz", - "integrity": "sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz", + "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 2f0689a72..1a7ae7583 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21", - "marked": "^14.0.0", + "marked": "^14.1.0", "marked-gfm-heading-id": "^4.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0",