From f678ac8655ffab49890eb8399b8e1fcb66b8264b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:18:52 +0000 Subject: [PATCH] build(deps): bump marked from 15.0.3 to 15.0.4 Bumps [marked](https://github.com/markedjs/marked) from 15.0.3 to 15.0.4. - [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.3...v15.0.4) --- 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 0d536bc..26e6e38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tauri-apps/api": "^2.1.1", "codemirror": "^6.0.1", "lineicons": "^1.3.2", - "marked": "^15.0.3" + "marked": "^15.0.4" }, "devDependencies": { "vite": "^6.0.3" @@ -1194,10 +1194,9 @@ } }, "node_modules/marked": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", - "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", - "license": "MIT", + "version": "15.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz", + "integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 1c5b518..36a04c5 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "@tauri-apps/api": "^2.1.1", "codemirror": "^6.0.1", "lineicons": "^1.3.2", - "marked": "^15.0.3" + "marked": "^15.0.4" } }