From f2d144d0c91ab728eb75aaace908f4e9170bccdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:07:21 +0000 Subject: [PATCH] build(deps): bump marked from 9.0.3 to 9.1.2 Bumps [marked](https://github.com/markedjs/marked) from 9.0.3 to 9.1.2. - [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.0.3...v9.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ee5c1a1..52435598 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.0.3", + "marked": "^9.1.2", "probot": "^12.3.1" }, "devDependencies": { @@ -4343,9 +4343,9 @@ } }, "node_modules/marked": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", - "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz", + "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==", "bin": { "marked": "bin/marked.js" }, @@ -10000,9 +10000,9 @@ "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==" }, "marked": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", - "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==" + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz", + "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==" }, "media-typer": { "version": "0.3.0", diff --git a/package.json b/package.json index 1a61dd86..747ec4a1 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.0.3", + "marked": "^9.1.2", "probot": "^12.3.1" }, "devDependencies": {