diff --git a/package-lock.json b/package-lock.json index ecd93817be4f5..84288f2c0b5a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.9", "lodash": "^4.17.21", - "marked": "^13.0.3", + "marked": "^15.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.13.0", @@ -17446,9 +17446,9 @@ } }, "node_modules/marked": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", - "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.0.tgz", + "integrity": "sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index e208a7381ada4..373970f8ca91b 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.9", "lodash": "^4.17.21", - "marked": "^13.0.3", + "marked": "^15.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.13.0",