From c142d4ba99bbcc5776475da80bab6322a2da27c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:00:24 +0000 Subject: [PATCH] Bump marked from 4.0.10 to 14.1.3 Bumps [marked](https://github.com/markedjs/marked) from 4.0.10 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/v4.0.10...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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff8c9115..24ba681d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "glob": "^11.0.0", "he": "^1.2.0", "lodash": "^4.17.20", - "marked": "^4.0.10", + "marked": "^14.1.3", "ms": "^2.1.2", "natural": "^8.0.1", "ora": "^5.1.0" @@ -2825,14 +2825,14 @@ } }, "node_modules/marked": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", - "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", + "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 18" } }, "node_modules/memjs": { @@ -6893,9 +6893,9 @@ } }, "marked": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", - "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", + "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==" }, "memjs": { "version": "1.3.2", diff --git a/package.json b/package.json index f7da2278..0ca3601e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "glob": "^11.0.0", "he": "^1.2.0", "lodash": "^4.17.20", - "marked": "^4.0.10", + "marked": "^14.1.3", "ms": "^2.1.2", "natural": "^8.0.1", "ora": "^5.1.0"