From c3ab471e5a0fc71c5bdf1c862000de7e393ed2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:39:39 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 521f8a8..1ab7dd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^9.12.0", "globals": "^15.11.0", "jest-cli": "^29.7.0", - "marked": "^14.1.2", + "marked": "^14.1.3", "rollup": "^4.24.0", "semantic-release": "^24.1.2", "tsd": "^0.31.2" @@ -8133,9 +8133,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==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 4b62545..9564c8a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint": "^9.12.0", "globals": "^15.11.0", "jest-cli": "^29.7.0", - "marked": "^14.1.2", + "marked": "^14.1.3", "rollup": "^4.24.0", "semantic-release": "^24.1.2", "tsd": "^0.31.2"