From b94531f738d8a6135700c96963af40c06e1c95ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:41:06 +0000 Subject: [PATCH] fix(deps): bump marked from 9.1.5 to 9.1.6 Bumps [marked](https://github.com/markedjs/marked) from 9.1.5 to 9.1.6. - [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...v9.1.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3e9efa65..dc68dcbd 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dependencies": { "debug": "^4.3.4", "fs-extra": "^11.1.1", - "marked": "^9.1.5", + "marked": "^9.1.6", "marked-terminal": "^6.0.0", "semver": "^7.5.4", "semver-compare": "^1.0.0" diff --git a/yarn.lock b/yarn.lock index 663bd16a..8375f138 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2679,10 +2679,10 @@ marked-terminal@^6.0.0: node-emoji "^2.1.0" supports-hyperlinks "^3.0.0" -marked@*, marked@^9.1.5: - version "9.1.5" - resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.5.tgz#fcada4702ea64a5c05a4ff0e0639628aac8a1e5f" - integrity sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A== +marked@*, marked@^9.1.6: + version "9.1.6" + resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.6.tgz#5d2a3f8180abfbc5d62e3258a38a1c19c0381695" + integrity sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q== marked@^4.3.0: version "4.3.0"