diff --git a/package-lock.json b/package-lock.json index 45e1eab8fd55a..18f4a47928da7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "jstimezonedetect": "^1.0.7", "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", - "marked": "^4.0.14", + "marked": "^4.2.5", "moment": "^2.29.4", "moment-timezone": "^0.5.38", "nextcloud-vue-collections": "^0.10.0", @@ -17332,9 +17332,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.2.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.5.tgz", + "integrity": "sha512-jPueVhumq7idETHkb203WDD4fMA3yV9emQ5vLwop58lu8bTclMghBWcYAavlDqIEMaisADinV1TooIFCfqOsYQ==", "bin": { "marked": "bin/marked.js" }, @@ -36874,9 +36874,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.2.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.5.tgz", + "integrity": "sha512-jPueVhumq7idETHkb203WDD4fMA3yV9emQ5vLwop58lu8bTclMghBWcYAavlDqIEMaisADinV1TooIFCfqOsYQ==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index c587027f055be..9d6fcd8cd0fc4 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "jstimezonedetect": "^1.0.7", "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", - "marked": "^4.0.14", + "marked": "^4.2.5", "moment": "^2.29.4", "moment-timezone": "^0.5.38", "nextcloud-vue-collections": "^0.10.0",