From a07417f48d97398b0f4af74685c1ffb0479bf366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 06:55:13 +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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f829ba0..3d9a529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "highlight.js": "^11.10.0", "isomorphic-dompurify": "^2.16.0", "jose": "^5.9.4", - "marked": "^14.1.2", + "marked": "^14.1.3", "marked-highlight": "^2.1.4", "next": "^14.2.15", "postgres": "^3.4.4", @@ -14975,10 +14975,9 @@ } }, "node_modules/marked": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", - "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", - "license": "MIT", + "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 7af95aa..20c08c1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "highlight.js": "^11.10.0", "isomorphic-dompurify": "^2.16.0", "jose": "^5.9.4", - "marked": "^14.1.2", + "marked": "^14.1.3", "marked-highlight": "^2.1.4", "next": "^14.2.15", "postgres": "^3.4.4",