From cbc16e8f952ff4fbf3e1859a4188008923cad21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:02:34 +0000 Subject: [PATCH] Bump marked from 13.0.3 to 14.1.3 Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 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/v13.0.3...v14.1.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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 e8b7f5a..d2a2221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "chalk-template": "^1.0.0", "handlebars": "^4.7.7", "joi": "^17.12.0", - "marked": "^13", + "marked": "^14", "marked-terminal": "^7", "meow": "^13.0.0", "moment": "^2.29.1", @@ -4088,9 +4088,9 @@ } }, "node_modules/marked": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", - "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", + "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 19815d7..f8da060 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "chalk-template": "^1.0.0", "handlebars": "^4.7.7", "joi": "^17.12.0", - "marked": "^13", + "marked": "^14", "marked-terminal": "^7", "meow": "^13.0.0", "moment": "^2.29.1",