diff --git a/package-lock.json b/package-lock.json index 8d47cc3419094..3570162c128b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "jstimezonedetect": "^1.0.7", "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", - "marked": "^4.0.14", + "marked": "^4.1.0", "moment": "^2.29.2", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -22269,9 +22269,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.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz", + "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==", "bin": { "marked": "bin/marked.js" }, @@ -49513,9 +49513,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.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz", + "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index c0e700613fc79..c034461be4205 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jstimezonedetect": "^1.0.7", "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", - "marked": "^4.0.14", + "marked": "^4.1.0", "moment": "^2.29.2", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0",