diff --git a/package-lock.json b/package-lock.json index 99e65c93f373b..81a9aa72757b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6679,9 +6679,9 @@ } }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", + "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 8a9b154b476b4..9db1bd61d5933 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.15", - "marked": "^0.7.0", + "marked": "^0.8.0", "moment": "^2.24.0", "moment-timezone": "^0.5.27", "nextcloud-password-confirmation": "^0.4.2",