From fc66582add0b64f91bf7bdba2a768c7337df5d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:51:31 +0000 Subject: [PATCH] Bump marked from 6.0.0 to 9.0.3 Bumps [marked](https://github.com/markedjs/marked) from 6.0.0 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/v6.0.0...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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 913b73f..9953a9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,9 +124,9 @@ } }, "marked": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-6.0.0.tgz", - "integrity": "sha512-7E3m/xIlymrFL5gWswIT4CheIE3fDeh51NV09M4x8iOc7NDYlyERcQMLAIHcSlrvwliwbPQ4OGD+MpPSYiQcqw==" + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", + "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==" }, "mime": { "version": "1.6.0", diff --git a/package.json b/package.json index c1b67be..30b3479 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "handlebars": "^4.1.2", "handlebars-utils": "^1.0.6", - "marked": "^6.0.0", + "marked": "^9.0.3", "moment": "^2.24.0" }, "devDependencies": {