From 5510d47ba5aba7bf364509fd437cfc826a9158a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:48:30 +0000 Subject: [PATCH] Bump marked from 14.1.0 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 14.1.0 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.0...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 630de36..e9a5620 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tauri-apps/api": "^1.6.0", "codemirror": "^6.0.1", "lineicons": "^1.0.3", - "marked": "^14.1.0" + "marked": "^14.1.2" }, "devDependencies": { "vite": "^5.4.3" @@ -884,9 +884,9 @@ "integrity": "sha512-UN62u6Rxu9tG3ShwzciZSmD5BgVhpHWy7i5B7BidqFWr/nY7mTr0W+FQwA0KtC9vzjQWry8Vwxp7K1xvaXwnSQ==" }, "node_modules/marked": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz", - "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==", + "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 7962a23..52fab88 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "@tauri-apps/api": "^1.6.0", "codemirror": "^6.0.1", "lineicons": "^1.0.3", - "marked": "^14.1.0" + "marked": "^14.1.2" } }