From 4d69c79a72be2f22d15a94d063b26e50f83c9cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 08:53:30 +0000 Subject: [PATCH] Chore(deps): Bump marked from 14.1.2 to 14.1.3 Bumps [marked](https://github.com/markedjs/marked) from 14.1.2 to 14.1.3. - [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.2...v14.1.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 bbea589dd..c61aba241 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.1.2", + "marked": "^14.1.3", "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.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", - "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", + "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index c2e4d645c..c14480bed 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.1.2", + "marked": "^14.1.3", "marked-gfm-heading-id": "^4.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0",