diff --git a/package-lock.json b/package-lock.json index cbc00f19f8bdf..4e46ea7708630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8541,9 +8541,9 @@ } }, "marked": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.1.tgz", - "integrity": "sha512-5+/fKgMv2hARmMW7DOpykr2iLhl0NgjyELk5yn92iE7z8Se1IS9n3UsFm86hFXIkvMBmVxki8+ckcpjBeyo/hw==" + "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 ec776b1cf582b..a6a992ce4702c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^2.0.1", + "marked": "^4.0.10", "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0",