From 815a5c4cfadba82b6683943bea93a161099373e7 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 22:10:58 +0000 Subject: [PATCH] Update marked to version 4.0.10 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aaee67e0f39e5..2f6e409ebb344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7672,9 +7672,9 @@ } }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" + "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-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 2c88693b9864d..865893da0bf7a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.15", - "marked": "^0.7.0", + "marked": "^4.0.10", "moment": "^2.24.0", "moment-timezone": "^0.5.27", "nextcloud-password-confirmation": "^0.4.2",