From ea5b6009a0db29ca73c545bd2501d768070e1cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:31:15 -0500 Subject: [PATCH] build(deps): bump marked from 9.1.5 to 11.1.1 (#359) Bumps [marked](https://github.com/markedjs/marked) from 9.1.5 to 11.1.1. - [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/v9.1.5...v11.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e096eb62..e240d451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@digitalroute/email-verify": "^0.3.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "marked": "^9.1.5", + "marked": "^11.1.1", "probot": "^12.3.1" }, "devDependencies": { @@ -4161,14 +4161,14 @@ } }, "node_modules/marked": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", - "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }, "node_modules/media-typer": { @@ -9389,9 +9389,9 @@ } }, "marked": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", - "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==" }, "media-typer": { "version": "0.3.0", diff --git a/package.json b/package.json index 4d09ff72..0f918ef0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@digitalroute/email-verify": "^0.3.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "marked": "^9.1.5", + "marked": "^11.1.1", "probot": "^12.3.1" }, "devDependencies": {