From 544e29943ffc9a15f5fd9d09e4ee977b3fa738d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:52:10 +0000 Subject: [PATCH] Bump marked from 5.1.2 to 9.0.3 Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 9.0.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/v5.1.2...v9.0.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 9136e93a..f747d2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "fs-extra": "^11.0.0", "handlebars": "^4.7.7", "joi": "^17.4.2", - "marked": "^5.0.2", + "marked": "^9.0.3", "marked-terminal": "^5.1.1", "meow": "^12.1.0", "moment": "^2.29.1", @@ -4695,9 +4695,9 @@ } }, "node_modules/marked": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz", - "integrity": "sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", + "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 328b710a..b0cf1b86 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "fs-extra": "^11.0.0", "handlebars": "^4.7.7", "joi": "^17.4.2", - "marked": "^5.0.2", + "marked": "^9.0.3", "marked-terminal": "^5.1.1", "meow": "^12.1.0", "moment": "^2.29.1",