From a09315cbda6c25e7f476b260f69dd9f7daae16d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:59:08 +0000 Subject: [PATCH] Bump marked from 1.1.1 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 4.0.10. - [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/v1.1.1...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- @hypermedium/markdown/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/@hypermedium/markdown/package.json b/@hypermedium/markdown/package.json index e528ade..0d03562 100644 --- a/@hypermedium/markdown/package.json +++ b/@hypermedium/markdown/package.json @@ -6,7 +6,7 @@ "types": "declarations/index.d.ts", "dependencies": { "hypermedium": "^0.1.0", - "marked": "^1.1.1" + "marked": "^4.0.10" }, "devDependencies": { "@types/marked": "^1.1.0" diff --git a/yarn.lock b/yarn.lock index 172e033..953c4fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -586,10 +586,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -marked@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a" - integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw== +marked@^4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" + integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw== media-typer@0.3.0: version "0.3.0"