diff --git a/package-lock.json b/package-lock.json index a9bbb22974fd9..0a09b7d91c41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jquery-ui-dist": "^1.13.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.13", + "marked": "^4.0.17", "moment": "^2.29.3", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -13359,9 +13359,9 @@ "dev": true }, "node_modules/marked": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.13.tgz", - "integrity": "sha512-lS/ZCa4X0gsRcfWs1eoh6dLnHr9kVH3K1t2X4M/tTtNouhZ7anS1Csb6464VGLQHv8b2Tw1cLeZQs58Jav8Rzw==", + "version": "4.0.17", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz", + "integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==", "bin": { "marked": "bin/marked.js" }, @@ -29799,9 +29799,9 @@ "requires": {} }, "marked": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.13.tgz", - "integrity": "sha512-lS/ZCa4X0gsRcfWs1eoh6dLnHr9kVH3K1t2X4M/tTtNouhZ7anS1Csb6464VGLQHv8b2Tw1cLeZQs58Jav8Rzw==" + "version": "4.0.17", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz", + "integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 367e29d0f81b2..77a094bff8891 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jquery-ui-dist": "^1.13.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.13", + "marked": "^4.0.17", "moment": "^2.29.3", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0",