From 4f092828ac97a34ec06a0f43cb2c42bf76873d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 03:57:08 +0000 Subject: [PATCH] Bump marked from 5.0.4 to 5.0.5 Bumps [marked](https://github.com/markedjs/marked) from 5.0.4 to 5.0.5. - [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.0.4...v5.0.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 c3b37a3b9..6d34133ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "jwt-simple": "^0.5.6", "less": "^3.13.1", "lodash": "^4.17.21", - "marked": "5.0.4", + "marked": "5.0.5", "marked-extended-tables": "^1.0.6", "marked-gfm-heading-id": "^3.0.3", "markedLegacy": "npm:marked@^0.3.19", @@ -9666,9 +9666,9 @@ } }, "node_modules/marked": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.4.tgz", - "integrity": "sha512-r0W8/DK56fAkV0qfUCO9cEt/VlFWUzoJOqEigvijmsVkTuPOHckh7ZutNJepRO1AxHhK96/9txonHg4bWd/aLA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.5.tgz", + "integrity": "sha512-auTmKJTBwZM/GLVFOhmkY7pL8v/0DxiDaXRC2kEyajcNJ0XXn9NphLD0106dbWrbPwcyD4Y0Dus16OkCzUMkfg==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 29b644ff9..e109068a9 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "jwt-simple": "^0.5.6", "less": "^3.13.1", "lodash": "^4.17.21", - "marked": "5.0.4", + "marked": "5.0.5", "marked-extended-tables": "^1.0.6", "marked-gfm-heading-id": "^3.0.3", "markedLegacy": "npm:marked@^0.3.19",