diff --git a/package-lock.json b/package-lock.json index 6d74272e2b4f5..bbb45dde35cf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "jquery-ui-dist": "^1.13.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.14", + "marked": "^4.0.17", "moment": "^2.29.2", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -22097,9 +22097,9 @@ "dev": true }, "node_modules/marked": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.14.tgz", - "integrity": "sha512-HL5sSPE/LP6U9qKgngIIPTthuxC0jrfxpYMZ3LdGDD3vTnLs59m2Z7r6+LNDR3ToqEQdkKd6YaaEfJhodJmijQ==", + "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" }, @@ -49141,9 +49141,9 @@ "requires": {} }, "marked": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.14.tgz", - "integrity": "sha512-HL5sSPE/LP6U9qKgngIIPTthuxC0jrfxpYMZ3LdGDD3vTnLs59m2Z7r6+LNDR3ToqEQdkKd6YaaEfJhodJmijQ==" + "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 4b2741c1b2e8f..1da52e40ebb50 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "jquery-ui-dist": "^1.13.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.14", + "marked": "^4.0.17", "moment": "^2.29.2", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0",