From 4227c3e27a63a5fdffa10bc04f630ca93e0d5661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:30:38 +0000 Subject: [PATCH] Bump marked from 0.8.0 to 4.0.10 in /frontend Bumps [marked](https://github.com/markedjs/marked) from 0.8.0 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/v0.8.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3b7e4ab..2c03f75 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10491,9 +10491,9 @@ } }, "marked": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", - "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "material-table": { "version": "1.57.2", diff --git a/frontend/package.json b/frontend/package.json index db3288a..805a1d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "jwt-decode": "2.2.0", "keycode": "2.2.0", "lodash": "4.17.15", - "marked": "0.8.0", + "marked": "4.0.10", "material-table": "1.57.2", "material-ui-popup-state": "1.5.3", "mobile-detect": "1.4.4", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 7eacdfb..d174a19 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8050,10 +8050,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@0.8.0: - version "0.8.0" - resolved "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz#ec5c0c9b93878dc52dd54be8d0e524097bd81a99" - integrity sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ== +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== material-table@1.57.2: version "1.57.2"