diff --git a/package-lock.json b/package-lock.json index 934106f4e2963..6c8217c14eb84 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": "^14.1.4", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.13.0", @@ -17422,9 +17422,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": "14.1.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz", + "integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 6424face2ab57..6396bef0eb3a6 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": "^14.1.4", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.13.0",