diff --git a/package-lock.json b/package-lock.json index b2ace8a599a5e..d989186b2c62a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8194,9 +8194,9 @@ } }, "marked": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.8.tgz", - "integrity": "sha512-lzmFjGnzWHkmbk85q/ILZjFoHHJIQGF+SxGEfIdGk/XhiTPhqGs37gbru6Kkd48diJnEyYwnG67nru0Z2gQtuQ==" + "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 41a7c4d0735b2..497eb7bb3a6fd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.20", - "marked": "^1.2.8", + "marked": "^4.0.10", "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0",