From 70b0d5adb5f7d2b1bd201b233c1de81ccd773917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:17:40 +0000 Subject: [PATCH] Bump marked from 2.0.3 to 4.0.10 in /website Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 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/v2.0.3...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 73121a2..9479fa7 100644 --- a/website/package.json +++ b/website/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@nuxtjs/bulma": "^1.2.1", - "marked": "^2.0.3", + "marked": "^4.0.10", "node-sass": "^5.0.0", "nuxt": "^2.0.0", "sass-loader": "^10.0.0", diff --git a/website/yarn.lock b/website/yarn.lock index 30fbd94..8b9d232 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5579,10 +5579,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.3.tgz#3551c4958c4da36897bda2a16812ef1399c8d6b0" - integrity sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA== +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== md5.js@^1.3.4: version "1.3.5"